📹 VEO3 视频生成模型
VEO3 是 Google 最新的视频生成模型,支持文生视频和图生视频两种模式,提供快速和标准两种质量选项。
模型特性
🚀 快速模式
基础价格:200积分
VIP1:300积分
非VIP:400积分
生成速度快,适合测试
⭐ 标准模式
基础价格:400积分
VIP1:600积分
非VIP:800积分
高质量输出,适合商业使用
🖼️ 图生视频
基于输入图片
生成相关视频
保持风格一致
📝 文生视频
仅需文本描述
自动生成视频
创意无限
⚠️ 重要说明
创建 VEO3 视频任务时,需要将 task_type
设置为 "veo3_api"
,并且 app_name
必须设置为 "veo3_api"
。
📋 详细模型案例
1. VEO3 图生视频(快速模式)
APP
veo3_api
{ "app_name": "veo3_api", "input_params": { "image_url": "https://s.coze.cn/t/wfBjakPazGE/", "name": "", "priority": 5, "prompt": "A girl in a light blue dress runs towards the vast green field. Her long hair flutters in the wind as she takes big, bounding steps. Her arms swing rhythmically, and her legs carry her forward in a smooth, flowing motion. As she reaches the field, she slows down and spreads her arms wide, spinning around in joy, taking in the beauty of the surrounding scenery.", "video_model_key": "veo_3_i2v_s_fast" }, "task_type": "veo3_api" }
2. VEO3 文生视频(快速模式)
APP
veo3_api
{ "app_name": "veo3_api", "input_params": { "name": "", "priority": 5, "prompt": "A beautiful sunset over mountains with birds flying", "video_model_key": "veo_3_0_t2v_fast" }, "task_type": "veo3_api" }
3. VEO3 图生视频(标准模式)
{ "app_name": "veo3_api", "input_params": { "image_url": "https://example.com/your-image.jpg", "name": "", "priority": 5, "prompt": "The character starts walking slowly, then begins to run energetically through the beautiful landscape.", "video_model_key": "veo_3_i2v_s" }, "task_type": "veo3_api" }
4. VEO3 文生视频(标准模式)
{ "app_name": "veo3_api", "input_params": { "name": "", "priority": 5, "prompt": "A majestic eagle soars through the clouds above snow-capped mountains, with golden sunlight breaking through dramatic storm clouds.", "video_model_key": "veo_3_0_t2v" }, "task_type": "veo3_api" }
📝 VEO3 参数说明
参数名 | 类型 | 必填 | 描述 | 可选值 |
---|---|---|---|---|
video_model_key | string | 是 | 模型类型选择 | 见下表 |
prompt | string | 是 | 视频描述提示词 | 任意文本 |
image_url | string | 否 | 输入图片URL(图生视频时必需) | 有效的图像URL |
name | string | 否 | 任务名称 | 可为空 |
priority | integer | 否 | 任务优先级 | 1-10, 默认 5 |
🎯 模型类型选择
video_model_key | 模式 | 质量 | 基础价格 | VIP1价格 | 非VIP价格 | 适用场景 |
---|---|---|---|---|---|---|
veo_3_i2v_s_fast |
图生视频 | 快速 | 200积分 | 300积分 | 400积分 | 快速测试、原型制作 |
veo_3_i2v_s |
图生视频 | 标准 | 400积分 | 600积分 | 800积分 | 高质量作品、商业用途 |
veo_3_0_t2v_fast |
文生视频 | 快速 | 200积分 | 300积分 | 400积分 | 快速创意、测试想法 |
veo_3_0_t2v |
文生视频 | 标准 | 400积分 | 600积分 | 800积分 | 专业制作、精品内容 |
💳 VIP折扣说明
- 基础价格:VIP2+用户享受的标准价格
- VIP1价格:在基础价格基础上增加50%,但增加金额不超过50积分
- 非VIP价格:在基础价格基础上翻倍,但增加金额不超过100积分
- 推荐:频繁使用建议升级VIP获得更优惠的价格
💡 使用技巧
- 描述详细:提供详细的视频描述,包括动作、场景、镜头运动等
- 文本语言:使用英文提示词通常能获得更好的效果
- 图片质量:图生视频时,输入图片分辨率越高效果越好
- 优先级设置:数值越高优先级越高,但也会增加成本
🎆 最佳实践
- 选择合适模式:测试阶段使用快速模式,正式使用标准模式
- 提示词优化:包含具体的动作描述和镜头指示
- 图片预处理:确保输入图片清晰且主体突出
- 成本控制:根据需求选择适合的质量等级