video
Google DeepMind

Veo 3.1

Veo 3.1 is Google DeepMind's latest video generation model. It generates high-fidelity video with strong temporal coherence and cinematic quality. Excels at complex scenes, camera movements, and photorealistic output.

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

ModelVeo 3.1
ProviderGoogle DeepMind
Typevideo generation
CLI Slugveo3
Resolutions720p, 1080p
Durations4s, 8s
Aspect Ratios16:9, 9:16, 1:1
Input TypesText prompt
Credit Cost300-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" --sync
Generate a 1080p detail shot
agent-media generate veo3 -p "Close-up of rain drops on a window" -r 1080p --sync
Generate an 8-second aerial time-lapse
agent-media generate veo3 -p "Time-lapse of city traffic, aerial view" -d 8 --sync

Strengths

  • 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"

Start generating with Veo 3.1

Install agent-media CLI and run your first video generation in under 60 seconds.

npm install -g agent-media-cli