Gemini 2.5 Flash

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

Gemini 2.5 Flash is Google's state-of-the-art workhorse model, specifically designed for advanced re…

INPUT$0.30/ 1M tokens
OUTPUT$2.50/ 1M tokens
p50 TTFT1.03 s7d
p95 TTFT3.17 s7d
TRAFFIC1.1Mtokens / 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-flash",
    messages=[{"role": "user", "content": "Hello"}],
)
print(response.choices[0].message.content)
Pricing
Input / 1M tokens$0.300
Output / 1M tokens$2.50
Cache read / 1M$0.030
CurrencyUSD
Performance
TTFT p50
1.03 s
Output speed
437 tok/s
TTFT p95
3.17 s
Error rate
3.2%
Public benchmarks
AA Coding
17.8
AA Intelligence
20.6
AA Math
60.3
AIME
50.0
AIME 2025
60.3
GPQA Diamond
68.3
Humanity's Last Exam
5.1
IFBench
39.0
LiveCodeBench
49.5
Long-Context Recall
45.9
MATH-500
93.2
MMLU-Pro
80.9
SciCode
29.1
TerminalBench Hard
12.1
τ²-Bench
14.9
Source: artificialanalysis.ai
FAQ
How much does Google: Gemini 2.5 Flash cost on OrcaRouter?
Google: Gemini 2.5 Flash is priced at $0.30 per 1M input tokens and $2.50 per 1M output tokens via OrcaRouter. Pricing is pulled live from the routing layer.
What is Google: Gemini 2.5 Flash's context window?
Google: Gemini 2.5 Flash 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 Flash 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-flash" in the chat.completions.create call.
Does OrcaRouter rate-limit Google: Gemini 2.5 Flash?
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 Flash$0.30/M in1033ms p50via OrcaRouter
HTML <a href="https://www.orcarouter.ai/models/google/gemini-2.5-flash" target="_blank"> <img src="https://www.orcarouter.ai/embed/google/gemini-2.5-flash.svg" alt="Google: Gemini 2.5 Flash on OrcaRouter" /> </a>
Markdown [![Google: Gemini 2.5 Flash](https://www.orcarouter.ai/embed/google/gemini-2.5-flash.svg)](https://www.orcarouter.ai/models/google/gemini-2.5-flash)