← All Models
Nano Banana 2
Google's image generation model via Gemini. Good for creative, artistic, and illustrated images.
Specifications
| Provider | |
| Category | Image |
Pricing (Starter tier)
7,800.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-2",
"params": {
"prompt": "A whimsical illustration of a cat reading a book in a cozy library"
}
}'
Example Request Body
// POST /api/v1/generate
{
"model": "nano-banana-2",
"params": {
"prompt": "A whimsical illustration of a cat reading a book in a cozy library"
}
}