← All Models
Nano Banana Pro
Google's premium image generation model via Gemini. Higher quality output for professional use.
Specifications
| Provider | |
| Category | Image |
Pricing (Starter tier)
15,600.00 credits / 1M output tokens
Higher tiers get volume discounts. See tiers
Quick Start
curl -X POST https://query.genx.sh/api/v1/generate \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "nano-banana-pro",
"params": {
"prompt": "Cinematic wide shot of a futuristic city at night",
"aspect_ratio": "16:9"
}
}'
Example Request Body
// POST /api/v1/generate
{
"model": "nano-banana-pro",
"params": {
"prompt": "Cinematic wide shot of a futuristic city at night",
"aspect_ratio": "16:9"
}
}