Veo 3.1 Lite API for Developers
Veo 3.1 Lite API
Generate high-quality AI videos with Google's Veo 3.1 Lite via API. Text-to-video and image-to-video with native audio — the faster, more affordable tier of Veo 3.1.
Free to start
No watermarks on paid plans
Subscription or usage-based
Auto-scaling
Trusted by teams at














Everything You Need to Ship Veo 3.1 Lite
Google's Veo 3.1 quality at a faster, more accessible price point.
Fast Generation
Veo 3.1 Lite delivers quality video faster than the full Veo 3.1 — ideal for high-volume workloads.
High Visual Quality
Inherits Veo 3.1's strong visual fidelity and prompt adherence at a reduced cost.
Native Audio
Toggle-able native audio with ambient sound and contextual effects.
Long-Form Output
Generate videos from 8 to 56 seconds per request.
Auto-Scaling Infrastructure
Scales compute to match demand automatically. No GPU provisioning or cold starts.
Commercial-Ready
Paid plans support non-watermarked outputs with commercial licensing for production delivery.
Integrate in 3 Steps
Add fast, affordable AI video generation to your app in minutes.
1
Get Your API Key
Sign up free and generate an API key from the Developer dashboard. You get free credits to start.
2
Send Your Request
Call /v1/text-to-video with a text prompt, or /v1/image-to-video with a reference image — both accept veo3.1-lite with durations from 8 to 56 seconds.
3
Get Results & Scale
Receive the generated video via response or webhook. Deploy to production — infrastructure scales automatically.
Code Examples
Veo 3.1 Lite in a few lines of code. Install an SDK or use the REST API directly.
from magic_hour import Client
from os import getenv
client = Client(token=getenv("API_TOKEN"))
res = client.v1.image_to_video.generate(
assets={"image_file_path": "/path/to/first-frame.png"},
end_seconds=8,
model="veo3.1-lite",
name="Veo 3.1 Lite Video",
resolution="720p",
style={"prompt": "A gentle ocean wave rolling onto a sunlit sandy beach"},
)SDKs for Every Stack
Official open-source SDKs with full TypeScript/type support. Install and start building.
Veo 3.1 Lite API Pricing
Subscription plans for standard usage.
Prefer usage-based pricing?
Email us or message us in Intercom and we will set up your usage-based pricing.
API Calculator
Use our calculator to estimate your API costs.
Tier
Estimated monthly cost
$1.73
Based on 24 FPS
Built for Builders
See how developers use the Veo 3.1 Lite API to power real products.
High-Volume Generation
Process large batches of video requests cost-effectively with Veo quality.
Social Media Content
Generate polished short-form video content for social channels at scale.
Product Demos
Create product showcase videos with high visual fidelity at an accessible price point.
Rapid Prototyping
Quickly iterate on video concepts before committing to the full Veo 3.1 model.
Educational Video
Produce engaging educational and explainer videos with quality visuals and audio.
SaaS Integrations
Embed AI video generation in your product at a cost that scales with your business.
Try before integrating
Try Veo 3.1 Lite Free — No Code Required
Test quality first with the free tool, then plug the same output quality into your app with the API when you are ready.
Veo 3.1 Lite API — Frequently Asked Questions
Magic Hour's Veo 3.1 Lite API lets developers generate AI videos using Google's Veo 3.1 Lite model via REST API with SDKs for Python, Node.js, Go, and Rust.
Veo 3.1 Lite is the faster, more affordable tier — it delivers high visual quality with native audio at a lower credit cost than the full Veo 3.1 model.
Yes. Veo 3.1 Lite supports toggle-able native audio with ambient sound and contextual effects.
Veo 3.1 Lite generates videos from 8 to 56 seconds per request.
720p and 1080p in 9:16 and 16:9 aspect ratios.
Yes. Use /v1/text-to-video with a text prompt, or /v1/image-to-video with a reference image — both support the veo3.1-lite model.
Veo 3.1 Lite requires a paid plan — it is not available on the free tier.
Veo 3.1 Lite costs fewer credits per second than the full Veo 3.1 — making it ideal for high-volume video workflows where cost efficiency matters.