Gemini 3.5 Flash-Lite is a lightweight-tier multimodal model from Google's Gemini family, with a roughly 1M-token context window and support for text, image, video, and audio inputs.
| Provider | Input / 1M | Output / 1M | Cached / 1M |
|---|---|---|---|
| $0.150 | $1.25 | $0.015 | |
| $0.150 | $1.25 | $0.015 | |
| $0.300 | $2.50 | $0.030 | |
| $0.300 | $2.50 | $0.030 | |
| $0.300 | $2.50 | $0.030 |
Prices updated daily. Last check: Sep 11, 2026
Input, output, and batch rates, plus alternatives, for one provider at a time.
Benchmarks measured Sep 2026. Scores are independent evaluations, not vendor-reported.
Gemini 3.5 Flash-Lite fits workloads where throughput and cost per request dominate: large-scale classification and tagging, structured data extraction from documents, summarization of long reports or meeting transcripts, and first-pass triage in pipelines that escalate hard cases to a Flash or Pro tier model. Its multimodal input support makes it usable for describing or categorizing images, screening video and audio content, and captioning media at volume without a separate transcription step. The ~1M-token context window supports long-document question answering and retrieval-augmented setups with large retrieved contexts, while tool calling lets it act as the execution layer in agents whose planning is handled elsewhere. Given the measured time to first token, batch and asynchronous jobs are a better match than tight interactive loops.
Pricing varies by provider and by pricing type — input tokens, output tokens, cached input, and any media-specific rates are often billed differently, and providers update rates frequently. Check the pricing table on this page for current per-provider figures.
It is aimed at high-volume, cost-sensitive tasks: classification, extraction, summarization, media triage, and routing within larger systems. Its ~1M-token context also makes it suitable for long-document and transcript processing, and tool calling allows it to serve as an execution step in agentic pipelines.
Flash-Lite is the lightweight tier of the Gemini family, positioned below Flash and Pro tier models. It trades reasoning depth for throughput and lower cost, so tasks requiring extended multi-step reasoning or complex code generation are usually better routed to a higher Gemini tier.
Yes — our metadata confirms text, image, video, and audio inputs. That makes it usable for image classification, video screening, and audio or transcript summarization without a separate preprocessing model.
Artificial Analysis measured output throughput of roughly 350 tokens per second, which is fast once generation starts, but a time to first token of about 7.5 seconds in the same test. For latency-critical interactive use, benchmark it on your own provider and prompt shape before committing.
No. Gemini models are served through Google's API and partner platforms rather than distributed as downloadable weights, so deployment options are limited to hosted endpoints.