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.