Google

Nano Banana

Googlenano-banana

Google Gemini image-gen. Native edit-mode (image-in + prompt → image-out). 3 size tiers (512/1K/2K). Cheapest at small sizes.

Best for: In-context image editing, style transfer, low-cost iteration

At a glance

Price

$0.046 / image

Speed

fast

Quality tier

frontier open

Per image. Async generation; you only pay for successful renders.

Capabilities

Image generation

Async POST /v1/images/generations + poll

Image input (i2i)

Pass an image_url to edit or refine

Quick start

Get API Key
curl https://kymaapi.com/v1/images/generations \
  -H "Authorization: Bearer $KYMA_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "nano-banana",
    "prompt": "A serene mountain lake at sunrise, photorealistic",
    "n": 1
  }'
# Response: { "id": "img_...", "status": "queued" }
# Poll: GET /v1/jobs/{id} until status="succeeded"

Details

CreatorGoogle
Model IDnano-banana
Quality tierfrontier open
Cost tiercheap
Input modalityText, Image
Output modalityImage

Try Nano Banana now

$0.50 free credits on signup. No credit card required.