Zurück zum Katalog
Google·Imagenew30 % unter offiziell

Nano Banana ProAPI

Google's premium Nano Banana — top-tier fidelity and instruction following.

Kunavo-Preis

$0.0938+

per image

Offizieller Preis

$0.134

Anbieter-Listenpreis

Resolution tiers· per image

1K / 2K
30%$0.0938
4K
30%$0.168

Spezifikationen

Modell-ID
nano-banana-pro
Endpoint
POST /v1/images/generations
Kategorie
Image
Anbieter
Google
Offizielles Tier
1K/2K

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/images/generations \
  -H "Authorization: Bearer $KUNAVO_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "nano-banana-pro",
    "prompt": "a tiny red origami crane on a white desk",
    "size": "1024x1024"
  }'