Veo 3 API
$0.06-$0.24/sec /Sekunde
Developer-ready API access
Erleben Sie Modell für filmische Videogenerierung mit physikbasiertem Realismus und nativem Audio. Greifen Sie über
Pay-as-you-go access through PiAPI.
$0.06-$0.24/sec /Sekunde
Developer-ready API access
Capabilities from the production model page.
Erzeugen Sie Videos im Quer- oder Hochformat, in 720p oder 1080p, für Social- und Kinoformate.
Veo 3 fügt integrierte Audiogenerierung für Dialog und Umgebung direkt im Workflow hinzu.
Veo 3 verbessert Realismus, Physik und Prompt-Treue für filmische Ergebnisse.
Der Fast-Modus unterstützt T2V und I2V für Experimente, Werbung und skalierbare Produktion.
Bewahren Sie stärkere visuelle und akustische Konsistenz bei Stil, Tempo und Bildaufbau.
Ausgaben werden geprüft, um Urheberrechts-, Datenschutz- und Bias-Risiken zu senken.
Senden Sie Aufgaben im Hintergrund und holen Sie Ergebnisse später per Callback-freundlichem Workflow ab.
Passen Sie erstes und letztes Bild für weichere Übergänge und präzisere kreative Steuerung an.
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 ist ein fortschrittliches Veo-3-KI-Modell für filmische Videogenerierung.
Nutzen Sie die Veo-AI-Endpunkte von PiAPI, um Prompts einzureichen und generierte Videos zu erhalten.
Veo 3 bietet natives Audio, zeitliche Konsistenz und realistischere Bewegungen.
Ja, Sie können Dauer und Auflösung beim Aufruf der Veo API steuern.
Ja. Viele Teams nutzen es für Werbung, Trailer und Konzeptvisualisierung.
Ja, PiAPI unterstützt die Veo 3.1 API. Besuchen Sie die Veo-3.1-Seite und integrieren Sie sie in Ihren Workflow.
Ja, PiAPI bietet Veo 3 API im Fast-Modus für schnelle Workflows an.
More questions? See the API docs.