G
Gemini 3.5 Flash Lite
Gemini 3.5 Flash Lite, a language model from Google.
modelOverride: { model: "gemini-3.5-flash-lite" }
GGoogle·Released July 2026
Pricing
- Input
- $0.30 / 1M
- Cached input
- $0.030 / 1M
- Output
- $2.50 / 1M
Specifications
- Context window
- 1,048,576 tokens
- Max output
- 65,536 tokens
- Released
- July 2026
- Capabilities
- VisionLarge contextLow cost
Parameters
Model options, passed in
modelOverride.config.| Parameter | Type | Default | Range / options |
|---|---|---|---|
thinkingLevel | Select | low | minimallowmediumhigh |
tools | Tools | — | — |
Use this model
await mindstudio.generateText({ message: "...", modelOverride: { model: "gemini-3.5-flash-lite", config: { thinkingLevel: "low", }, }, });