Documentation Index
Fetch the complete documentation index at: https://veogenstudio.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Model Description
Google’s cost-efficient Veo tier (veo-3.1-lite) delivers the same Veo 3.1 architecture in a lightweight configuration designed for high-volume text-to-video workflows. No image input, no audio — just fast, affordable video generation.
Maximum Resolution: 4K
Duration: 8 seconds (fixed)
Key Capabilities
- Cost-Efficient: The most affordable Veo 3.1 tier — ideal for batch generation and automated pipelines.
- Up to 4K Resolution: Output at 720p, 1080p, or native 4K with consistent Veo quality.
- Text-to-Video Only: Optimised for prompt-driven generation without image input overhead.
- Aspect Ratio Control: Generate landscape (16:9) or portrait (9:16) clips.
Limitations
- Does not support
image_urls(no image-to-video or frames-to-video) - Does not support
generation_typeparameter - Does not generate audio
- Fixed 8-second duration — no other durations available
- All generated videos include a visible watermark per Google’s Veo 3.1 policy
Use Cases
- Bulk Content Production: Generate many variations affordably for A/B testing, ads, or social feeds.
- API Pipelines: Integrate into automated workflows with predictable per-generation pricing.
- Rapid Prototyping: Validate concepts quickly before using higher-cost cinematic tiers.
Quick Start
1. Generating a Video with Veo 3.1 Lite
2. Polling for the Result
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
model | string | ✅ | Must be "veo-3.1-lite" |
prompt | string | ✅ | Text description of the video to generate |
resolution | string | — | "720p" (default), "1080p", or "4k" |
aspect_ratio | string | — | "16:9" (default) or "9:16" |
duration,image_urls, andgeneration_typeare not supported by this model.
FAQ
What is the difference between Veo 3.1 Lite and Veo 3.1 Fast?
What is the difference between Veo 3.1 Lite and Veo 3.1 Fast?
Veo 3.1 Lite is text-to-video only and does not support reference
images, frames-to-video, or audio generation. Veo 3.1 Fast supports
image-to-video, ingredient (frames) mode, up to 3 reference images, and
native AI audio. See the playground for current pricing on each tier.
Can I use image_urls with Veo 3.1 Lite?
Can I use image_urls with Veo 3.1 Lite?
No. The
image_urls parameter is not supported by veo3.1-lite. For
image-to-video generation, use veo (Veo 3.1 Fast) instead.Why does my video have a watermark?
Why does my video have a watermark?
All videos generated with Veo 3.1 models (Fast and Lite) include a
visible watermark per Google DeepMind’s policy for third-party API
providers.