Generate photorealistic videos with synchronized audio using Google's Veo models, now available through AI Gateway. Try them out now via AI SDK V6 or by selecting the models in the AI Gateway playground.
Veo models are known for their cinematic quality and audio generation:
Video generation is in beta and currently available for Pro and Enterprise plans and paid AI Gateway users.
Describe a scene and get a video.
Generate a cinematic wildlife video with natural sound: here
A common workflow to ensure quality is generating a custom image with Gemini 3 Pro Image (Nano Banana Pro), then bringing it to life with Veo, complete with motion and spoken dialog.
Starting image from Nano Banana Pro:
Use prompts with image input with the Veo models for more control over the output. This example uses
For more examples and detailed configuration options for Veo models, check out the Video Generation Documentation. You can also find simple getting started scripts with the Video Generation Quick Start.
Read more
Continue reading...
Veo models are known for their cinematic quality and audio generation:
Native Audio Generation: Automatically generate realistic sound effects, ambient audio, and even dialogue that matches your video
Up to 4K Resolution: Generate videos at 720p, 1080p, or 4K
Photorealistic Quality: Realism for nature, wildlife, and cinematic scenes
Image-to-Video: Animate still photos with natural motion
Fast Mode: Quicker generation when you need rapid iterations
Two ways to get started
Video generation is in beta and currently available for Pro and Enterprise plans and paid AI Gateway users.
AI SDK V6: Generate videos programmatically AI SDK V6'sgenerateVideo.
Gateway Playground: Experiment with video models with no code in the configurable AI Gateway playground that's embedded in each model page. Compare providers, tweak prompts, and download results without writing code. To access, click any video gen model in the model list.
Available Models
Model | Description |
google/veo-3.1-generate-001 | Latest generation, highest quality |
google/veo-3.1-fast-generate-001 | Fast mode for quicker iterations |
google/veo-3.0-generate-001 | Full quality generation |
google/veo-3.0-fast-generate-001 | Fast mode generation |
Simple: Text-to-Video with Audio
Describe a scene and get a video.
Generate a cinematic wildlife video with natural sound: here
google/veo-3.1-generate-001 is used with generateAudio: true.Advanced: Image-to-Video with Dialog
A common workflow to ensure quality is generating a custom image with Gemini 3 Pro Image (Nano Banana Pro), then bringing it to life with Veo, complete with motion and spoken dialog.
Starting image from Nano Banana Pro:
Use prompts with image input with the Veo models for more control over the output. This example uses
google/veo-3.1-generate-001, which supports image to video.Learn More
For more examples and detailed configuration options for Veo models, check out the Video Generation Documentation. You can also find simple getting started scripts with the Video Generation Quick Start.
Read more
Continue reading...