Veo 3 API
$0.06-$0.24/sec /second
Developer-ready API access
Experience model for cinematic video generation with physics-based realism and native audio. Access the
Pay-as-you-go access through PiAPI.
$0.06-$0.24/sec /second
Developer-ready API access
Capabilities from the production model page.
Generate videos in landscape or portrait, at 720p or 1080p, for social and cinematic delivery formats.
Veo 3 adds integrated audio generation, enabling dialogue and ambient sound in a single workflow.
Veo 3 improves realism, physics, and prompt adherence for cinematic results.
Fast mode supports rapid T2V and I2V generation for experimentation, ads, and scalable production.
Keep stronger visual and audio coherence while steering style, pacing, and output composition.
Outputs are checked for memorized content risks to reduce copyright, privacy, and bias concerns.
Submit Veo 3 tasks in the background and retrieve results later with callback-friendly workflows.
Fine-tune first and last frame behavior for smoother transitions and more precise creative direction.
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 is an advanced Veo 3 AI model for cinematic video generation.
Use PiAPI's Veo AI API endpoints to submit prompts and receive generated videos.
Veo 3 stands out with native audio generation, temporal consistency, and more realistic motion.
Yes, you can control duration and resolution when calling the Veo AI API.
Yes. Many teams use Veo-based video generation for ads, trailers, and concept visualization.
Yes, PiAPI supports Veo 3.1 API. Visit the Veo 3.1 page and start incorporating the Veo AI architecture into your workflow today!
Yes, PiAPI offers Veo 3 API in Veo 3 fast mode for rapid workflows.
More questions? See the API docs.