Updated July 2026

Veo 3.1 API Cost: Get a Key in 5 Minutes and Pay Per Video, Not Per Second

Google charges $0.75 per second for Veo 3.1 — about $6 per 8-second clip as of 2026. Credit-based access runs the same models from roughly $0.17 per video (Lite) or $0.55 per video (Fast), and you can have a working API key in about five minutes with no credit card.

Key takeaways

  • An 8-second Veo 3.1 video costs 3 credits on Lite, 10 on Fast, 26 on Quality — roughly $0.17 to $2.16 depending on model and plan.
  • Google's official rate is $0.75/second (≈$6 per 8s clip) as of 2026; credit pricing works out to ≈$0.07/s on Fast, ≈$0.02/s on Lite.
  • Getting an API key takes about 5 minutes: sign in with Google, mint a key, add a credit pack from $9.99. No credit card required to create the key.
  • 4K output is available on Veo 3.1 only: 22 credits (Fast) or 38 credits (Quality) per 8s video.
  • Failed generations are automatically refunded, so the bill matches delivered videos.
Veo 3.1 API

Mint a Veo 3.1 API key and pay per video

Same Google Veo 3.1 models, credit pricing from ~$0.17/video, keys in minutes — no credit card to start.

No credit card required — sign in with Google and start in seconds.

Get a Veo 3.1 API key in 5 minutes

There is no application form, waitlist, or Google Cloud project setup. The whole flow is: sign in, create a key, load credits, call the endpoint.

  1. Sign in with Google

    Create a VEO3 Gen account with Google OAuth — no credit card required at this step. This is the account your API keys and credit balance hang off.
  2. Create an API key on the API page

    Open the API dashboard and generate a key. Copy it immediately and store it server-side — treat it like a password, never in frontend code or a public repo.
  3. Add credits that match your volume

    Grab a one-time pack from the pricing page — $9.99 buys 120 credits, enough for 12 Fast videos or 40 Lite videos — or pick a monthly plan if you generate continuously (full plan table below).
  4. Call the endpoint with a Bearer token

    Authentication is a plain HTTP header — no OAuth dance, no service-account JSON:
    curl -X POST https://api.veo3gen.app/v1/generate \
      -H "Authorization: Bearer YOUR_API_KEY" \
      -H "Content-Type: application/json" \
      -d '{"prompt": "A cat playing piano, close-up shot"}'
  5. Pick a model per request and watch your credit spend

    Choose Lite for cheap drafts, Fast for production volume, Quality for hero shots. For the full onboarding walkthrough — endpoints, model names, request parameters, and code in more languages — see the companion guide, Veo 3.1 API access for developers, and the API docs.

Veo 3.1 API cost per video: the full credit table

Every generation is priced in credits, and a credit costs between $0.055 (Basic monthly plan) and $0.083 (smallest one-time pack). Here is what an 8-second video with audio costs on each Veo 3.1 model and resolution:

Credit costs per 8-second Veo 3.1 generation. Dollar ranges reflect the $0.055–$0.083 per-credit spread across plans.
ModelResolutionCredits / 8s videoApprox. cost
Veo 3.1 Lite720p + audio3≈ $0.17 – $0.25
Veo 3.1 Lite1080p + audio5≈ $0.28 – $0.42
Veo 3.1 Fast720p / 1080p + audio10≈ $0.55 – $0.83
Veo 3.1 Quality720p / 1080p + audio26≈ $1.43 – $2.16
Veo 3.1 Fast4K22≈ $1.21 – $1.83
Veo 3.1 Quality4K38≈ $2.09 – $3.15

Veo 3.1 API cost vs Google's per-second pricing

Google sells Veo 3.1 through the Gemini API and Vertex AI at $0.75 per second of output as of 2026 — the same rate on both surfaces, with default limits around 10 requests per minute and a Google Cloud project to configure. Per-video credit pricing changes the math substantially:

Google figures as of 2026. VEO3 Gen figures from published credit prices.
Google Gemini API / Vertex AIVEO3 Gen API
Pricing model$0.75 per second of videoCredits per video
One 8s video≈ $6.00≈ $0.17 (Lite) – $2.16 (Quality)
Effective per-second$0.75/s≈ $0.02/s (Lite) – $0.07/s (Fast)
1,000 8s videos (Fast tier)≈ $6,000≈ $550 – $830
SetupGCP project, service accountsAPI key + Bearer header
Failed generationsBilled per second generatedCredits auto-refunded

At production volume the gap compounds: a thousand 8-second Fast videos costs roughly $550–$830 in credits versus about $6,000 at $0.75/second — around 85–90% less for the same Veo 3.1 model family. And because failed generations refund automatically, retries do not silently pad the bill.

Run the same math on your own volume — keys are free to create.

Get API Access

Which credit plan fits your API volume

One-time packs suit testing and bursty workloads; monthly plans lower the per-credit price for steady pipelines. All credits are valid for at least 30 days from purchase (see Terms).

Published VEO3 Gen plans. Lite stretches each pack roughly 3x further than Fast; Quality consumes ~2.6x more.
PlanPriceCredits8s Fast videosBest for
Basic pack (one-time)$9.9912012Testing the API
Hero pack (one-time)$37.5045045Project bursts
Studio pack (one-time)$79.991,000100Launch batches
Basic monthly$9.99/mo18018Light steady usage
Pro monthly$37.50/mo60060Production apps
Studio monthly$79.99/mo1,200120High-volume pipelines

A practical pattern for keeping API costs down: iterate on prompts with 4-second Lite drafts (about ten cents each), then spend Fast or Quality credits only on the final render. Teams that adopt draft-then-upgrade typically cut generation spend by more than half compared to rendering everything at final quality.

Keep your key safe and your costs predictable

Because the key is a plain Bearer token, anyone who has it can spend your credits. Keep it in server-side environment variables, never in client bundles or repositories, and rotate it from the API dashboard if it ever leaks. On the cost side, deductions happen per generation and failures refund automatically, so your balance maps one-to-one to delivered videos — no per-second meter running during retries.

Frequently asked questions

Is there a free Veo 3.1 API key?

No — there is no free tier for the Veo 3.1 API, from Google or anyone else. On VEO3 Gen you can create an account and mint an API key with no credit card required, but actual video generations consume paid credits. One-time packs start at $9.99 for 120 credits, enough for a batch of test videos before you commit to anything monthly.

How much does the Veo 3.1 API cost per video?

On VEO3 Gen, an 8-second Veo 3.1 video costs 3 credits on Lite (720p with audio), 10 credits on Fast, and 26 credits on Quality. At $0.055–$0.083 per credit depending on your plan, that is roughly $0.17–$0.25 for Lite, $0.55–$0.83 for Fast, and $1.43–$2.16 for Quality. Shorter clips cost less: 4-second videos are 0.5x and 6-second videos are 0.75x the 8-second price.

How much is the Veo 3.1 API per second?

Google charges $0.75 per second of generated video as of 2026 — about $6 for one 8-second clip. Credit-based access through VEO3 Gen works out to roughly $0.07 per second on Veo 3.1 Fast with audio, down to about $0.02 per second on Veo 3.1 Lite.

What does Google officially charge for the Veo 3.1 API?

Through the Gemini API and Vertex AI, Google prices Veo video generation at $0.75 per second as of 2026, billed whether you use one clip or a thousand. An 8-second video costs about $6, so 1,000 videos runs about $6,000. Default rate limits are also low — around 10 requests per minute on standard tiers.

Do API credits expire?

VEO3 Gen credits are valid for at least 30 days from purchase (see Terms). There is no daily generation cap and no monthly reset that wipes unused balance the way subscription allowances do, so bursty API workloads — heavy one week, idle the next — are not penalized.

Am I charged for failed generations?

No. Credits are deducted when a generation starts and automatically refunded if it fails, so your API bill only reflects videos that actually rendered. That matters for cost forecasting: with per-second billing elsewhere, retries and failures can quietly inflate spend.
Pay per video

Get your Veo 3.1 API key now

From ~$0.17 per video on the same Google Veo 3.1 models. No credit card to create a key, failed generations refunded.

No credit card required — sign in with Google and start in seconds.