{
"model": "veo3-fast-frames",
"stream": false,
"messages": [
{
"role": "user",
"content": [
{
"type": "text",
"text": "生成一只格斗猫 竖屏"
// 支持一切的比例描述,例如 16:9、9:16,横屏、竖屏、窄屏,AI 识别的, 自然语言描述即可
},
{
"type": "image_url",
"image_url": {
"url": "https://filesystem.site/cdn/20250612/998IGmUiM2koBGZM3UnZeImbPBNIUL.png"
}
}
]
}
]
}curl --location -g --request POST '{{BASE_URL}}/v1/chat/completions' \
--header 'Authorization: Bearer {{YOUR_API_KEY}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "veo3-fast-frames",
"stream": false,
"messages": [
{
"role": "user",
"content": [
{
"type": "text",
"text": "生成一只格斗猫 竖屏"
// 支持一切的比例描述,例如 16:9、9:16,横屏、竖屏、窄屏,AI 识别的, 自然语言描述即可
},
{
"type": "image_url",
"image_url": {
"url": "https://filesystem.site/cdn/20250612/998IGmUiM2koBGZM3UnZeImbPBNIUL.png"
}
}
]
}
]
}'{
"id": "veo3:4da70f7d-5d91-4231-939f-d4d92a5d2f28",
"preview_url": "https://asyncdata.net/web/veo3:4da70f7d-5d91-4231-939f-d4d92a5d2f28",
"source_url": "https://asyncdata.net/source/veo3:4da70f7d-5d91-4231-939f-d4d92a5d2f28"
}
//不断轮询source_url,等待video_url出现即可