Zurück zum Katalog
Google·Image30 % unter offiziell

Nano Banana EditAPI

Image-to-image editor — multi-turn edits with consistency.

Kunavo-Preis

$0.0273

per image

Offizieller Preis

$0.039

Anbieter-Listenpreis

Spezifikationen

Modell-ID
nano-banana-edit
Endpoint
POST /v1/images/edits
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/edits \
  -H "Authorization: Bearer $KUNAVO_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "nano-banana-edit",
    "prompt": "make the bird blue instead",
    "image": "https://your-cdn.com/source.png"
  }'