Reference
Remy Reference/models/Gemini 3.5 Flash
G

Gemini 3.5 Flash

Gemini 3.5 Flash, a language model from Google.
modelOverride: { model: "gemini-3.5-flash" }
Google·Released May 2026
Pricing
Input
$1.50 / 1M
Cached input
$0.15 / 1M
Output
$9.00 / 1M
Input
$2.70 / 1M
Output
$16.20 / 1M
Specifications
Context window
1,048,576 tokens
Max output
65,536 tokens
Released
May 2026
Parameters
Model options, passed in modelOverride.config.
ParameterTypeDefaultRange / options
priorityModeSelectfalsefalsetrue
Use this model
await mindstudio.generateText({
  message: "...",
  modelOverride: {
    model: "gemini-3.5-flash",
    config: {
      priorityMode: "false",
    },
  },
});