Limited Time Offer: Save up to 32% OFF now!
ImageGoogle · Gemini

Nano Banana 2

State-of-the-art image generation & editing with character consistency.

Nano Banana 2 is Google's image model — exceptional at keeping characters and scenes consistent, blending multiple reference images, and high-quality conversational edits. Ideal when the same subject must look right across many shots.

Sample output generated with Nano Banana 2
Generated with Nano Banana 2

Capabilities

  • Text → Image
  • Conversational image edit
  • Character & scene consistency
  • Multi-image fusion

At a glance

Output
Up to 4K (upscaled)
Inputs
Text · Multiple images
Strength
Consistency & fusion
Best for
Series, try-on, scenes

Sample outputs

Official sample outputs from Nano Banana 2.

Photoreal action shot, split waterline
Photoreal action shot, split waterline

Use via API

For developers

One endpoint, one key — just switch the model parameter to call any model. No need to integrate Google directly, manage separate billing, or maintain four SDKs.

curl -X POST https://pixmo.ai/api/v1/jobs/createTask \
  -H "Authorization: Bearer $PIXMO_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "nano-banana-2",
    "inputs": { "prompt": "your prompt here" }
  }'

# returns { "taskId": "..." } — then poll:
curl "https://pixmo.ai/api/v1/jobs/queryTask?taskId=TASK_ID" \
  -H "Authorization: Bearer $PIXMO_API_KEY"