Skip to main content

video models

Veo 3 API / 高质量视频生成与逼真音频一体化 API!

体验 模型,具备电影级视频生成能力、物理真实感和原生音频。通过

立即开始!

Veo 3 API 定价

Pay-as-you-go access through PiAPI.

Veo 3 API

$0.06-$0.24/sec /秒

Developer-ready API access

Features

Capabilities from the production model page.

可配置输出格式

支持横屏或竖屏生成,提供 720p 与 1080p 输出,适用于社交媒体和电影级场景。

音频能力大升级

Veo 3 新增原生音频生成,可在同一工作流中生成对白与环境音。

顶级画质表现

Veo 3 在真实感、物理表现和提示词遵循能力上进一步提升,带来更电影化的结果。

Veo 3 Fast 模式

快速模式支持 T2V 与 I2V,适合实验、广告素材和可扩展生产流程。

高级创作控制

在控制风格、节奏和画面构图的同时,保持更强的视觉与音频一致性。

安全与合规

输出内容会进行自动检查,以降低版权、隐私和偏见相关风险。

异步执行

支持后台提交任务,并通过回调式工作流在稍后获取结果。

帧控制

可精细控制首帧和尾帧,让转场更平滑、创作方向更准确。

Get started

Create your API key

Sign up and grab an API key from the PiAPI workspace — free credits are included on sign-up.

Top up credits

Add credits on the billing page when you are ready to scale beyond the free tier.

Call the API

POST your first task following the API docs, then poll the task until the result is ready.

Iterate in the playground

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" }

想了解更多 Veo 3 API 信息?

什么是 Google Veo 3?

Google Veo 3 是一款用于电影级视频生成的先进 Veo 3 AI 模型。

如何通过 API 访问 Veo 3?

你可以通过 PiAPI 的 Veo AI API 端点提交提示词并接收生成的视频。

Veo 3 与其他 AI 视频模型有何不同?

Veo 3 的优势在于原生音频生成、更好的时间一致性和更真实的运动表现。

我可以控制时长和分辨率吗?

可以,调用 Veo API 时可以控制视频时长和分辨率。

Veo 3 适合生产环境使用吗?

适合。许多团队将其用于广告、预告片和概念可视化。

你们支持 Veo 3.1 吗?

是的,PiAPI 支持 Veo 3.1 API。访问 Veo 3.1 页面并将其集成到你的工作流中。

PiAPI 支持快速模式吗?

支持,PiAPI 提供 Veo 3 API 的 Fast 模式,适合快速工作流。

More questions? See the API docs.