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 |
| Model | App ID | Speed | Quality |
|---|---|---|---|
| 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
镜头运动:drone shot(无人机镜头)、tracking shot(跟拍镜头)、pan(摇镜头)、zoom(变焦)、dolly(推拉镜头)、steadicam(稳定器镜头)
光线:golden hour(黄金时刻)、blue hour(蓝色时刻)、studio lighting(棚拍灯光)、volumetric(体积光)、neon(霓虹灯光)、natural(自然光)
风格:cinematic(电影级)、documentary(纪录片)、commercial(商业广告)、artistic(艺术风格)、realistic(写实风格)
时长/速度: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