Now offering crypto payments →

Model APIs · Video generation

Veo 2.0 API

Run Veo 2.0 by Google through one OpenAI-compatible endpoint. Pay per use against your GPU.ai balance — no instance to rent, no deployment to manage.

Available now
Pricing

Veo 2.0 API pricing

Live catalog rates, billed per use against your GPU.ai balance. No subscriptions, no minimums.

TierRate
Serverless
Per second of video: $0.500Per clip (from): $2.50

Rates are read hourly from the live model catalog and metered per request.

Quick start

Call Veo 2.0 in one request

Any OpenAI SDK works — set the base URL to https://api.gpu.ai/v1 and use your GPU.ai API key.

curl
# Start a generation, then poll it until it completes.
curl https://api.gpu.ai/v1/videos \
  -H "Authorization: Bearer $GPUAI_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "gpuai/veo-2.0",
    "prompt": "A drone shot over a mountain lake at dawn"
  }'

curl https://api.gpu.ai/v1/videos/{video_id} \
  -H "Authorization: Bearer $GPUAI_API_KEY"
Details

Veo 2.0 on GPU.ai

Model idgpuai/veo-2.0
ModalityVideo generation
AuthorGoogle
Context window
Streaming
Aliases
FAQ

Veo 2.0 API questions

How much does the Veo 2.0 API cost?

Veo 2.0 on GPU.ai currently costs $0.500 (per second of video), $2.50 (per clip (from)). There are no subscriptions or minimums — usage is billed against your GPU.ai balance as you go.

Is the Veo 2.0 API OpenAI-compatible?

Yes. Point any OpenAI SDK at https://api.gpu.ai/v1 with a GPU.ai API key and request model "gpuai/veo-2.0" — no proprietary client needed.

How does billing work?

Generation models bill per output (per image, or per second of video) at the listed rate, metered per request against your GPU.ai balance.