google-veo

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Google Veo Video Generation

Google Veo 视频生成

Generate videos with Google Veo models via inference.sh CLI.
Google Veo Video Generation
通过inference.sh CLI使用Google Veo模型生成视频。
Google Veo Video Generation

Quick Start

快速开始

bash
curl -fsSL https://cli.inference.sh | sh && infsh login

infsh app run google/veo-3-1-fast --input '{"prompt": "drone shot over a mountain lake"}'
bash
curl -fsSL https://cli.inference.sh | sh && infsh login

infsh app run google/veo-3-1-fast --input '{"prompt": "drone shot over a mountain lake"}'

Veo Models

Veo 模型列表

ModelApp IDSpeedQuality
Veo 3.1
google/veo-3-1
SlowerBest
Veo 3.1 Fast
google/veo-3-1-fast
FastExcellent
Veo 3
google/veo-3
MediumExcellent
Veo 3 Fast
google/veo-3-fast
FastVery Good
Veo 2
google/veo-2
MediumGood
模型App ID速度画质
Veo 3.1
google/veo-3-1
较慢最佳
Veo 3.1 Fast
google/veo-3-1-fast
快速优秀
Veo 3
google/veo-3
中等优秀
Veo 3 Fast
google/veo-3-fast
快速很好
Veo 2
google/veo-2
中等良好

Search Veo Apps

搜索Veo应用

bash
infsh app list --search "veo"
bash
infsh app list --search "veo"

Examples

示例

Cinematic Shot

电影级镜头

bash
infsh app run google/veo-3-1-fast --input '{
  "prompt": "Cinematic drone shot flying through a misty forest at sunrise, volumetric lighting"
}'
bash
infsh app run google/veo-3-1-fast --input '{
  "prompt": "Cinematic drone shot flying through a misty forest at sunrise, volumetric lighting"
}'

Product Demo

产品演示

bash
infsh app run google/veo-3 --input '{
  "prompt": "Sleek smartphone rotating on a dark reflective surface, studio lighting"
}'
bash
infsh app run google/veo-3 --input '{
  "prompt": "Sleek smartphone rotating on a dark reflective surface, studio lighting"
}'

Nature Scene

自然场景

bash
infsh app run google/veo-3-1-fast --input '{
  "prompt": "Timelapse of clouds moving over a mountain range, golden hour"
}'
bash
infsh app run google/veo-3-1-fast --input '{
  "prompt": "Timelapse of clouds moving over a mountain range, golden hour"
}'

Action Shot

动作镜头

bash
infsh app run google/veo-3 --input '{
  "prompt": "Slow motion water droplet splashing into a pool, macro shot"
}'
bash
infsh app run google/veo-3 --input '{
  "prompt": "Slow motion water droplet splashing into a pool, macro shot"
}'

Urban Scene

城市场景

bash
infsh app run google/veo-3-1-fast --input '{
  "prompt": "Busy city street at night with neon signs and rain reflections, Tokyo style"
}'
bash
infsh app run google/veo-3-1-fast --input '{
  "prompt": "Busy city street at night with neon signs and rain reflections, Tokyo style"
}'

Prompt Tips

提示词技巧

Camera movements: drone shot, tracking shot, pan, zoom, dolly, steadicam
Lighting: golden hour, blue hour, studio lighting, volumetric, neon, natural
Style: cinematic, documentary, commercial, artistic, realistic
Timing: slow motion, timelapse, real-time
镜头运动: 无人机航拍、跟拍、摇镜头、变焦、推拉镜头、稳定器拍摄
光线: 黄金时刻、蓝色时刻、影棚灯光、体积光、霓虹灯光、自然光
风格: 电影级、纪录片、商业广告、艺术风、写实
时间效果: 慢动作、延时摄影、实时

Sample Workflow

示例工作流

bash
undefined
bash
undefined

1. Generate sample input to see all options

1. 生成示例输入以查看所有选项

infsh app sample google/veo-3-1-fast --save input.json
infsh app sample google/veo-3-1-fast --save input.json

2. Edit the prompt

2. 编辑提示词

3. Run

3. 运行

infsh app run google/veo-3-1-fast --input input.json
undefined
infsh app run google/veo-3-1-fast --input input.json
undefined

Related Skills

相关技能

bash
undefined
bash
undefined

Full platform skill (all 150+ apps)

全平台技能(包含150+应用)

npx skills add inference-sh/skills@inference-sh
npx skills add inference-sh/skills@inference-sh

All video generation models

所有视频生成模型

npx skills add inference-sh/skills@ai-video-generation
npx skills add inference-sh/skills@ai-video-generation

AI avatars & lipsync

AI 数字人&唇形同步

npx skills add inference-sh/skills@ai-avatar-video
npx skills add inference-sh/skills@ai-avatar-video

Image generation (for image-to-video)

图像生成(用于图转视频)

npx skills add inference-sh/skills@ai-image-generation

Browse all video apps: `infsh app list --category video`
npx skills add inference-sh/skills@ai-image-generation

浏览所有视频应用:`infsh app list --category video`

Documentation

文档