Google / google/gemini-2.5-pro

Gemini 2.5 Pro - access through LLMTR

Google's high-end choice for difficult reasoning, large-context analysis, coding, and document-heavy work. Google retires this model on 2026-10-16; after that date requests are rejected with 410 model_retired. Start new integrations on google/gemini-3.1-pro-preview.

Technical specifications

Canonical IDgoogle/gemini-2.5-pro
ProviderGoogle
Context window1,048,576 tokens
OperationsCHAT_COMPLETIONS, RESPONSES
Modalitiestext, image, audio, video

Pricing

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

OperationMetricUnitPrice
CHAT_COMPLETIONSINPUT_TEXTPER_1M_TOKENS$1.25
CHAT_COMPLETIONSOUTPUT_TEXTPER_1M_TOKENS$10.00
CHAT_COMPLETIONSCACHE_STORAGEPER_1M_TOKEN_HOURS$4.50
CHAT_COMPLETIONSTOOL_CALLPER_1K_CALLS$25.00
CHAT_COMPLETIONSTOOL_CALLPER_1K_CALLS$35.00
RESPONSESINPUT_TEXTPER_1M_TOKENS$1.25
RESPONSESOUTPUT_TEXTPER_1M_TOKENS$10.00
RESPONSESCACHE_STORAGEPER_1M_TOKEN_HOURS$4.50

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

Related models