Zyloozyloo
ModelsProvidersSubscriptionDocs
Sign inGet API key
Home/Models/zyloo/nano-banana

zyloo/nano-banana

Google Gemini model on Zyloo's unified, OpenAI-compatible API. One key, lower prices.

Per image
$0.060
Context
32K
Provider
Google
Using this image model
  • Billed per image: a request generating n images (max 4) costs n × $0.060. Only images actually delivered are charged — failed or timed-out generations are refunded automatically.
  • This model also supports image edits at POST /v1/images/edits — send your source image and a prompt as multipart form data, at the same per-image price.

Call zyloo/nano-banana in seconds

Drop your Zyloo key into any OpenAI client and point it at https://api.zyloo.io/v1. Billed per image delivered.

from openai import OpenAI

client = OpenAI(
    base_url="https://api.zyloo.io/v1",
    api_key="sk-zy-...",
)

resp = client.images.generate(
    model="zyloo/nano-banana",
    prompt="A watercolor lighthouse at dawn",
    n=1,
)
print(resp.data[0].url)

Edit images with zyloo/nano-banana

from openai import OpenAI

client = OpenAI(
    base_url="https://api.zyloo.io/v1",
    api_key="sk-zy-...",
)

resp = client.images.edit(
    model="zyloo/nano-banana",
    image=open("photo.png", "rb"),
    prompt="Add a red scarf",
    n=1,
)
print(resp.data[0].url)

Start calling zyloo/nano-banana

Sign up and call zyloo/nano-banana — plus every other model — from one key in under a minute.

Get an API keyAll models
See all Google models
Zyloozyloo

The unified API for every leading AI model — at the lowest price on the market.

Product

  • Models
  • Pricing

Developers

  • Documentation
  • Quickstart
  • Status

Legal

  • Privacy
  • Terms
  • Imprint

Connect

  • X
  • Telegram

© 2026 Zyloo, LLC. All rights reserved.

crafted for builders who care about the bill