G
Gemini 2.5 Flash Vision
Gemini 2.5 Flash Vision, a vision model from Google.
modelOverride: { model: "gemini-2.5-flash-vision" }
Google·Released June 2025Pricing
- Input
- $0.30 / 1M
- Output
- $2.50 / 1M
Specifications
- Context window
- 1,048,576 tokens
- Max output
- 65,535 tokens
- Released
- June 2025
- Model string
- gemini-2.5-flash
- Capabilities
- Large context
Parameters
Model options, passed in
modelOverride.config.| Parameter | Type | Default | Range / options |
|---|---|---|---|
temperature | Number | 1 | 0–2, step 0.1 |
maxResponseTokens | Number | 4096 | 1–65535, step 1 |
Use this model
await mindstudio.analyzeImage({ prompt: "What is in this image?", imageUrl: "...", modelOverride: { model: "gemini-2.5-flash-vision", config: { temperature: 1, maxResponseTokens: 4096, }, }, });