← Back to catalog
⚡️ Nano Banana 2
Model code: nano-banana-2
Provider: Google
A reliable model for practical tasks: fast, clear, and predictable results.
150 💠 per generation
What this model can do
- Image generation from text prompts
- Illustrations for social media, presentations, and marketing
- Quick visual concepts and creative drafts
- Supports text prompts
This model is a good fit if you want a fast, clear result without complex setup. A solid choice for everyday tasks.
Model highlights
Type
Images
Price
150 💠 per generation
Availability
Available
Как использовать через API
Эту модель можно вызывать через OpenAI-совместимый GPTCube API с тем же кодом модели.
Пример запроса
Открыть endpointcurl https://api.gptcube.ru/v1/images/generations \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "nano-banana-2",
"prompt": "Minimalist product poster with soft studio light",
"size": "1024x1024"
}'