EN RU 中文
$ cat /models/nano-banana

Nano Banana API — image generation up to 79% cheaper than official prices

Sosana API gives you every Nano Banana model — Nano Banana, Nano Banana 2 (1K/2K/4K), Nano Banana 2 Lite and Nano Banana Pro — plus GPT Image behind a single token and a single async endpoint.

Text-to-image, image editing and reference-guided generation with up to 10 input images. You are billed only for successful results.

$ cat /pricing
Nаno Bаnana $0.0095 -76% per image
Nano Banana 2 Lite $0.0095 -72% per image
Nano Banana 2 1K $0.0220 -67% per image
Nаno Bаnana Pro 1K $0.0275 -79% per image
Nano Banana 2 2K $0.0280 -72% per image
Nаno Bаnana Pro 2K $0.0350 -74% per image
Nano Banana 2 4K $0.0400 -74% per image
Nаno Bаnana Pro 4K $0.0500 -79% per image
GPT Image 2 $0.0195 -61% per image
$ cat example.sh
curl -X POST https://sosana.art/api/banana/create-async \
  -H "Authorization: Bearer $SOSANA_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "prompt": "a cinematic photo of a banana spaceship, 35mm",
    "model": "nano-banana",
    "aspect_ratio": "16:9"
  }'

# poll until status is COMPLETED
curl https://sosana.art/api/banana/{uid} \
  -H "Authorization: Bearer $SOSANA_TOKEN"
$ cat /features
  • one endpoint, all models switch models by changing one string — no separate accounts with Google or OpenAI
  • up to 79% cheaper images from $0.0095 vs $0.039 official — see live discounts in the table above
  • async + webhooks POST a task, get a webhook when it is ready, or poll the task status
  • no rate limits fully async pipeline, submit tasks in parallel — infrastructure handles 10M requests/day
$ cat /faq
What is the Nano Banana API?

Nano Banana is the popular name of Google's Gemini image generation models. Sosana exposes them via a simple async API — no Google Cloud account or card required.

How much does a Nano Banana image cost?

From $0.0095 per image — up to 79% below the official Google price. You only pay for successful generations.

Can I edit images or use references?

Yes. Pass up to 10 input images via image_urls (https URLs or base64) to edit or guide generation.

What resolutions are supported?

Nano Banana 2 and Pro render at 1K, 2K or 4K depending on the model variant; aspect ratio is set per request.

How do I pay?

Prepaid balance, top up from the dashboard. New accounts get $1 free credit on registration.

$ ls /models
$ cd / · docs · playground