Google Veo 3.1 is the latest state-of-the-art generative video model designed to transform text and image prompts into high-fidelity cinematic visuals. Building upon its predecessors, Veo 3.1 features significant upgrades in prompt adherence, visual realism, and native audio generation, creating 8-second clips with synchronized sound effects and dialogue.
Google Veo 3.1 is the latest state-of-the-art generative video model designed to transform text and image prompts into high-fidelity cinematic visuals. Building upon its predecessors, Veo 3.1 features significant upgrades in prompt adherence, visual realism, and native audio generation, creating 8-second clips with synchronized sound effects and dialogue.
还没有视频。提交表单以生成视频。
探索不同用例和参数配置
透明定价,无隐藏费用。按需支付。
| 规则与模式 | 渠道 | 积分 | 价格(美元) | 官方/参考价格 | 每日节省 |
|---|---|---|---|---|---|
veo-3-1-quality-text-to-video-4k videoGoogleresolution: 4k | Starter | 5per run | $0.023 | - | - |
veo-3-1-quality-image-to-video-1080p videoGoogleresolution: 1080p | Starter | 5per run | $0.023 | - | - |
veo-3-1-quality-image-to-video-720p videoGoogleresolution: 720p | Starter | 5per run | $0.023 | - | - |
Veo 3.1 使用完整指南
使用 Google 旗舰级 Veo 3.1 Quality 模型创作电影级 AI 视频,为专业制作带来毫不妥协的卓越视觉品质。
Google Veo 3.1 Quality 是 Google 的高端视频生成模型,针对最高视觉保真度和电影级表现进行了优化。它能够生成可直接用于播出的影片,具备出色细节、自然运动、准确物理效果和专业级调色。非常适合电影制作、商业广告和高端内容创作。
根据详细的文本描述生成电影级视频,并实现精准的镜头调度和运动表现
在关键帧之间创建极其流畅的过渡,并呈现符合物理规律的运动与光照变化
提供可直接用于播出的影片质量,适用于商业用途、电影制作和广告
为你的作品添加音效、环境声,甚至对白——所有音频均原生生成。同时提供同类领先的质量,在物理效果、真实感和提示词遵循度方面表现出色。
先进的运动合成可生成自然、流畅且符合物理规律的动作,从布料动态到流体模拟都能精准呈现。
使用镜头控制功能,精准控制视频中画面的构图以及镜头的具体运动。
在提供的首帧和尾帧图像之间,创建流畅、富有艺术感且具有史诗感的过渡。
通过简单步骤开始使用 API
创建账户,并从控制台获取你的 API Key
编写详细提示词,包括镜头技法、光照、氛围和具体运动描述
根据你的具体使用场景选择宽高比和生成模式
下载具备专业级质量、可直接用于播出的影片
遵循以下指南以获得最佳效果
加入电影术语,例如:“dolly shot”、“rack focus”、“golden hour lighting”、“anamorphic lens”、“slow motion 120fps”
加入环境元素以增强真实感,例如“光束中的尘埃颗粒”、“晨雾”、“镜头光晕”
详细说明元素如何运动,例如“头发以慢动作飘动”、“水滴悬浮在半空中”、“布料在风中起伏”
为专业制作生成 VFX 镜头、定场镜头和视觉特效
创建具备电影级制作价值的广播级广告片和品牌视频
以专业电影摄影质感制作视觉震撼的音乐视频片段
视频符合电视、流媒体和院线发行的专业播出标准
提供当前最高质量的 AI 视频生成效果,具备出色的细节和色彩准确性
提供符合物理规律的运动模拟,实现逼真的布料、流体和粒子动态
所有 API 都需要通过 Bearer Token 进行身份验证。
Authorization: Bearer
创建新的 Google Veo 3.1 Quality 视频生成任务
该 API 接受如下结构的 JSON 请求体:
1{
2 "model": "string",
3 "callBackUrl": "string (optional)",
4 "input": "{ ... }",
5 "channel": "auto"
6}model必填string要使用的模型名称
"google/veo-3-1-quality"
callBackUrl可选string用于接收任务完成通知的回调 URL
"https://your-domain.com/api/callback"
channel可选string你可以通过 channel 参数指定 APIPASS 内对应的服务商;这些服务商负责实际的图片和视频生成任务。APIPASS 目前提供三种服务商选项:
channel 参数的默认值为 auto。启用后,APIPASS 会根据实时价格和稳定性指标,在可用服务商之间自动分配任务,以平衡最低成本和可靠性能。除非你有自定义路由需求,否则请保留默认值 auto。
可用选项:
auto
input 对象包含以下参数:
input.prompt必填string视频的详细文本描述,包括场景、运动、镜头调度和光照
input.aspect_ratio必填enum: ['LANDSCAPE', 'PORTRAIT']生成视频的宽高比
LANDSCAPE (16:9) 或 PORTRAIT (9:16)
input.video_generate_type必填enum: ['text_to_video', 'frames_to_video']视频生成模式
text_to_video:仅使用 prompt;frames_to_video:使用起始/结束关键帧
input.images可选array用于 frames_to_video 模式的高质量关键帧图片(1-2 张)
frames_to_video 模式必填。最多 2 张图片(起始帧和结束帧)
1curl -X POST "https://api.apipass.dev/api/v1/jobs/createTask" \
2 -H "Content-Type: application/json" \
3 -H "Authorization: Bearer YOUR_API_KEY" \
4 -d '{
5 "model": "google/veo-3-1-quality",
6 "input": {
7 "prompt": "A cinematic slow-motion shot of a hummingbird hovering near a vibrant red flower, with iridescent feathers catching the sunlight",
8 "aspect_ratio": "LANDSCAPE",
9 "video_generate_type": "text_to_video"
10 }
11}'1{
2 "code": 200,
3 "message": "success",
4 "data": {
5 "taskId": "task_12345678"
6 }
7}code状态码,200 表示成功
message响应消息
data.taskId用于查询状态的任务 ID

ByteDance
ByteDance
起价
0 积分
ByteDance
ByteDance
起价
0 积分
ByteDance
ByteDance
Turn text, images, video clips, and audio into cinematic, audio-synced videos with a single API call.
起价
0 积分
MiniMax
MiniMax
起价
0 积分
ByteDance
ByteDance
Generate cinematic 4K AI videos up to 30 seconds with Seedance 2.5's multimodal power.
起价
0 积分
wan
wan
起价
0 积分
Runway
Runway
起价
0 积分
Kling
Kling
Transform text prompts and images into high-quality videos with advanced AI. Generate cinematic content with customizable duration, aspect ratio, and audio capabilities.
起价
0 积分
MiniMax
MiniMax
Generate high-quality AI videos from text prompts or images with MiniMax's Hailuo 2.3 model. Support for both 6s and 10s durations, 768p and 1080p resolutions, with intelligent prompt optimization.
起价
0 积分
grok
grok
Grok Imagine is xAI’s AI video generation model for creating high-quality videos with realistic motion, native audio, and synchronized speech. Grok Imagine 1.5 introduces faster generation speeds, improved motion physics, and stronger visual consistency for modern AI video applications.
起价
0 积分
Luma
Luma
起价
0 积分
Kling
Kling
Kling v3 video generation model, supports text-to-video and image-to-video, up to 15 seconds, 1080p pro mode
起价
0 积分
wan
wan
Generate videos with cinematic consistency by reimagining existing footage through high-fidelity visual transformation and structural control.
起价
0 积分
起价
0 积分
grok
grok
起价
0 积分
kling
kling
起价
0 积分