Veo 3.1 Fast 图生视频 API
Upload 1 image to animate a still, or 2 images to create a first-to-last-frame transition
拖拽图片至此处,或点击浏览
支持 PNG, JPEG, WebP。最大 10MB。您也可以从剪贴板粘贴 (Ctrl+V)。
Describe the video you want to generate
Video framing for the generated result
结果
结果将在此处显示
费用: $1.2/次请求
Veo 3.1 Fast API 实现指南
Veo 3.1 Fast API 文档
先在体验区运行,再打开完整 API 文档查看集成细节。
简介
Animate one image or create a first-to-last-frame transition
代码示例
1curl -X POST https://api.modelhunter.ai/api/v1/veo/image-to-video \2-H "Authorization: Bearer YOUR_API_KEY" \3-H "Content-Type: application/json" \4-d '{5"model": "veo3_fast",6"input": {7"image_urls": [8"https://example.com/image.jpg"9],10"prompt": "A futuristic cityscape at sunset with neon signs",11"aspect_ratio": "16:9"12}13}'
Schema
查看完整 API 文档输入
model当前能力对应的模型 ID。
值: veo3_fast
image_urlsUpload 1 image to animate a still, or 2 images to create a first-to-last-frame transition
promptDescribe the video you want to generate
aspect_ratioVideo framing for the generated result
可选值: 16:9, 9:16, Auto
默认值: 16:9
seedOptional random seed between 10000 and 99999 for reproducible generations
范围: 10000 到 99999
enable_translationAutomatically translate non-English prompts to English before generation
默认值: true
watermarkOptional watermark text added to the rendered video
webhookUrl任务完成后接收 Webhook 通知的 URL。
metadata用于跟踪任务的自定义键值元数据。
响应 (HTTP 202)
success请求是否已成功受理。
data.id唯一任务 ID,可轮询 GET /api/v1/tasks/{id} 获取结果。
data.status任务状态: pending, processing, completed, failed.
data.type生成类型: image-to-video.
data.provider服务商: veo.
data.model本次生成使用的模型 ID。
data.created_at任务创建时间(ISO 8601)。
data.estimated_seconds任务完成的预估秒数。