Zurück zum Katalog
Google·Imagenew37 % unter offiziell

Nano Banana ProAPI

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

Brievio-Preis

$0.084+

per image

Offizieller Preis

$0.134

Listenpreis des Anbieters

Resolution tiers· per image

1K / 2K
37%$0.084
4K
38%$0.15

$ Spezifikationen

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

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