Cinematic video API

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.

Lite/Fast/Quality
Modes
720p-4K
Resolution
20 credits
Starting price
Google DeepMind
veo-3async task
Lite/Fast/Quality
Modes
720p-4K
Resolution
20 credits
Starting price

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.

API workflow

Submit tasks, track progress, and return generated assets.

01

Pick a mode

Select lite, fast, or quality based on cost and output needs.

02

Attach references

Add optional image URLs for frame or style guidance.

03

Route completed clips

Use the returned task output in your app or pipeline.

POST /v1/videos/generations
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.

Lite 720p
20 credits

Lowest-cost Veo option

Fast 1080p
50 credits

Balanced production iteration

Fast 4K
120 credits

High-resolution fast mode

Quality 1080p
310 credits

Final-quality output

What teams build
Cinematic product shots
Brand films
High-resolution previews
Reference-guided clips
Prompt exploration
Creative automation

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.

Read docs