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-fast-image-to-video-4K videoGoogleresolution: 4k | Starter | 5per run | $0.023 | - | - |
veo-3-1-fast-text-to-video-1080p videoGoogleresolution: 1080p | Starter | 5per run | $0.023 | - | - |
veo-3-1-fast-text-to-video-720p videoGoogleresolution: 720p | Starter | 5per run | $0.023 | - | - |
Veo 3.1 使用完整指南
使用 Google 的 Veo 3.1 Fast 模型以闪电般速度生成惊艳的 AI 视频——专为快速内容创作优化。
Google Veo 3.1 Fast 是 Google 针对速度优化的视频生成模型,可在极短时间内生成高质量视频。它支持文本生成视频、帧生成视频以及基于参考的视频生成,非常适合快速原型制作、社交媒体内容创作和大批量视频生产。
仅通过文本描述生成完整视频——只需描述场景和动作
提供起始帧和结束帧图像,Veo 会在它们之间创建流畅的动画过渡
使用参考图像作为视觉素材,引导生成视频的风格和内容
生成高质量视频的速度最高可比注重质量的模型快 3x,非常适合时间敏感型项目和快速迭代。
可根据你的创作需求,灵活地从文本提示词、关键帧图像或参考素材创建视频。
通过简单步骤快速开始使用 API
创建账户并从控制台获取你的 API key
根据你的输入选择 text_to_video、frames_to_video 或 ingredients_to_video
编写详细提示词,描述视频内容、镜头运动和转场效果
提交请求,并在几分钟内获得高质量视频
遵循这些指南以获得最佳结果
加入具体的镜头指令,例如“slow pan left”、“zoom in”、“tracking shot”或“aerial view”
描述主体如何运动:例如“walking slowly”、“wind blowing through hair”、“waves crashing”
如果需要精确控制起始和结束状态,请使用 frames_to_video,并选择合适的关键帧
快速为 TikTok、Instagram Reels 和 YouTube Shorts 生成吸引人的视频内容
快速创建宣传视频、产品展示和广告内容
在投入完整制作之前,快速制作视频概念原型
几分钟内即可获得视频,而不是等待数小时——非常适合大批量和时间敏感型项目
可从文本、关键帧或参考图像灵活创建视频,适配你的工作流程
在保持专业级输出质量的同时,降低视频制作成本
所有 API 都需要通过 Bearer Token 进行身份验证。
Authorization: Bearer
创建新的 Google Veo 3.1 Fast 视频生成任务
该 API 接受具有以下结构的 JSON 负载:
1{
2 "model": "string",
3 "callBackUrl": "string (optional)",
4 "input": "{ ... }",
5 "channel": "auto"
6}model必填string要使用的模型名称
"google/veo-3-1-fast"
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', 'ingredients_to_video']视频生成模式
text_to_video:仅提示词;frames_to_video:起始/结束帧;ingredients_to_video:参考图片
input.images可选array用于 frames_to_video(1-2 张起始/结束帧)或 ingredients_to_video(参考图片)的图片
frames_to_video 和 ingredients_to_video 模式必填
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-fast",
6 "input": {
7 "prompt": "A drone shot flying over a tropical beach with crystal clear water, palm trees swaying in the breeze",
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 积分