← Back to catalog
⚡️ Nano Banana Pro
Model code: gemini-3-pro-image-preview
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
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 с тем же кодом модели.
Эндпоинт
POST /v1/images/generations
Поле model
gemini-3-pro-image-preview
Пример запроса
Открыть endpointcurl https://api.gptcube.ru/v1/images/generations \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "gemini-3-pro-image-preview",
"prompt": "Minimalist product poster with soft studio light",
"size": "1024x1024"
}'