Gemini 2 Pro
Active82.8FrontierGoogle's flagship multimodal model with very long context.
Intelligence Index
82.8/ 100
Frontierweighted across 5 benchmarks
- Math
- 94.4
- Coding
- 88.4
- General knowledge
- 80.5
- Reasoning
- 68.1
Computed as the mean of per-category averages across MMLU, GPQA, SWE-bench, HumanEval, MATH, GSM8K, AIME, Aider Polyglot and more. See each benchmark for methodology.
Overview
Gemini 2 Pro is Google's top general-purpose model with up to 2M context tokens, multimodal inputs, tool calling, and structured outputs.
History
Gemini 2 Pro was released on 2025-02-05.
Training & availability
Google has not released the underlying model weights — access is via their hosted API only.
Capabilities
-
Context window: 2.0M tokens.
-
Max output: 64K tokens.
-
Input modalities: text, image, audio, video.
-
Intelligence Index: 82.8/100.
Strongest categories: Math (94), Coding (88), General knowledge (80).
Recommended for: vision, math, agentic, long-context, frontier, code.
Pricing
- Input: $1.2500 per 1M tokens
- Output: $5.0000 per 1M tokens
Use the cost calculator above to estimate monthly spend for your workload.
Example interactions
Curated prompts showing the model's response style — not cherry-picked to impress, picked to show what typical output looks like.
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.pro",
contents="Explain quantum computing in one sentence.",
)
print(resp.text)Cost calculator
Estimate your monthly bill. Presets are typical workload sizes.
Benchmarks
| Benchmark | Score | Source |
|---|---|---|
| GPQA DiamondReasoning | 68.1% accuracy | Self-reported Google model card |
| GSM8KMath | 94.4% accuracy | Self-reported Google model card |
| HumanEvalCoding | 88.4pass@1 % | Self-reported Google model card |
Integrations & tooling support
- Tool calling
- Supported
- Structured outputs
- Supported
Price vs quality
Below-average benchmark performance for the price.
- Quality percentile
- 26.9%
- Effective price
- $4.06/1M
- Pricing breakdown
- $1.25/1M in
$5/1M out
Community ratings
Rate Gemini 2 Pro
Sign in to rate and review.
Comments
Sign in to leave a comment.