Quick answer: Gemini 2.5 Flash is Google's cost-efficient tier of the Gemini 2.5 family, released April 17, 2025. It scores 61.9% on LiveCodeBench and 68.6% on Arena Hard v2, with the same 1M-token context window as Gemini 2.5 Pro at a fraction of the cost — $0.15 input / $0.60 output per 1M tokens.
Where Gemini 2.5 Flash leads
Where it lags
Best for: High-volume production pipelines, latency-sensitive applications, long-context batch processing, and any workflow where Pro's full capability isn't required.
Gemini 2.5 Flash is the efficiency-first tier of Google's Gemini 2.5 family. It is designed for applications where throughput, latency, and cost matter more than maximum accuracy on frontier tasks. Despite its lower price point, it shares the same 1M-token context window as Gemini 2.5 Pro — making it distinctively capable for long-context batch work at a price point comparable to o4-mini.
Like Gemini 2.5 Pro, Flash supports Google's thinking mode for harder reasoning tasks, native multimodal inputs (text, image, audio, video), and is available through both Google AI Studio and Vertex AI. Its headline differentiator vs the Pro tier is speed and cost: Flash is optimised for responsiveness and throughput rather than maximum accuracy on frontier benchmarks.
For teams running high-volume agentic pipelines — document processing, RAG over large corpora, automated code review at scale — Gemini 2.5 Flash provides the 1M context window of Pro at a fraction of the per-token cost.
| Field | Value |
|---|---|
| Organization | |
| Parameters | Undisclosed |
| Context window | 1,000,000 tokens |
| Max output | 65,536 tokens |
| Architecture | Multimodal transformer (Gemini family) |
| License | Proprietary (API only) |
| Release date | April 17, 2025 |
| Knowledge cutoff | January 2025 (estimated) |
| Modality | Text + Image + Audio + Video |
| Input (per 1M tokens) | Output (per 1M tokens) | |
|---|---|---|
| Google AI (≤200K input) | $0.15 | $0.60 |
| Google AI (>200K input) | $0.30 | $0.90 |
Thinking tokens billed as output tokens. Pricing per Google AI pricing page — verify current rates before production use.
Gemini 2.5 Flash has a 1,000,000-token context window — the same as Gemini 2.5 Pro, at 8× lower cost. This makes it the most cost-efficient way to access a 1M-context window among models in its class, ideal for long-document batch processing at scale.
| Benchmark | Score | Source | Date |
|---|---|---|---|
| LiveCodeBench | 61.9% | Benchgen evaluation | 2025-07 |
| Arena Hard v2 | 68.6% | Benchgen evaluation | 2025-07 |
| Humanity's Last Exam | 12.08% | Benchgen evaluation | 2025-07 |
| AetherCode | 20.3% | Benchgen evaluation | 2025-07 |
| CyberGym | 4.8% | Benchgen evaluation | 2025-07 |
| SHADE-Arena | 1.4 overall success | Anthropic research post | 2025-06 |
Scores from Benchgen evaluations or attributed third-party sources. See the source for methodology.
| Model | Context | LiveCodeBench | HLE | Price (in/out per 1M) |
|---|---|---|---|---|
| Gemini 2.5 Pro | 1M | 73.6% | 21.64% | $1.25 / $10 |
| Gemini 2.5 Flash | 1M | 61.9% | 12.08% | $0.15 / $0.60 |
| o4-mini | 200K | 74.2% | 14.28% | $1.10 / $4.40 |
| GPT-5.6 Luna | 1.1M | — | — | $1 / $6 |
Flash is the cost leader among 1M-context models: 8× cheaper than Gemini 2.5 Pro with a modest drop in benchmark scores (~10 points on LiveCodeBench). vs o4-mini, Flash trades about 12 points on LiveCodeBench for a 5× larger context window at lower input cost.
Gemini 2.5 Flash's AetherCode score of 20.3% (agentic web tasks) is below Gemini 2.5 Pro (32.7%), indicating a more significant capability gap on complex multi-step agent tasks than general benchmarks suggest. For agent workloads that require strong agentic reasoning, Pro is the better choice.
For high-volume batch workflows — processing thousands of documents, running RAG at scale, or automating routine analysis tasks — Flash's price-to-performance ratio is compelling. The 1M context window enables full-document processing without chunking at a cost point that makes large-scale deployment economically viable.
import google.generativeai as genai
genai.configure(api_key="YOUR_API_KEY")
model = genai.GenerativeModel("gemini-2.5-flash")
response = model.generate_content(
"Classify and summarise the following 500 customer support tickets...",
)
print(response.text)Specs and scores sourced from Google's official Gemini 2.5 Flash announcement (April 17, 2025) and Benchgen evaluations; third-party benchmark scores attributed inline. Pricing cited to the Google AI pricing page. Last updated 2026-07-23.
This model isn’t on any benchmark leaderboard yet.