Overview
Gemini 2.5 Pro is Google DeepMind's flagship Gemini Pro model, introduced on March 25, 2025. It was Google's first "thinking-native" model: rather than answering immediately, Gemini 2.5 Pro reasons through a problem step by step before responding, which Google credits for its sharp gains on math, science, and coding benchmarks. At launch it debuted at the top of the LMArena human-preference leaderboard.
Gemini 2.5 Pro is natively multimodal. A single prompt can mix text, images, audio, video, PDFs, and entire code repositories, and the model ships with a 1-million-token context window (Google said a 2M window would follow), making it well suited to reasoning over very long documents and large codebases in one pass. Its knowledge cutoff is January 2025.
It is a proprietary, closed-weights model served through the Gemini API in Google AI Studio and on Vertex AI, as well as in the Gemini app for Advanced users. Google later promoted Gemini 2.5 Pro to general availability and refreshed it with preview updates; it has since been succeeded by the Gemini 3 Pro line.
| Released | 2025-03-25 |
|---|---|
| License | Proprietary |
| Weights | API only |
| Parameters | Not disclosed |
| Context | 1M |
| Max output | 64K |
| Architecture | Sparse mixture-of-experts (MoE) transformer; "thinking" model that generates internal chain-of-thought reasoning tokens before producing its final answer. Parameter count not publicly disclosed. |
| Knowledge cutoff | January 2025 |
| Modalities | Text, Vision, Audio, Video, PDF |
| Status | Available |
Benchmarks
- GPQA Diamond (science, pass@1)84%
- AIME 2025 (math, pass@1)86.7%
- Humanity's Last Exam (no tools)18.8%
- SWE-bench Verified (custom agent)63.8%
- MMMU (multimodal, pass@1)81.7%
- Aider Polyglot (code editing)74%
- LiveCodeBench v570.4%
Scores on a 0–100 scale (25-point gridlines); higher is better. Each benchmark links to its published source.
Pricing
| Input | $1.25 / 1M tokens (prompts ≤200K); $2.50 / 1M tokens (prompts >200K) per 1M tokens |
|---|---|
| Cached input | $0.125 / 1M tokens (prompts ≤200K); $0.25 / 1M tokens (prompts >200K), plus $4.50 / 1M tokens per hour storage per 1M tokens |
| Output | $10.00 / 1M tokens (prompts ≤200K); $15.00 / 1M tokens (prompts >200K) per 1M tokens |
Free tier available in Google AI Studio. Paid-tier prices are tiered by prompt size (≤200K vs >200K tokens).
Strengths
- Thinking-native reasoning that leads on math (AIME) and science (GPQA) benchmarks without costly test-time tricks like majority voting
- 1M-token context window for reasoning over long documents, transcripts, and full code repositories
- Native multimodality across text, images, audio, video, and PDF in a single prompt
- Strong agentic coding, scoring 63.8% on SWE-bench Verified with a custom agent setup
- Topped the LMArena human-preference leaderboard at launch
Best for
- Complex multi-step reasoning in math, science, and analysis
- Agentic coding and large-codebase refactoring across many files
- Long-document and long-context tasks (research papers, legal docs, transcripts)
- Multimodal understanding combining text, images, audio, and video
- Building developer agents and tools via the Gemini API or Vertex AI
How to access
| Provider | Model ID |
|---|---|
| Google AI Studio / Gemini API ↗ | gemini-2.5-pro |
| Google Vertex AI ↗ | gemini-2.5-pro |
Gemini Pro — every version
The full lineage of the Gemini Pro line, newest first. Every version has its own page — click any to compare specs, benchmarks and pricing.
| Version | Released | Context | License |
|---|---|---|---|
| Gemini 3.5 Pro | 2026-05-19 | — | Proprietary |
| Gemini 3.1 Procurrent | 2026-02-19 | 1M | Proprietary |
| Gemini 3 Pro | 2025-11-18 | — | Proprietary |
| Gemini 2.5 Pro | 2025-03-25 | — | Proprietary |
| Gemini 2.0 Pro | 2025-02-05 | — | Proprietary |
| Gemini 1.5 Pro | 2024-02-15 | — | Proprietary |
| Gemini 1.0 Ultra | 2024-02-08 | — | Proprietary |
| Gemini 1.0 Pro | 2023-12-13 | — | Proprietary |
FAQ
What is Gemini 2.5 Pro?
Gemini 2.5 Pro is Google DeepMind's flagship Gemini Pro model, released March 25, 2025. It was Google's first "thinking-native" model, meaning it reasons through a problem step by step before answering. It is natively multimodal and has a 1-million-token context window.
What is the context window of Gemini 2.5 Pro?
Gemini 2.5 Pro has a 1-million-token context window and can generate up to about 64K tokens in a single response. At launch Google said a 2-million-token window would follow.
How much does Gemini 2.5 Pro cost?
On the paid tier of the Gemini API, input is $1.25 per 1M tokens for prompts up to 200K tokens ($2.50 above 200K), and output is $10.00 per 1M tokens up to 200K ($15.00 above 200K). A free tier is available in Google AI Studio. (Source: Gemini API pricing page.)
Is Gemini 2.5 Pro open source?
No. Gemini 2.5 Pro is a proprietary, closed-weights model. It is available only through Google's services — the Gemini API in Google AI Studio, Vertex AI, and the Gemini app — not as downloadable weights.