Back to Models

Gemini 3 Pro Image Preview

googlegoogle/gemini-3-pro-image-preview

Google's standard model upgraded for rapid creative workflows with image generation and conversational, multi-turn editing capabilities. Supports both text and image output for creative and design tasks.

Context Length
66K
Max Output
33K
Input Price
$2.40/ 1M tokens
Output Price
$14.40/ 1M tokens

Modalities

textimagetextimage

Pricing Breakdown

TypeRate
Input$2.40 / 1M tokens
Output$14.40 / 1M tokens

Supported Parameters

temperaturemax_tokenstop_presponse_formatstop

API Usage Examples

cURL
curl https://api.therouter.ai/v1/images/generations   -H "Content-Type: application/json"   -H "Authorization: Bearer $THE_ROUTER_API_KEY"   -d '{
    "model": "google/gemini-3-pro-image-preview",
    "prompt": "A cinematic product render with soft studio lighting"
  }'