Zurück zum Katalog
Google·Video30 % unter offiziell

Veo 3 LiteAPI

Google Veo 3 Lite — the budget tier for storyboarding and previews.

Kunavo-Preis

$0.168+

per video

Offizieller Preis

$0.24

Anbieter-Listenpreis

Resolution tiers· per video

720p
30%$0.168
1080p
30%$0.2688

Spezifikationen

Modell-ID
veo-3-lite
Endpoint
POST /v1/video/generations
Kategorie
Video
Anbieter
Google
Offizielles Tier
Lite 720p

Drop-in OpenAI-Kompatibilität

Richte dein bestehendes OpenAI SDK auf api.kunavo.com/v1 und ersetze die Modell-ID. Keine Streaming-Änderungen, kein neues SDK.

Doku ansehen

Selbst ausprobieren

Setze KUNAVO_API_KEY aus /app/keys und führe das Snippet aus.

curl
curl https://api.kunavo.com/v1/video/generations \
  -H "Authorization: Bearer $KUNAVO_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "veo-3-lite",
    "prompt": "a cinematic dolly-in shot of a red origami crane unfolding",
    "duration": 5
  }'