Image Generationtextimage

Nano Banana Pro

nano banana pro

Input

Generation mode

Describe the image with text only, no reference upload required.

Size
Quality
Resolution
Aspect ratio
Output format
Ready to generateReady to generate

API Reference

POSThttps://api.token360.ai/v1/images/generations
curl https://api.token360.ai/v1/images/generations \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer your-api-key" \
  -d '{
  "model": "nano-banana-pro",
  "prompt": "A cute cat sitting on a windowsill",
  "size": "1024x1024",
  "quality": "auto",
  "resolution": "1k",
  "aspect_ratio": "1:1",
  "output_format": "default",
  "enable_web_search": false
}'