AI/TLDR

Gemini 2.5 Pro

Google's first thinking-native flagship — reasons before it answers, with a 1M-token context window.

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.

Released2025-03-25
LicenseProprietary
WeightsAPI only
ParametersNot disclosed
Context1M
Max output64K
ArchitectureSparse 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 cutoffJanuary 2025
ModalitiesText, Vision, Audio, Video, PDF
StatusAvailable

Benchmarks

  1. GPQA Diamond (science, pass@1)84%
  2. AIME 2025 (math, pass@1)86.7%
  3. Humanity's Last Exam (no tools)18.8%
  4. SWE-bench Verified (custom agent)63.8%
  5. MMMU (multimodal, pass@1)81.7%
  6. Aider Polyglot (code editing)74%
  7. 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).

Pricing source ↗

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

ProviderModel 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.

VersionReleasedContextLicense
Gemini 3.5 Pro2026-05-19Proprietary
Gemini 3.1 Procurrent2026-02-191MProprietary
Gemini 3 Pro2025-11-18Proprietary
Gemini 2.5 Pro2025-03-25Proprietary
Gemini 2.0 Pro2025-02-05Proprietary
Gemini 1.5 Pro2024-02-15Proprietary
Gemini 1.0 Ultra2024-02-08Proprietary
Gemini 1.0 Pro2023-12-13Proprietary

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.