Request
Body Params application/json
{
"model": "sora-2",
"messages": [
{
"role": "user",
"content": "video of cow and horse dancing 9:16"
}
],
"stream": true
}
Request Code Samples
curl --location --request POST 'https://gptproto.com/v1/chat/completions' \
--header 'Authorization: sk-xxx' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "sora-2",
"messages": [
{
"role": "user",
"content": "video of cow and horse dancing 9:16"
}
],
"stream": true
}'
Responses
application/json Modified at 2025-10-06 09:39:20