Google Veo 视频模型集成 AI Gateway
来源: Vercel News
Generate photorealistic videos with synchronized audio using Google's Veo models, now available through AI Gateway. Try them out now via AI SDK 6 or by selecting the models in the AI Gateway playground.
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 1080p Resolution: Generate videos at 720p and 1080p
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 6: Generate videos programmatically AI SDK 6's
generateVideo.
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 |
| Latest generation, highest quality |
| Fast mode for quicker iterations |
| Full quality generation |
| 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.