Google / google/gemini-2.5-flash-image

Gemini 2.5 Flash Image - access through LLMTR

A good fit when you want text-to-image generation and conversational editing in the same workflow. Strong for rapid iteration, product visuals, and creative assistant use cases.

Technical specifications

Canonical IDgoogle/gemini-2.5-flash-image
ProviderGoogle
Context windowNot available
OperationsIMAGES_GENERATIONS
Modalitiestext, image

Pricing

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

OperationMetricUnitPrice
IMAGES_GENERATIONSINPUT_TEXTPER_1M_TOKENS$0.300000
IMAGES_GENERATIONSINPUT_IMAGEPER_1M_TOKENS$0.300000
IMAGES_GENERATIONSOUTPUT_IMAGEPER_IMAGE$0.039000

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-2.5-flash-image","messages":[{"role":"user","content":"Hello"}]}'

Related models