Gemini 2.5 Pro

google/gemini-2.5-pro
by Google · text+image+file+audio+video in · text out · 1.05M ctx · 2025-06-17

Gemini 2.5 Pro is Google’s state-of-the-art AI model designed for advanced reasoning, coding, mathem…

INPUT$2.50/ 1M tokens
OUTPUT$15.00/ 1M tokens
p50 TTFT5.52 s7d
p95 TTFT40.05 s7d
TRAFFIC571.5Ktokens / 7d
Code samples
from openai import OpenAI

client = OpenAI(
    base_url="https://orcarouter.ai/v1",
    api_key="$ORCAROUTER_API_KEY",
)

response = client.chat.completions.create(
    model="google/gemini-2.5-pro",
    messages=[{"role": "user", "content": "Hello"}],
)
print(response.choices[0].message.content)
Pricing
Input / 1M tokens$2.50
Output / 1M tokens$15.00
Cache read / 1M$0.250
CurrencyUSD
Performance
TTFT p50
5.52 s
Output speed
1817 tok/s
TTFT p95
40.05 s
Error rate
5.2%
Public benchmarks
AA Coding
31.9
AA Intelligence
34.6
AA Math
87.7
AIME
88.7
AIME 2025
87.7
GPQA Diamond
84.4
Humanity's Last Exam
21.1
IFBench
48.7
LiveCodeBench
80.1
Long-Context Recall
66.0
MATH-500
96.7
MMLU-Pro
86.2
SciCode
42.8
TerminalBench Hard
26.5
τ²-Bench
54.1
Source: artificialanalysis.ai
FAQ
How much does Google: Gemini 2.5 Pro cost on OrcaRouter?
Google: Gemini 2.5 Pro is priced at $2.50 per 1M input tokens and $15.00 per 1M output tokens via OrcaRouter. Pricing is pulled live from the routing layer.
What is Google: Gemini 2.5 Pro's context window?
Google: Gemini 2.5 Pro supports a context window of 1M tokens. Use long-context features (RAG, summarisation) up to that limit.
How do I call Google: Gemini 2.5 Pro via the OpenAI SDK?
Set OpenAI base_url to https://orcarouter.ai/v1, supply your OrcaRouter API key, and pass model="google/gemini-2.5-pro" in the chat.completions.create call.
Does OrcaRouter rate-limit Google: Gemini 2.5 Pro?
Per-model rate limits follow your OrcaRouter plan. Free tiers ship with conservative caps; paid tiers lift them. Check /pricing for current quotas.
Embed this badge
Google: Gemini 2.5 Pro$2.50/M in5522ms p50via OrcaRouter
HTML <a href="https://www.orcarouter.ai/models/google/gemini-2.5-pro" target="_blank"> <img src="https://www.orcarouter.ai/embed/google/gemini-2.5-pro.svg" alt="Google: Gemini 2.5 Pro on OrcaRouter" /> </a>
Markdown [![Google: Gemini 2.5 Pro](https://www.orcarouter.ai/embed/google/gemini-2.5-pro.svg)](https://www.orcarouter.ai/models/google/gemini-2.5-pro)