gemini-3-pro-image β API, Pricing & Image Tokens | Vivgrid
gemini-3-pro-image (Nano Banana Pro) on Vivgrid: Google's highest-quality image generation and editing model, with per-image token pricing.
gemini-3-pro-image, also known as Nano Banana Pro, is Google's highest-quality image generation and editing model. It applies Gemini 3 reasoning to image work, which makes it the strongest option for complex, multi-turn generation and editing, accurate text rendering inside images, and high-fidelity design output.
On Vivgrid, gemini-3-pro-image runs as a globally centralized model reachable through the same OpenAI-compatible endpoint and unified key as every other model in the catalog.
Specifications
| Provider | |
| Model ID | gemini-3-pro-image |
| Best for | Image generation |
| Context window | 65,536 tokens |
| Max output | 32,768 tokens |
| Modalities | Text, Image |
| Tool / function calling | No |
| Knowledge cutoff | 2025-01 |
| Acceleration | π Global (Centralized) |
Pricing
Pricing in USD per 1M tokens, matching the provider's rates.
| Input | Cached input | Output (text) | Output (image) |
|---|---|---|---|
| $2.00 | $0.20 | $12.00 | $120.00 |
Quick start
Call gemini-3-pro-image through Vivgrid's unified, OpenAI-compatible endpoint. Get an API key from the Vivgrid Console.
curl https://api.vivgrid.com/v1/images/generations \
-H "Authorization: Bearer $VIVGRID_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "gemini-3-pro-image",
"prompt": "A cozy reading nook with plants and warm light",
"size": "1024x1024"
}'Image token conversion
Images are billed as tokens, so the per-image cost follows the resolution you ask for:
| Item | Tokens | Cost per image |
|---|---|---|
| Input image | 560 | $0.0011 |
| Output image (1K) | 1,120 | $0.134 |
| Output image (2K) | 1,120 | $0.134 |
| Output image (4K) | 2,000 | $0.240 |
Text and thinking tokens are billed at the text output rate of $12.00 per 1M tokens.
Ideal use cases
- Complex graphic design and marketing assets
- High-fidelity product mockups
- Infographics and data visualizations that require accurate text rendering
- Multi-turn, conversational image editing
Related models
- gemini-3.1-flash-image β the high-volume, lower-cost image model
- gemini-3.5-flash β multimodal understanding rather than generation
gemini-3.6-flash
gemini-3.6-flash on Vivgrid: Google's fast agentic model with a 1M-token context window, tuned for coding loops and multi-step tool use.
gemini-3.1-flash-image
gemini-3.1-flash-image (Nano Banana 2) on Vivgrid: Google's high-volume image generation and editing model, with per-image token pricing.