Zurück zum Katalog
Google·Imagehot30 % unter offiziell

Nano BananaAPI

Gemini's native image generation — strong character consistency.

Kunavo-Preis

$0.0273

per image

Offizieller Preis

$0.039

Anbieter-Listenpreis

Spezifikationen

Modell-ID
nano-banana
Endpoint
POST /v1/images/generations
Kategorie
Image
Anbieter
Google

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",
    "prompt": "a tiny red origami crane on a white desk",
    "size": "1024x1024"
  }'