Google Veo 3.1 API
Google DeepMind's flagship AI video model — realistic motion, synchronized audio, up to 4K resolution
Overview
Google Veo 3.1 is the state-of-the-art AI video generation model from Google DeepMind. Generate realistic motion, synchronized audio, extended clip duration, and native 1080p output. Available through AI Generate in all variants (Quality / Fast / Lite modes × 720p / 1080p / 4K × text-to-video / image-to-video / extend).
All 24 Google Veo 3.1 variants & pricing
Every variant is accessible via the same API endpoint. Switch variants by changing the model parameter. No extra setup.
Use Google Veo 3.1 via API
Example call with the default variant. Replace model with any slug from the table above.
curl https://aimarcusimage.eu/api/v1/jobs/createTask \
-H "Authorization: Bearer sk-aig-..." \
-H "Content-Type: application/json" \
-d '{
"model": "google-google-veo-3-1-get-1080p-video",
"input": {
"prompt": "a golden retriever running through autumn leaves, cinematic",
"aspect_ratio": "16:9",
"duration": 5
}
}'
FAQ
How much does Google Veo 3.1 cost?
Pricing starts at $0.0350 per video for the most affordable variant. You pay per call from your credit balance — no monthly subscription, no minimum commitment. Starter top-up is $10 → 1,430 credits.
Is this an official Google API?
AI Generate is an AI model aggregator that routes calls to Google's upstream API. You get the exact same model outputs with simpler billing (pay per call, no contracts), one API key for 307 models, and the same OpenAI-compatible request shape across all providers.
Can I use Google Veo 3.1 in production?
Yes. The endpoint is rate-limited to 20 requests per 10 seconds per API key, retries are idempotent via taskId, and async results are delivered via polling or webhook. Set a spend cap in dashboard settings to protect against runaway usage.
Which Google Veo 3.1 variant should I pick?
For first tests, start with the cheapest variant (lowest "Price USD" in the table above). Upgrade to higher-resolution or "Quality" tiers only when you have validated prompts. The Playground lets you A/B test all variants with the same per-call pricing as the API.