Image Generationtextimage
Nano Banana
Nano Banana image generation model
Entrada
Generation mode
Describe the image with text only—no reference upload required.
Size
Aspect ratio
Ready to generateReferencia de la API
POSThttps://api.token360.ai/v1/images/generationscurl https://api.token360.ai/v1/images/generations \
-H "Content-Type: application/json" \
-H "Authorization: Bearer your-api-key" \
-d '{
"model": "gemini-2.5-flash-image",
"prompt": "A cute cat sitting on a windowsill",
"size": "1024x1024",
"aspect_ratio": "1:1"
}'