Zurück zum Katalog
Google·Image30 % unter offiziell

Nano Banana EditAPI

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

Brievio-Preis

$0.0273

per image

Offizieller Preis

$0.039

Listenpreis des Anbieters

$ Spezifikationen

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

OpenAI-Kompatibilität ohne Umbau

Richte dein vorhandenes OpenAI-SDK auf api.brievio.com/v1 und ändere die Modell-ID. Keine Streaming-Anpassungen, kein SDK-Wechsel — und das Modell, das du aufrufst, ist das Original.

Doku ansehen

$ Ausprobieren

Setze BRIEVIO_API_KEY auf einen Key aus /app/keys und führe dann eines der Snippets unten aus.

curl
curl https://api.brievio.com/v1/images/edits \
  -H "Authorization: Bearer $BRIEVIO_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"
  }'