Back to catalog
Google·Imagehot38% under official

Nano BananaAPI

Gemini's native image generation — strong character consistency.

Brievio price

$0.024

per image

Official price

$0.039

Provider list price

$ Specs

Model ID
nano-banana
Endpoint
POST /v1/images/generations
Category
Image
Provider
Google

Drop-in OpenAI compatibility

Point your existing OpenAI SDK at https://api.brievio.com/v1 and change the model id. No streaming changes, no SDK changes — and the model you call is the genuine article.

View docs

$ Try it

Set BRIEVIO_API_KEY from a key in /app/keys, then run any snippet below.

curl
curl https://api.brievio.com/v1/images/generations \
  -H "Authorization: Bearer $BRIEVIO_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "nano-banana",
    "prompt": "a tiny red origami crane on a white desk",
    "size": "1024x1024"
  }'