What it's built for
The gemini 3.6 flash model is Google's current mid-tier Gemini 3 offering — built for production workloads that need more headroom than a Lite model but don't justify a frontier-tier price tag. Think RAG pipelines over long documents, coding assistants that need to hold a full repo in context, and agents that chain several tool calls per task.
Pricing at scale
At $1.50 per million input tokens and $7.50 per million output tokens, Gemini 3.6 Flash costs three times as much per output token as Gemini 3.5 Flash Lite ($2.50) but comes in cheaper than Google's own Gemini 3.5 Flash, which charges $9.00 per million output tokens at the same input price. Cached input runs $0.15 per million tokens — a 10x discount over standard input pricing, worth designing around if your prompts reuse the same system instructions or reference material call after call.
Multimodal input, text output
The input side accepts text, image, video, audio, and PDF; output is text only. Combined with a 1,048,576-token context window and a 65,536-token output cap, that's enough room to hand the model an entire codebase, a long video transcript, or a stack of scanned PDFs and get a structured text response back in one call.
- Context window: 1,048,576 tokens
- Max output: 65,536 tokens per response
- Input: $1.50 per million tokens
- Output: $7.50 per million tokens
- Cached input: $0.15 per million tokens
Choosing between 3.6 Flash and its siblings
Function calling and reasoning are both supported, so this model handles multi-step logic and external tool use rather than one-shot completions only. Against Gemini 3.5 Flash, the direct predecessor in the non-Lite line, 3.6 Flash charges the same for input but noticeably less for output — a meaningful saving if your workload is output-heavy, like long-form generation or verbose tool call traces. Against the Lite models (3.1 Flash Lite and 3.5 Flash Lite), it's the model to reach for once a Lite model starts producing shallow or inconsistent answers on your specific task.
Where it falls short
There's no listed knowledge cutoff date for this model in the registry, so if your use case depends on knowing exactly how current its training data is, confirm that directly rather than assume. And at a capability score of 89.4, it's close enough to Gemini 3.5 Flash Lite's own 89.4 that teams with simple, high-volume tasks should test both before defaulting to the pricier option.