Skip to content
Google · Released 2025-10-16

Veo 3.1 Fast

TextImage

Veo 3.1 Fast is Google’s fast and cost-efficient video generation model, delivering high-quality video with synchronized audio from text or image prompts. It provides faster generation than Veo 3.1 while maintaining strong visual quality, with support for frame conditioning, multiple resolutions, flexible aspect ratios, and SynthID watermarking for production-ready creative workflows.

google/veo3.1-fast-preview

Official example

Input
Prompt

特写:两个人盯着墙上的神秘图画,手电筒的光芒闪烁不定。女人看着他,兴奋地低声说:“你发现了什么?”,男人低声说:“一定是这个。这就是密码。”

Output

Parameters

Derived from the model input schema
ParameterTypeDefaultDescription
promptRequiredstring提示词
negative_promptstring反向提示词
aspect_ratiostring16:9视频宽高比16:9 · 9:16
duration_secondsinteger8视频时长(秒)4 · 6 · 8
resolutionstring720p分辨率720p · 1080p
generate_audioboolean是否生成音频
enhance_promptbooleantrue是否使用Gemini优化提示词
person_generationstringallow_adult人物生成控制allow_adult · dont_allow
sample_countinteger1采样数量1 · 2 · 3 · 4
seedinteger-1随机种子-1 – 4294967295
imagestring输入图片Google Cloud Storage URI
reference_imagesarray最多3张素材图片或1张风格图片≤ 3
storage_uristringGoogle Cloud Storage 存储 URI
last_frameRequiredstring结束帧图片URL或GCS URI

API example

Submit a generation task, then poll for the result — one API key for every model.

Get API Key Get API Key
# Submit task
curl https://router-integration.test.cogfoundry.ai/api/v1/tasks/generations \
  -H "Authorization: Bearer $MODEL_CENTER_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "model": "google/veo3.1-fast-preview",
  "aspect_ratio": "16:9",
  "duration_seconds": 8,
  "enhance_prompt": true,
  "generate_audio": true,
  "person_generation": "allow_adult",
  "prompt": "特写:两个人盯着墙上的神秘图画,手电筒的光芒闪烁不定。女人看着他,兴奋地低声说:“你发现了什么?”,男人低声说:“一定是这个。这就是密码。” ",
  "resolution": "720p",
  "sample_count": 1
}'

# Poll result(REQUEST_ID 来自上一步返回的 data.request_id)
curl https://router-integration.test.cogfoundry.ai/api/v1/tasks/generations/REQUEST_ID \
  -H "Authorization: Bearer $MODEL_CENTER_API_KEY"

Pricing

USD · live rate
PricingUSD
不带音频$0.08
带音频$0.10

Providers

Channels serving this model
Provider From
VertexTask $0.08

More from Google