Google's most advanced video generation model. Access through VAP without a Google Cloud account.
Skip Google Cloud setup, billing configuration, and API key management. Just deposit and generate.
VAP uses Claude to transform your descriptions into Veo-optimized prompts. Better results, less effort.
$1.96 per video. No compute units, no variable pricing, no surprises. Know cost before generation.
REST API, MCP for Claude Desktop, A2A protocol. Use Veo however you want.
Supported ratios: 16:9, 9:16, 1:1, 4:3, 3:4, 21:9
curl -X POST https://api.vapagent.com/v3/execute \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"preset": "video.basic",
"prompt": "Cinematic drone shot of a coastal sunset",
"params": {
"aspect_ratio": "16:9",
"duration": 8
}
}'