Gemini 3.5 Flash-Lite is Google’s general-availability efficiency model for high-volume agentic tasks, translation, document processing, classification, and structured extraction. Released on July 21, 2026, it is the fastest model in the Gemini 3.5 series and is positioned for applications where latency, throughput, and API cost are stricter constraints than maximum reasoning depth.
The Google Gemini 3.5 Flash-Lite API accepts text, images, video, audio, and PDF files within a 1,048,576-token input window. It produces text responses of up to 65,536 tokens and supports thinking, structured outputs, function calling, caching, code execution, file search, URL context, and search grounding in Google’s native API. It does not generate images or audio, and it does not support the Live API. Availability of provider-specific tools can differ through an OpenAI-compatible gateway, so check the GPTProto documentation before relying on a Google-native extension.
| Specification | Gemini 3.5 Flash-Lite |
| Provider | |
| Stable model ID | gemini-3.5-flash-lite |
| Launch stage | General availability |
| Release date | July 21, 2026 |
| Input limit | 1,048,576 tokens |
| Maximum output | 65,536 tokens |
| Accepted inputs | Text, image, video, audio, PDF |
| Output | Text |
| Core capabilities | Thinking, structured outputs, function calling, caching |
| Not supported | Image generation, audio generation, Live API, tuning |
Best Uses for Gemini 3.5 Flash-Lite
Flash-Lite is most useful when an application repeats focused tasks at high volume. It can serve as a lower-cost worker model under a more capable orchestrator, or handle complete workflows whose decisions are narrow and easy to validate.
-
Classification and routing: Label support tickets, detect intent, assign documents, or choose the next tool without paying for a frontier model on every request.
-
Document parsing and JSON extraction: Read PDFs, invoices, receipts, reports, and product records, then return fields that match a defined schema.
-
Translation and summarization: Process large queues of multilingual text, meeting transcripts, reviews, or catalog content where unit cost affects total operating spend.
-
Multimodal review: Extract text and facts from images, recorded audio, video, and PDFs while keeping the output in a text-based downstream workflow.
-
Focused subagents: Delegate search, retrieval, code edits, verification, and tool calls to specialized workers while reserving a stronger model for planning or final review.
The model is less suitable when one difficult request requires the highest possible coding accuracy, long-horizon planning, or repeated recovery from tool errors. For those workloads, test Gemini 3.5 Flash or Gemini 3.6 Flash against the same evaluation set before choosing by token price alone.
Choose a Thinking Level by Task Complexity
Gemini 3.5 Flash-Lite supports configurable thinking in Google’s native API. Google recommends MINIMAL for latency-sensitive classification, routing, and JSON extraction. This setting is the default and limits unnecessary reasoning tokens on predictable tasks.
Use MEDIUM or HIGH for subagents that write code, run terminal commands, call several APIs, or must recover from intermediate errors. More thinking can improve multi-step execution, but it also increases output-token usage and response time. If you call the model through GPTProto’s OpenAI-compatible endpoint, check the current documentation for the mapped thinking parameter before sending provider-specific fields.
Gemini 3.5 Flash-Lite vs Gemini 3.5 Flash
Gemini 3.5 Flash-Lite and Gemini 3.5 Flash share a 1,048,576-token context window and 65,536-token maximum output, but they are designed for different workload economics. Flash-Lite prioritizes throughput and low unit cost; Flash targets more complex coding, agentic planning, and knowledge work.
| Comparison | Gemini 3.5 Flash-Lite | Gemini 3.5 Flash |
| Best fit | High-volume subagents, extraction, translation, document parsing | Complex coding, agent planning, deeper knowledge work |
| Model positioning | Fastest, lowest-cost model in the 3.5 series | More capable Flash-tier model |
| Input context | 1,048,576 tokens | 1,048,576 tokens |
| Maximum output | 65,536 tokens | 65,536 tokens |
| Google standard input price | $0.30 per 1M tokens | $1.50 per 1M tokens |
| Google standard output price | $2.50 per 1M tokens | $9.00 per 1M tokens |
| GPTProto Flash-Lite price | $0.18 input / $1.50 output per 1M tokens | See the Gemini 3.5 Flash model page |
At Google’s standard rates, Flash-Lite costs 80% less for input and about 72% less for output than Gemini 3.5 Flash. Choose it when request volume and response time dominate the cost of occasional retries. Choose Flash when a smaller number of harder tasks makes first-pass quality more important than the lowest token rate.
Using Gemini 3.5 Flash-Lite Through GPTProto
GPTProto provides Gemini 3.5 Flash-Lite API access through the same account, API key, and balance used for more than 200 models. This reduces account and billing fragmentation when an application routes simple extraction to Flash-Lite, complex reasoning to Gemini 3.5 Flash or Gemini 3.6 Flash, and media work to separate image, video, or audio models.
For an existing OpenAI-compatible application, keep the surrounding client structure and use the endpoint, authentication method, and model string shown in the GPTProto documentation. Do not assume that every Google-native field maps one-to-one. Test thinking controls, caching, grounding, file handling, tool schemas, and streaming behavior before moving production traffic.
Migration Notes for Existing Gemini Workloads
Google documents several compatibility differences that can affect migrations from older Gemini models. Custom temperature, top-K, and top-P values may be ignored. Custom frequency and presence penalties can return an error. Requests whose final conversation turn has the model role are also unsupported.
Before switching a high-volume workflow, replay a representative test set and check JSON-schema compliance, tool-call completion, token usage, latency, and retry frequency. A cost-effective Gemini 3.5 Flash-Lite API deployment should be evaluated by cost per successful task, not only cost per token. This is especially important for multi-step agents, where an overly low thinking setting can stop a tool sequence too early.











