Models

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

ProviderGoogle
Model IDgemini-3-pro-image
Best forImage generation
Context window65,536 tokens
Max output32,768 tokens
ModalitiesText, Image
Tool / function callingNo
Knowledge cutoff2025-01
Acceleration🌐 Global (Centralized)

Pricing

Pricing in USD per 1M tokens, matching the provider's rates.

InputCached inputOutput (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:

ItemTokensCost per image
Input image560$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

On this page