{//veo3-pro-frames//Add "upsample" to the text parameter to enable high-resolution video"model":"veo3-fast-frames","messages":[{"role":"user","content":[{"type":"text","text":"A video of a horse dancing."},{"type":"image_url","image_url":{"url":"https://filesystem.site/cdn/20250612/998IGmUiM2koBGZM3UnZeImbPBNIUL.png"}}]}],"stream":true}
Request Code Samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request POST 'https://gptproto.com/v1/chat/completions' \
--header'Authorization: sk-*****' \
--header'Content-Type: application/json' \
--data-raw'{
//veo3-pro-frames
//Add "upsample" to the text parameter to enable high-resolution video
"model": "veo3-fast-frames",
"messages": [
{
"role": "user",
"content": [
{
"type": "text",
"text": "A video of a horse dancing."
},
{
"type": "image_url",
"image_url": {
"url": "https://filesystem.site/cdn/20250612/998IGmUiM2koBGZM3UnZeImbPBNIUL.png"
}
}
]
}
],
"stream": true
}'