Google / google/gemini-2.5-flash

Gemini 2.5 Flash - access through LLMTR

A versatile choice for low-latency, high-volume workflows that still need tool use and solid reasoning. It is a strong default for everyday multimodal assistants and agent-style product flows.

Technical specifications

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

Pricing

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

OperationMetricUnitPrice
CHAT_COMPLETIONSINPUT_TEXTPER_1M_TOKENS$0.300000
CHAT_COMPLETIONSOUTPUT_TEXTPER_1M_TOKENS$2.50
CHAT_COMPLETIONSCACHE_STORAGEPER_1M_TOKEN_HOURS$1.00
CHAT_COMPLETIONSCACHE_WRITEPER_1M_TOKENS$0.030000
CHAT_COMPLETIONSCACHE_WRITEPER_1M_TOKENS$0.030000
CHAT_COMPLETIONSCACHE_WRITEPER_1M_TOKENS$0.030000
CHAT_COMPLETIONSCACHE_WRITEPER_1M_TOKENS$0.100000
CHAT_COMPLETIONSINPUT_AUDIOPER_1M_TOKENS$1.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-2.5-flash","messages":[{"role":"user","content":"Hello"}]}'

Related models