google-veo
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseGoogle Veo Video Generation
Google Veo 视频生成
Generate videos with Google Veo models via inference.sh CLI.

通过inference.sh CLI使用Google Veo模型生成视频。

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 模型列表
| Model | App ID | Speed | Quality |
|---|---|---|---|
| Veo 3.1 | | Slower | Best |
| Veo 3.1 Fast | | Fast | Excellent |
| Veo 3 | | Medium | Excellent |
| Veo 3 Fast | | Fast | Very Good |
| Veo 2 | | Medium | Good |
| 模型 | App ID | 速度 | 画质 |
|---|---|---|---|
| Veo 3.1 | | 较慢 | 最佳 |
| Veo 3.1 Fast | | 快速 | 优秀 |
| Veo 3 | | 中等 | 优秀 |
| Veo 3 Fast | | 快速 | 很好 |
| 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
undefinedbash
undefined1. 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
undefinedinfsh app run google/veo-3-1-fast --input input.json
undefinedRelated Skills
相关技能
bash
undefinedbash
undefinedFull 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
文档
- Running Apps - How to run apps via CLI
- Streaming Results - Real-time progress updates
- Content Pipeline Example - Building media workflows