Reference
Remy Reference/Models/Language/Gemini 2.5 Flash
G

Gemini 2.5 Flash

Gemini 2.5 Flash, a language model from Google.
modelOverride: { model: "gemini-2.5-flash" }
Google·Released June 2025
Pricing
Input
$0.30 / 1M
Cached input
$0.030 / 1M
Output
$2.50 / 1M
Input
$0.54 / 1M
Output
$4.50 / 1M
Specifications
Context window
1,000,000 tokens
Max output
64,000 tokens
Released
June 2025
Capabilities
VisionFastLow costLarge contextMultimodal
Parameters
Model options, passed in modelOverride.config.
ParameterTypeDefaultRange / options
thinkingBudgetSelectautooffmanualauto
thinkingBudgetLimit
Must be less than Max Response Size
Number1–24576
toolsTools
priorityModeSelectfalsefalsetrue
Use this model
await mindstudio.generateText({
  message: "...",
  modelOverride: {
    model: "gemini-2.5-flash",
    config: {
      priorityMode: "false",
    },
  },
});