veo
Installation
SKILL.md
Veo - AI Video Generation Skill
Use the Python script in scripts/ to generate videos via Google Gemini Veo 3.1.
Default model is the cheapest one. The more expensive models are used only when explicitly requested.
| Flag | Model | When used |
|---|---|---|
| (default) | veo-3.1-lite-generate-preview |
Cost-effective; used unless a flag says otherwise |
--pro |
veo-3.1-generate-preview |
Premium / cinematic, 4k, native audio — explicit only |
--fast |
veo-3.1-fast-generate-preview |
Faster generation — explicit only |
--pro and --fast are mutually exclusive. The VEO_MODEL env var overrides everything.