Gemini 2.5 Pro
ActiveGoogle Gemini 2.5 Pro — state-of-the-art thinking model.
History
Gemini 2.5 Pro became available via the Google API on 2025-06-17.
Training & availability
Training data has a knowledge cutoff of 2025-01-31 — information about events after that date is unlikely to appear in the model's responses. Google has not released the underlying model weights — access is via their hosted API only.
Capabilities
-
Context window: 1.0M tokens.
-
Max output: 65K tokens.
-
Input modalities: text, image, audio, video.
Recommended for: vision, agentic, long-context.
Limitations
- The knowledge cutoff is 14 months old — this model will not know about recent events, releases, or API changes.
Quick start
Minimal example using the google API. Copy, paste, replace the key.
from google import genai
client = genai.Client(api_key="...")
resp = client.models.generate_content(
model="gemini-2.5-pro",
contents="Explain quantum computing in one sentence.",
)
print(resp.text)Providers & performance
3 providersMulti-provider inference routes for this model — sorted by throughput. Latency is time-to-first-token; throughput is output tokens per second. Data from OpenRouter, measured over the last 30 minutes.
| Provider | Throughput | Latency (TTFT) | Input $ / 1M | Output $ / 1M | Context | Quant | Supports |
|---|---|---|---|---|---|---|---|
| Google AI Studio | 102tok/s | 2.42s | $1.25 | $10 | 1.0M | — | tools · json |
| 84tok/s | 2.69s | $1.25 | $10 | 1.0M | — | tools · json | |
| 70tok/s |
Benchmarks
| Benchmark | Score | Source |
|---|---|---|
| Aider PolyglotCoding | 72.9% pass@2 | Third-party Papers With Code |
| SWE-bench VerifiedCoding | 63.2% resolved | Third-party Papers With Code |
Integrations & tooling support
- Tool calling
- Supported
- Structured outputs
- Supported
Price vs quality
Top-tier benchmarks. Pricing not publicly available — check the provider.
- Quality percentile
- 75.8%
- Effective price
- —
- Pricing breakdown
- — in
— out
Community ratings
Rate Gemini 2.5 Pro
Sign in to rate and review.
Comments
Sign in to leave a comment.