{//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 竖屏9:16"}],"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'{
//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 竖屏9:16"
}
],
"stream": true
}'