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 など、SNSや映像制作向けの形式で生成できます。
Veo 3 は音声生成を統合し、会話音声や環境音を同一フローで扱えます。
Veo 3 はリアリズム、物理表現、プロンプト遵守を改善し、映画的な結果を実現します。
Fast モードは 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.