Veo 3 API
$0.06-$0.24/sec /秒
Developer-ready API access
Pay-as-you-go access through PiAPI.
$0.06-$0.24/sec /秒
Developer-ready API access
Capabilities from the production model page.
支持横屏或竖屏生成,提供 720p 与 1080p 输出,适用于社交媒体和电影级场景。
Veo 3 新增原生音频生成,可在同一工作流中生成对白与环境音。
Veo 3 在真实感、物理表现和提示词遵循能力上进一步提升,带来更电影化的结果。
快速模式支持 T2V 与 I2V,适合实验、广告素材和可扩展生产流程。
在控制风格、节奏和画面构图的同时,保持更强的视觉与音频一致性。
输出内容会进行自动检查,以降低版权、隐私和偏见相关风险。
支持后台提交任务,并通过回调式工作流在稍后获取结果。
可精细控制首帧和尾帧,让转场更平滑、创作方向更准确。
Sign up and grab an API key from the PiAPI workspace — free credits are included on sign-up.
Add credits on the billing page when you are ready to scale beyond the free tier.
POST your first task following the API docs, then poll the task until the result is ready.
Prototype prompts and settings in the the playground above before wiring them into your product.
curl -X POST 'https://api.piapi.ai/api/v1/task' \
-H 'X-API-Key: YOUR_API_KEY' \
-H 'Content-Type: application/json' \
-d '{
"model": "veo3",
"task_type": "veo3-video",
"input": {
"prompt": "A cinematic shot of waves rolling onto a golden beach at sunset",
"duration": "8s",
"resolution": "720p",
"aspect_ratio": "16:9",
"generate_audio": false
}
}'
# → { "task_id": "9d5a…", "status": "pending" }curl 'https://api.piapi.ai/api/v1/task/{task_id}' \
-H 'X-API-Key: YOUR_API_KEY'
# poll until status = completed
{
"data": {
"status": "completed",
"output": {
"video_url": "https://img.theapi.app/ephemeral/…"
}
}
}$ npm install -g piapi-cli $ piapi run veo-3 \ prompt="A cinematic shot of waves rolling onto a golden beach at sunset" \ duration=8s \ resolution=720p \ aspect_ratio=16:9 \ generate_audio=false ✓ Task completed! https://img.theapi.app/ephemeral/…
Google Veo 3 是一款用于电影级视频生成的先进 Veo 3 AI 模型。
你可以通过 PiAPI 的 Veo AI API 端点提交提示词并接收生成的视频。
Veo 3 的优势在于原生音频生成、更好的时间一致性和更真实的运动表现。
可以,调用 Veo API 时可以控制视频时长和分辨率。
适合。许多团队将其用于广告、预告片和概念可视化。
是的,PiAPI 支持 Veo 3.1 API。访问 Veo 3.1 页面并将其集成到你的工作流中。
支持,PiAPI 提供 Veo 3 API 的 Fast 模式,适合快速工作流。
More questions? See the API docs.