{
//model type: veo3、veo3-fast、vero3-pro
//Add "upsample" to the content parameter to enable high-resolution video
"model": "veo3",
"messages": [
{
"role": "user",
"content": "Video of cow and horse dancing"
}
],
"stream": true
}
curl --location --request POST 'https://gptproto.com/v1/chat/completions' \
--header 'Authorization: sk-*****' \
--header 'Content-Type: application/json' \
--data-raw '{
//model type: veo3、veo3-fast、vero3-pro
//Add "upsample" to the content parameter to enable high-resolution video
"model": "veo3",
"messages": [
{
"role": "user",
"content": "Video of cow and horse dancing"
}
],
"stream": true
}'
{}