← All models
// image model

Nano Banana 2

by Google (Gemini)

Fast Gemini image generation and editing, 1K to 4K.

image Budget Premium
from18credits
Real Nano Banana 2 sample output

// Real output from Nano Banana 2 — generated through the API

// capabilities

What Nano Banana 2 can do

// best for

Where Nano Banana 2 fits

High-volume on-brand image batchesQuick edits to product or hero shots
// api

The Nano Banana 2 API — in one request

Call the Nano Banana 2 API through your SamAutomation key — submit a job with the model_id, then poll until it's done. One key for every model, no per-vendor onboarding or separate billing.

# 1. submit a generation job
POST /api/ai/jobs
{
  "model_id": "nano-banana-2",
  "prompt": "a product shot on a marble surface, soft studio light",
  "options": { "aspect_ratio": "16:9" }
}
# → { "id": "job_a1b2", "status": "queued" }

# 2. poll until the image is ready
GET /api/ai/jobs/{id}
# → { "status": "succeeded", "output": { "url": "…" } }
// questions

Nano Banana 2: the questions people ask

Does Nano Banana 2 have an API?

Yes. On SamAutomation Nano Banana 2 runs through one endpoint - POST /api/ai/jobs with model_id "nano-banana-2" - so you do not need a separate account or key with Google (Gemini). You submit a job and poll it until the image is ready.

How much does Nano Banana 2 cost?

Nano Banana 2 starts at 18 credits per job at its cheapest settings. Longer clips, higher resolution and extra options cost more. Credits come with a plan, and the same key also covers JSON-to-video rendering and every other model.

Is Nano Banana 2 free?

No. Generation burns real GPU time, so every render costs credits - 18 at the floor for Nano Banana 2. Anything advertising unlimited free generation is either putting you behind a long queue or watermarking the result. Plans bundle monthly credits instead.

Is Nano Banana 2 restricted or region-locked?

You reach Nano Banana 2 through this API with your SamAutomation key, not through Google (Gemini)'s own app, so that app's sign-up and regional availability are not what gates you. The model's own content rules still apply to what you generate.

Where is the official Nano Banana 2 site?

Google (Gemini) publishes the model itself; this page is about calling it as an API alongside every other model on one key, which is a different job from their consumer app.

Where is the Nano Banana 2 API documentation, and is there a download?

There is nothing to download. The Nano Banana 2 API documentation you need here is our own reference: one endpoint, one key, and the model_id above. Google (Gemini) publishes its own docs for the model, but those describe their platform, not this one.

Is Nano Banana 2 available right now?

If it is listed on this page it is active on the platform and you can call it today. Model availability moves — makers retire versions and add tiers — so the list here is the current state rather than a promise about next quarter.

Is there a Nano Banana 2 SDK, GitHub repo or Python example?

You do not need a vendor SDK here. Nano Banana 2 is an HTTP call: POST /api/ai/jobs with your key and model_id "nano-banana-2", then poll the job. Any language that can send JSON can drive it, and the request shape is the same for every model on this platform.

Is Nano Banana 2 safe to use, and what happens to my input?

The practical questions are the same for every generation service: what the provider may do with what you upload, how long it is kept, and whether it can be used for training. Read that clause before you send client material through any model, ours included. Google (Gemini) publishes its own terms for the model itself.

Are the Nano Banana 2 weights open source or on Hugging Face?

That is up to Google (Gemini), not to us, and it differs per model and per release. If open weights matter to you, check the maker's own licence. Running it here is renting inference, not getting the weights.

Do I need the Nano Banana 2 app to use it?

No. The consumer app and the API are separate products with separate limits. Here you call Nano Banana 2 through this platform, so there is no app to install and no second subscription.

What is Nano Banana 2 good at?

Fast Gemini image generation and editing, 1K to 4K. Pick it when that is the job; a cheaper model wins when it is not.

Generate with Nano Banana 2 today

One key for JSON-to-video and every AI model — Nano Banana 2 starts at 18 credits. Documented and ready for your pipeline.