Veo 3.1 API — Google Video Generation
Google DeepMind's Veo 3.1 via REST API. Free credits.
Veo 3.1 — three variants, one API surface
Veo 3.1
Google's photorealistic video model
Veo 3.1 is Google DeepMind's latest video generation model — the reference for photorealism and complex scene understanding across long clips.
Veo 3.1 Fast
Quick iteration
Use veo-3.1-fast for quick generations and iterative workflows. Strong quality-to-latency ratio — ideal for production pipelines and A/B testing creative variants.
Veo 3.1 Lite T2V
Cost-efficient text-to-video
veo-3.1-lite-t2v generates 720p-1080p clips from text prompts with lower per-call cost. Great for social video content and long-form scripted output.
Veo 3.1 Lite I2V
Animate stills
veo-3.1-lite-i2v takes an input image and an optional motion prompt. Animate product shots, concept art, or character designs into short cinematic clips.
One REST API
No Google Cloud account
Call Veo 3.1 via the ModelsLab REST API. No Google Cloud signup, no Vertex AI setup, no regional quota management — one ModelsLab key for every video model.
Pricing
Transparent per-clip rates
Veo 3.1 Lite variants on ModelsLab price from ~$0.30 per 5-second clip. Free credits on signup so you can compare against Sora, Kling, Seedance, and Wan before committing.
Webhooks
Async callbacks
Pass a webhook URL and ModelsLab POSTs the completed MP4 URL to your endpoint when generation finishes. Essential for batch video jobs and production pipelines.
SDKs
Python & JavaScript
Official SDKs wrap every Veo endpoint. REST + OpenAPI spec for autogenerated clients in any language.
Endpoints
Multiple endpoints, one model
Veo 3.1 API — Google Video Generation is available through 2 specialized endpoints. Choose the one that fits your workflow.
Examples
See what Veo 3.1 can generate
Copy any prompt below and try it yourself in the playground.
Photorealistic landscape
“a golden hour shot of a snow-capped mountain range, dramatic clouds, ultra-photorealistic”
Complex scene
“a bustling street market at dusk, vendors moving, smoke rising from grills, cinematic camera pan”
Product demo
“a luxury perfume bottle rotating on a marble surface, studio lighting, reflections on the glass”
Character scene
“a chef plating a dish in a professional kitchen, hands in focus, steam rising, shallow depth of field”
For Developers
A few lines of code.
Google DeepMind video. Same REST API.
ModelsLab handles the infrastructure: fast inference, auto-scaling, and a developer-friendly API. No GPU management needed.
- Serverless: scales to zero, scales to millions
- Pay per clip, no minimums
- Python and JavaScript SDKs, plus REST API
import requestsresponse = requests.post("https://modelslab.com/api/v7/video-fusion/text-to-video",json={"key": "YOUR_API_KEY","prompt": "a cinematic shot of a snow-capped mountain range at golden hour","model_id": "veo-3.1-lite-t2v","num_frames": 120,"output_type": "mp4"})print(response.json())
Ready to create?
Start generating with Veo 3.1 API — Google Video Generation on ModelsLab.