Veo 3.1 API
Build with Veo 3.1 without managing a separate provider integration.
Veo 3.1 is suited for cinematic prompts, product scenes, reference-guided generation, and higher-resolution production output. AI Video API exposes it through the same task, polling, callback, and credit balance used by the rest of your model stack.
Model capabilities
Built for production API workflows, not one-off demos.
Use Veo 3.1 from the same platform surface as the rest of your video and image stack: API keys, credits, logs, webhooks, and docs stay consistent across providers.
Mode-based cost control
Choose lite for cheap exploration, fast for production iteration, or quality for final output.
Reference image workflows
Use image inputs for first-frame, first-and-last-frame, or reference-guided generation patterns.
High-resolution output
Route 720p, 1080p, and 4K jobs through the same API shape and credit ledger.
Unified async delivery
Submit once, receive task IDs immediately, then poll or use webhooks for completion.
Submit tasks, track progress, and return generated assets.
Pick a mode
Select lite, fast, or quality based on cost and output needs.
Attach references
Add optional image URLs for frame or style guidance.
Route completed clips
Use the returned task output in your app or pipeline.
curl -X POST https://api.aivideoapi.ai/v1/videos/generations \
-H "Authorization: Bearer sk-your-api-key" \
-H "Content-Type: application/json" \
-d '{
"model": "veo-3",
"prompt": "A cinematic product shot with smooth camera motion",
"mode": "fast",
"resolution": "1080p",
"aspect_ratio": "16:9"
}'Pricing and usage
Clear model options with shared credits.
Lowest-cost Veo option
Balanced production iteration
High-resolution fast mode
Final-quality output
Start building with Veo 3.1 in AI Video API.
Create one API key, use one credit balance, and switch between video and image models without provider-specific plumbing.