Google / google/gemini-3.6-flash

Gemini 3.6 Flash - access through LLMTR

Built for tool-using production apps, coding loops, and document or media analysis with 1M context and a 65K output ceiling. It finishes the same multi-step task with fewer output tokens and fewer tool calls than Gemini 3.5 Flash, and its output price is lower, so cost per agent run drops.

Technical specifications

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

Pricing

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

OperationMetricUnitPrice
CHAT_COMPLETIONSINPUT_TEXTPER_1M_TOKENS$1.50
CHAT_COMPLETIONSOUTPUT_TEXTPER_1M_TOKENS$7.50
CHAT_COMPLETIONSCACHE_STORAGEPER_1M_TOKEN_HOURS$1.00
CHAT_COMPLETIONSCACHE_WRITEPER_1M_TOKENS$0.150000
CHAT_COMPLETIONSINPUT_AUDIOPER_1M_TOKENS$1.50
CHAT_COMPLETIONSINPUT_IMAGEPER_1M_TOKENS$1.50
CHAT_COMPLETIONSINPUT_VIDEOPER_1M_TOKENS$1.50
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.6-flash","messages":[{"role":"user","content":"Hello"}]}'

Related models