Veo 3 API
$0.06-$0.24/sec /seconde
Developer-ready API access
Ervaar model voor filmische videogeneratie met fysisch realisme en native audio. Krijg toegang tot de
Pay-as-you-go access through PiAPI.
$0.06-$0.24/sec /seconde
Developer-ready API access
Capabilities from the production model page.
Genereer video's in liggend of staand formaat, in 720p of 1080p, voor social en filmische formaten.
Veo 3 voegt geïntegreerde audiogeneratie toe voor dialogen en omgevingsgeluid in één workflow.
Veo 3 verbetert realisme, fysica en prompt-nauwkeurigheid voor filmische resultaten.
De snelle modus ondersteunt T2V en I2V voor experimenten, advertenties en schaalbare productie.
Behoud sterkere visuele en auditieve samenhang terwijl je stijl, tempo en compositie stuurt.
Outputs worden gecontroleerd om copyright-, privacy- en biasrisico's te beperken.
Dien taken op de achtergrond in en haal resultaten later op met callback-vriendelijke workflows.
Stel het eerste en laatste frame af voor soepelere overgangen en preciezere creatieve regie.
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 een geavanceerd Veo 3 AI-model voor filmische videogeneratie.
Gebruik de Veo AI-endpoints van PiAPI om prompts in te dienen en gegenereerde video's te ontvangen.
Veo 3 onderscheidt zich met native audio, temporele consistentie en realistischer beweging.
Ja, je kunt duur en resolutie regelen wanneer je de Veo API gebruikt.
Ja. Veel teams gebruiken het voor advertenties, trailers en conceptvisualisatie.
Ja, PiAPI ondersteunt de Veo 3.1 API. Bezoek de Veo 3.1-pagina en neem het vandaag nog op in je workflow.
Ja, PiAPI biedt Veo 3 API in snelle modus voor snelle workflows.
More questions? See the API docs.