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.