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