Authorization: Bearer ********************{
"model": "veo3-fast-frames",
"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"
}
}
]
}
],
"stream": false
}curl --location --request POST 'https://api.apicore.ai/v1/chat/completions' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "veo3-fast-frames",
"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"
}
}
]
}
],
"stream": false
}'{
"id": "chatcmpl-89DGt2DtHVjTZYQxmseJLrCvRe2sT",
"object": "chat.completion",
"created": 1760545929,
"model": "veo3.1",
"choices": [
{
"index": 0,
"message": {
"role": "assistant",
"content": "\n\n> 视频生成任务已创建\n> 任务ID: `veo3.1:0a667253-10f8-4ff9-b2fd-1088bec49354`\n> 为了防止任务中断,可以从以下链接持续获取任务进度:\n> [数据预览](https://asyncdata.net/web/veo3.1:0a667253-10f8-4ff9-b2fd-1088bec49354) | [原始数据](https://asyncdata.net/source/veo3.1:0a667253-10f8-4ff9-b2fd-1088bec49354)\n> 等待处理中\n\n> ✨ 正在优化提示词.\n\n> 类型: 文字生成\n> 🎬 开始生成视频........................\n\n> 🎉 高质量视频已生成\n\n[▶️ 在线观看](https://filesystem.site/cdn/20251016/dd78c7980fe6b9c56107f8d4512cb5.mp4) | [⏬ 下载视频](https://filesystem.site/cdn/download/20251016/dd78c7980fe6b9c56107f8d4512cb5.mp4)"
},
"finish_reason": "stop"
}
],
"usage": {
"prompt_tokens": 17,
"completion_tokens": 286,
"total_tokens": 303,
"prompt_tokens_details": {
"text_tokens": 10
},
"completion_tokens_details": {
"content_tokens": 286
}
}
}