Loading...
Loading...
通过inference.sh CLI使用Google Veo模型生成视频。支持模型:Veo 3.1、Veo 3.1 Fast、Veo 3、Veo 3 Fast、Veo 2。功能特性:文本转视频、电影级输出、高质量视频生成。触发关键词:veo、google veo、veo 3、veo 2、veo 3.1、vertex ai video、google video generation、google video ai、veo model、veo video
npx skill4agent add skill-zero/s google-veo
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"}'| 模型 | App ID | 速度 | 画质 |
|---|---|---|---|
| Veo 3.1 | | 较慢 | 最佳 |
| Veo 3.1 Fast | | 快速 | 优秀 |
| Veo 3 | | 中等 | 优秀 |
| Veo 3 Fast | | 快速 | 很好 |
| Veo 2 | | 中等 | 良好 |
infsh app list --search "veo"infsh app run google/veo-3-1-fast --input '{
"prompt": "Cinematic drone shot flying through a misty forest at sunrise, volumetric lighting"
}'infsh app run google/veo-3 --input '{
"prompt": "Sleek smartphone rotating on a dark reflective surface, studio lighting"
}'infsh app run google/veo-3-1-fast --input '{
"prompt": "Timelapse of clouds moving over a mountain range, golden hour"
}'infsh app run google/veo-3 --input '{
"prompt": "Slow motion water droplet splashing into a pool, macro shot"
}'infsh app run google/veo-3-1-fast --input '{
"prompt": "Busy city street at night with neon signs and rain reflections, Tokyo style"
}'# 1. 生成示例输入以查看所有选项
infsh app sample google/veo-3-1-fast --save input.json
# 2. 编辑提示词
# 3. 运行
infsh app run google/veo-3-1-fast --input input.json# 全平台技能(包含150+应用)
npx skills add inference-sh/skills@inference-sh
# 所有视频生成模型
npx skills add inference-sh/skills@ai-video-generation
# AI 数字人&唇形同步
npx skills add inference-sh/skills@ai-avatar-video
# 图像生成(用于图转视频)
npx skills add inference-sh/skills@ai-image-generationinfsh app list --category video