Models/Google/Nano Banana API
LiveGoogle · Nano Banana family9 endpoints

Nano Banana API — Google Image Generation & Editing

Use Google's Nano Banana API on Muapi for text-to-image generation, natural-language image editing, effects, and Nano Banana 2 and 2 Lite through one asynchronous API.

Nano BananaCore generation and editing2 models
Text to ImageLiveFeatured
Nano Banana

Nano Banana

Nano Banana Nano Banana is a live Muapi endpoint for text-to-image. Submit it with one API key and poll the shared result endpoint.

Image
$0.03/request
Try Model
Image EditingLive
Nano Banana

Nano Banana Edit

Nano Banana Nano Banana Edit is a live Muapi endpoint for image editing. Submit it with one API key and poll the shared result endpoint.

Image
$0.03/request
Try Model
Nano Banana ProHigher-fidelity generation and editing2 models
Text to ImageLiveFeatured
Pro

Nano Banana Pro

Nano Banana Nano Banana Pro is a live Muapi endpoint for text-to-image. Submit it with one API key and poll the shared result endpoint.

Image
$0.12/request
Try Model
Image EditingLive
Pro

Nano Banana Pro Edit

Nano Banana Nano Banana Pro Edit is a live Muapi endpoint for image editing. Submit it with one API key and poll the shared result endpoint.

Image
$0.12/request
Try Model
Nano Banana 2The newer Nano Banana 2 family2 models
Text to ImageLiveFeatured
Nano Banana 2

Nano Banana 2

Nano Banana Nano Banana 2 is a live Muapi endpoint for text-to-image. Submit it with one API key and poll the shared result endpoint.

Image
$0.06/request
Try Model
Image EditingLive
Nano Banana 2

Nano Banana 2 Edit

Nano Banana Nano Banana 2 Edit is a live Muapi endpoint for image editing. Submit it with one API key and poll the shared result endpoint.

Image
$0.06/request
Try Model
Nano Banana 2 LiteLower-cost generation and editing2 models
Text to ImageLive
Nano Banana 2 Lite

Nano Banana 2 Lite

Nano Banana Nano Banana 2 Lite is a live Muapi endpoint for text-to-image. Submit it with one API key and poll the shared result endpoint.

Image
$0.03/request
Try Model
Image EditingLive
Nano Banana 2 Lite

Nano Banana 2 Lite Edit

Nano Banana Nano Banana 2 Lite Edit is a live Muapi endpoint for image editing. Submit it with one API key and poll the shared result endpoint.

Image
$0.03/request
Try Model
EffectsInstruction-driven image effects1 models
Image EditingLive
Effects

Nano Banana Effects

Nano Banana Nano Banana Effects is a live Muapi endpoint for image editing. Submit it with one API key and poll the shared result endpoint.

Image
$0.03/request
Try Model

What is the Nano Banana API?

Nano Banana is Google's image generation and editing family exposed through Muapi's unified REST API. Choose a text-to-image endpoint for new artwork or an edit endpoint when a prompt should transform a reference image.

Nano Banana 2, 2 Lite, and Pro provide additional quality and cost choices. Every request returns a request ID that can be polled with the shared Muapi result endpoint.

Nano Banana API capabilities

Text-to-image

Create images from detailed prompts with Nano Banana and Nano Banana 2.

Natural-language editing

Transform a reference image with plain-language instructions.

Pro quality tier

Use Nano Banana Pro for higher-fidelity visual work.

Effects and Lite

Compare effects workflows and Nano Banana 2 Lite for fast or lower-cost iteration.

Quick start — Nano Banana API

Submit a prompt or image edit with your x-api-key header, save the request ID, and poll the predictions result endpoint.

1. Submit a generation

curl -X POST https://api.muapi.ai/api/v1/nano-banana \
  -H "x-api-key: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"prompt":"A ceramic tea set on a sunlit kitchen table","aspect_ratio":"1:1"}'

# Response: {"request_id":"REQUEST_ID"}

Start with nano-banana, then switch the endpoint slug to any listed family variant.

2. Poll the result

curl https://api.muapi.ai/api/v1/predictions/REQUEST_ID/result \
  -H "x-api-key: YOUR_API_KEY"

Read the generated image URL when the task completes.

Nano Banana API FAQ

What can I build with Nano Banana?

Generate images, edit reference images, apply effects, and choose base, Pro, Nano Banana 2, or Lite endpoints.

Is Nano Banana asynchronous?

Yes. Muapi returns a request ID and exposes a shared result endpoint for polling.

How do I choose between Nano Banana and Pro?

Use the base endpoints for everyday work and Pro when higher-fidelity output is the priority.

Ready to build with Nano Banana?

Create one Muapi API key and connect Google's image endpoints today.