本文档由 DeepSpaceAPI 自动生成,推荐使用 DeepSpaceAPI中转站用户使用本文档!
| 模型 | Veo3 | Veo3-4K | Veo3-fast | Veo3-fast-4K |
|---|---|---|---|---|
| 定价 | 2.25/次 | 3.75/次 | 0.8/次 | 1.42/次 |
/v1/video/veo3{
"model": "Veo3",
"prompt": "A cinematic aerial shot of a futuristic city at night with neon lights reflecting on wet streets",
"size": "16x9"
}{
"model": "Veo3",
"prompt": "A dancer performing graceful ballet moves, transitioning from a sunrise stage to a moonlit stage",
"size": "16x9",
"input_reference": ["https://example.com/start.jpg", "https://example.com/end.jpg"]
}/v1/video/veo3/{taskId}{
"id": "video_68e688d4950481918ec389280c2f78140fcb904657674466",
"object": "video",
"model": "veo_3_1-fast",
"status": "completed",
"progress": 100,
"created_at": 1759938772,
"completed_at": 1759938900,
"expires_at": 1759982000,
"size": "1280x720",
"seconds": "8",
"video_url": "https://example.com/generated_video.mp4"
}| 参数 | 类型 | 必填 | 说明 |
|---|---|---|---|
model | string | 是 | Veo3-fast, Veo3, Veo3-fast-4K, Veo3-4K |
prompt | string | 是 | 英文提示词 |
size | string | 否 | 宽高比,如 16x9, 9x16, 1280x720,默认不传则自动适配 |
input_reference | array | 否 | 图片 URL 数组,第1个为首帧,第2个为尾帧 |