Skip to main content

Google Veo 3.1 Lite

Cost-efficient text-to-video generation powered by Google’s Veo 3.1 Lite model with 720p and 1080p output and optional audio synthesis.
Veo 3.1 Lite is the cost-efficient variant of Google’s Veo 3.1 text-to-video model. It transforms text prompts into high-quality cinematic videos at 720p or 1080p resolution, with durations of 4-8 seconds and optional native audio generation. Choose Veo 3.1 Lite when you want the Veo 3.1 look at a lower cost for prototyping, iteration, and high-volume workflows.

Key capabilities

  • Cost-efficient generation: The lightweight Veo 3.1 variant for prototyping and high-volume workflows
  • Multi-resolution output: Generate videos in 720p or 1080p resolution
  • Audio generation: Optional synchronized audio for complete multimedia content
  • Flexible durations: 4, 6, or 8 second video outputs
  • Aspect ratio control: 16:9 (landscape) or 9:16 (portrait) formats
  • Negative prompts: Specify elements to avoid in generation
  • Long prompts: Up to 20,000 characters for detailed descriptions
  • Reproducible results: Seed parameter for consistent outputs

Use cases

  • Marketing content: Create promotional videos and product showcases from descriptions
  • Social media: Generate engaging short-form content for TikTok, Reels, and Shorts
  • Storytelling: Visualize narratives, concepts, and creative ideas
  • Advertising: Produce video ads from text briefs
  • Education: Create visual explanations and demonstrations
  • Prototyping: Quickly visualize video concepts before committing to a higher-fidelity model

Generate with Veo 3.1 Lite

Submit a text prompt describing the video you want to create. The service returns a task ID for async polling or webhook notification.

POST /v1/ai/text-to-video/veo-3-1-lite

Create a new text-to-video task

GET /v1/ai/text-to-video/veo-3-1-lite

List all Veo 3.1 Lite tasks

GET /v1/ai/text-to-video/veo-3-1-lite/{task-id}

Get task status by ID

Parameters

Frequently Asked Questions

Veo 3.1 Lite is the cost-efficient variant of Veo 3.1. It supports 720p and 1080p resolutions (Veo 3.1 also offers 4K) and is optimized for lower-cost, high-volume generation. Use Veo 3.1 Lite for prototyping and iteration, and Veo 3.1 Standard when you need maximum fidelity or 4K output.
Veo 3.1 Lite supports 720p (HD) and 1080p (Full HD). For 4K output, use the standard Veo 3.1 model.
When generate_audio is set to true (the default), Veo 3.1 Lite synthesizes synchronized audio that matches the visual content. This includes ambient sounds, music, and effects appropriate to the scene described in your prompt.
Generation time varies based on resolution, duration, and server load. Use webhooks for production workflows to avoid polling.
Effective prompts describe the scene, subjects, motion, camera movement, lighting, and atmosphere. Be specific about visual details. Example: “A serene mountain landscape at sunset with clouds moving slowly across an orange sky, camera slowly panning right”
Yes, set aspect_ratio to "9:16" to generate vertical videos optimized for TikTok, Instagram Reels, and YouTube Shorts.

Best practices

  • Prompt detail: Provide specific descriptions of scenes, subjects, motion, and atmosphere for best results
  • Negative prompts: Use negative_prompt to exclude unwanted elements like “blurry, low quality, distorted”
  • Resolution selection: Choose 720p for fast iteration and 1080p for social media and final delivery
  • Audio control: Disable generate_audio if you plan to add custom audio in post-production
  • Webhook integration: Use webhooks instead of polling for scalable production applications
  • Seed for consistency: Use the same seed with identical parameters to reproduce similar results