Where it fits
The gemini 3.5 flash lite model is Google's cheapest current entry in the Gemini 3 family, built for workloads where volume matters more than depth: chat triage, content classification, lightweight agents that call tools dozens of times per session, and any pipeline where every request adds up. It still reads images, video, audio, and PDFs alongside text, so it's not a stripped-down text-only model — it's a full multimodal model priced for scale.
Context and cost math
A 1,048,576-token context window means Gemini 3.5 Flash Lite can hold a genuinely large document set, a long codebase, or hours of transcript in a single call without chunking. Output is capped at 65,536 tokens per response, which is plenty for structured extraction, summaries, or multi-step tool call plans but not for generating a full book in one shot.
Pricing is where this model earns its Lite branding: $0.30 per million input tokens and $2.50 per million output tokens. Cached input drops to $0.03 per million tokens, which matters a lot if your app reuses the same system prompt or reference document across thousands of calls — that's a 10x discount on the repeated portion of the context.
Reasoning and tool use
It supports function calling and is flagged as a reasoning model, so it can work through multi-step logic and call external tools rather than just pattern-matching a single-turn answer. Vision support means it can read screenshots, charts, and scanned documents directly, which is useful for support tooling and document pipelines that would otherwise need a separate OCR step.
Stacked against the rest of the Gemini 3 lineup
Inside Google's own catalog, Gemini 3.5 Flash Lite sits just above Gemini 3.1 Flash Lite ($0.25 / $1.50 per million tokens) and well below full Gemini 3.5 Flash ($1.50 / $9.00) and Gemini 3.6 Flash ($1.50 / $7.50). A few numbers to compare directly:
- Gemini 3.1 Flash Lite: $0.25 input / $1.50 output per million tokens
- Gemini 3.5 Flash Lite: $0.30 input / $2.50 output per million tokens
- Gemini 3.6 Flash: $1.50 input / $7.50 output per million tokens
- Gemini 3.5 Flash: $1.50 input / $9.00 output per million tokens
That places 3.5 Flash Lite as the successor tier to 3.1 Flash Lite rather than a replacement for full Flash — it costs a bit more than the previous Lite generation but a fraction of what the non-Lite models charge per output token.
The catch
This model's own listed capability score (89.4) is nearly identical to Gemini 3.6 Flash's, despite the output price being roughly a third. That's worth testing directly on your own task rather than assuming the price gap tracks a quality gap — for high-volume, moderate-complexity work, Flash Lite is worth trying first before paying more for the full Flash tier.