Google / google/gemini-3.7-flash

Gemini 3.7 Flash - access through LLMTR

Built for tool-using production apps, coding loops, and image, video, audio, or PDF analysis with 1M context and a 65K output ceiling. Thinking is tunable across low, medium, and high, with medium as the default. Introductory pricing applies through 31 December 2026; standard rates take over on 1 January 2027.

Technical specifications

Canonical IDgoogle/gemini-3.7-flash
ProviderGoogle
Context window1,048,576 tokens
OperationsCHAT_COMPLETIONS, RESPONSES
Modalitiesimage, video, audio, text

Pricing

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

OperationMetricUnitPrice
CHAT_COMPLETIONSINPUT_TEXTPER_1M_TOKENS$0.750000
CHAT_COMPLETIONSCACHE_READPER_1M_TOKENS$0.075000
CHAT_COMPLETIONSOUTPUT_TEXTPER_1M_TOKENS$3.75
CHAT_COMPLETIONSCACHE_STORAGEPER_1M_TOKEN_HOURS$0.500000
CHAT_COMPLETIONSINPUT_AUDIOPER_1M_TOKENS$0.750000
CHAT_COMPLETIONSINPUT_IMAGEPER_1M_TOKENS$0.750000
CHAT_COMPLETIONSINPUT_VIDEOPER_1M_TOKENS$0.750000
CHAT_COMPLETIONSTOOL_CALLPER_1K_CALLS$14.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.7-flash","messages":[{"role":"user","content":"Hello"}]}'

Related models