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.
| 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 |
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"
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.
From $0.0095 per image — up to 79% below the official Google price. You only pay for successful generations.
Yes. Pass up to 10 input images via image_urls (https URLs or base64) to edit or guide generation.
Nano Banana 2 and Pro render at 1K, 2K or 4K depending on the model variant; aspect ratio is set per request.
Prepaid balance, top up from the dashboard. New accounts get $1 free credit on registration.