G
Gemini 3.1 Flash Lite
Gemini 3.1 Flash Lite, a language model from Google.
modelOverride: { model: "gemini-3.1-flash-lite" }
GGoogle·Released February 2026
Pricing
- Input
- $0.25 / 1M
- Cached input
- $0.025 / 1M
- Output
- $1.50 / 1M
Specifications
- Context window
- 1,048,576 tokens
- Max output
- 65,536 tokens
- Released
- February 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.1-flash-lite", config: { thinkingLevel: "low", }, }, });