Quick Start with Veo 3.1
Generate videos with Veo 3.1 in 60 seconds.
terminal
$ npm install -g agent-media-cli
$ agent-media login
$ agent-media generate veo3 -p "Cinematic drone shot over a misty mountain range at sunrise" --sync
Capabilities
Text-to-video generation
Cinematic camera movements
High temporal coherence
Complex multi-subject scenes
Photorealistic output quality
Veo 3.1 Specifications
| Model | Veo 3.1 |
| Provider | Google DeepMind |
| Type | video generation |
| CLI Slug | veo3 |
| Resolutions | 720p, 1080p |
| Durations | 4s, 8s |
| Aspect Ratios | 16:9, 9:16, 1:1 |
| Input Types | Text prompt |
| Credit Cost | 300-500 credits per video (varies by duration and resolution) |
CLI Examples
Real commands you can run right now with agent-media CLI.
Generate a cinematic landscape video
agent-media generate veo3 -p "Cinematic drone shot over a misty mountain range at sunrise" --syncGenerate a 1080p detail shot
agent-media generate veo3 -p "Close-up of rain drops on a window" -r 1080p --syncGenerate an 8-second aerial time-lapse
agent-media generate veo3 -p "Time-lapse of city traffic, aerial view" -d 8 --syncStrengths
- Best-in-class temporal coherence and frame consistency
- Cinematic quality with natural camera movements
- Excellent at complex scenes with multiple elements
- Photorealistic lighting and reflections
Best For
- Cinematic B-roll footage
- Nature and landscape videos
- Establishing shots for video projects
- High-quality demo reels
Use Veo 3.1 in Claude Code
agent-media CLI works as an MCP server for Claude Code. Add it to your config and generate videos with Veo 3.1 using natural language.
.claude/settings.json
{
"mcpServers": {
"agent-media": {
"command": "npx",
"args": ["-y", "agent-media-cli", "mcp"],
"env": {
"AGENT_MEDIA_API_KEY": "your-api-key"
}
}
}
}Then ask Claude: "Generate a video with Veo 3.1: your prompt here"