Google / google/gemini-3-pro-image

Gemini 3 Pro Image - access through LLMTR

Positioned for teams that want stronger control over sophisticated image generation and editing. Use the stable GA model ID for detailed creative workflows that need more precise prompt following.

Technical specifications

Canonical IDgoogle/gemini-3-pro-image
ProviderGoogle
Context window65,536 tokens
OperationsIMAGES_GENERATIONS
Modalitiestext, image, 4k

Pricing

A 6% platform margin applies to credit top-ups; model usage prices are not separately marked up.

OperationMetricUnitPrice
IMAGES_GENERATIONSINPUT_IMAGEPER_1M_TOKENS$2.00
IMAGES_GENERATIONSINPUT_TEXTPER_1M_TOKENS$2.00
IMAGES_GENERATIONSOUTPUT_IMAGEPER_IMAGE$0.240000
IMAGES_GENERATIONSOUTPUT_IMAGEPER_1M_TOKENS$120.00
IMAGES_GENERATIONSOUTPUT_TEXTPER_1M_TOKENS$12.00

Example usage

With existing OpenAI SDK flows, change only the base URL and model identifier.

curl https://llmtr.com/v1/chat/completions \
  -H "Authorization: Bearer llmtr-your_key" \
  -H "Content-Type: application/json" \
  -d '{"model":"google/gemini-3-pro-image","messages":[{"role":"user","content":"Hello"}]}'

Related models