Nano Banana 2 high quality image generation.

Model:
Use reference images
Leave off for text-to-image. Turn on to upload or paste up to 14 reference images.
Output aspect ratio. Custom WxH pixel sizes remain accepted in JSON mode when supported upstream.
Output quality tier. 0.5K is text-to-image only.
Web search
Use web search to optimize image generation when supported upstream.
Image search
Search visual references to enhance generation quality when supported upstream.
Reasoning depth before generating images.
USD estimate $0.025-$0.05: highest recharge package uses $1 = 2,000 credits; entry package uses $1 = 1,000 credits.

History
Saved locally in this browser
0 running · 0 completed
Billing Rules
API
curl /v1/images/generations \
-H "Authorization: Bearer sk-your-api-key" \
-H "Content-Type: application/json" \
-d '{
"model": "nano-banana-2",
"prompt": "A cinematic 4k product scene for APIAny.AI with crisp model cards",
"size": "auto",
"quality": "2K",
"model_params": {
"web_search": false,
"image_search": false,
"thinking_level": "auto"
}
}'