When using 3.5 Flash-Lite, you can use different thinking levels to optimize for quality, speed, and token output:
- Use
thinking_level.MINIMALfor latency-sensitive or simpler classification and extraction tasks: 3.5 Flash-Lite defaults to minimal thinking, which optimizes for speed and cost efficiency. This is ideal for high-throughput classification, routing, or JSON extraction tasks. - Use
thinking_level.MEDIUMorthinking_level.HIGHfor subagents: If you're using 3.5 Flash-Lite as an autonomous subagent that writes code, runs terminal commands, or calls external APIs, set the thinking level to medium or high. Using the minimal thinking level can cause premature tool termination on multi-step tasks.
3.5 Flash-Lite includes the following potentially breaking changes when compared to previous Gemini models:
- Custom values for parameters like temperature, top-K, and top-P aren't supported. If you set a custom value for these parameters, that value will be ignored.
- Custom values for frequency and presence penalty parameters aren't supported. Setting a custom value for these parameters will throw an error.
- API requests where the last input turn has a role of
Modelaren't supported. The following kinds of requests will return an error:- When using the Interactions API: Requests where the last object in the
inputarray has"type": "model_output". - When using the GenerateContent API: Requests where the last object in
the
contentsarray has"role": "model".
- When using the Interactions API: Requests where the last object in the
Try in Agent Studio Deploy example app View pricing
| Model ID | gemini-3.5-flash-lite |
|
|---|---|---|
| Modalities |
|
|
| Token limits | Context window | 1,048,576 |
| Maximum output tokens | 65,536 | |
| Capabilities |
|
|
| Tools |
|
|
| Consumption options |
|
|
| Technical specifications | Image |
|
| Text |
|
|
| Video |
|
|
| Audio |
|
|
| Parameter defaults |
|
|
| Supported regions |
|
|
|
||
|
||
|
||
| Versions |
|
|
| Security controls | Online prediction |
|
| Batch inference |
|
|
| Context caching |
|
|
| See Security controls for more information. | ||