Context
1M
Input
text, file, image, audio, video
Output
text
Tool calling
Supported
About this model
Gemini 2.5 Pro is Google's advanced Gemini 2.5 reasoning model for complex problem solving, coding, mathematics, scientific analysis, long-context understanding, multimodal reasoning, and sophisticated agentic workflows.
Input modalities
text
Accepted as model input
file
Accepted as model input
image
Accepted as model input
audio
Accepted as model input
video
Accepted as model input
Providers
Available routing options for this model through OneInfer.
Available
Input tokens
$1.250 / 1M tokens
Output tokens
$10.000 / 1M tokens
Routing
OneInfer optimized
Pricing
Current OneInfer pricing for this model.
| Usage | Price |
|---|---|
| Input tokens | $1.250 / 1M tokens |
| Output tokens | $10.000 / 1M tokens |
| Cached input tokens | $0.125 / 1M tokens |
Performance
Published evaluation results associated with this model.
General Knowledge and Reasoning
MMLU-PRO86.2
GPQA Diamond84.4
HLE21.1
Mathematics
MATH-50096.7
AIME 202588
Coding
LiveCodeBench80.1
SciCode42.8
API example
curl https://api.oneinfer.ai/v1/ula/chat/completions \
-H "Authorization: Bearer $JWT_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"model": "google/gemini-2.5-pro",
"messages": [
{ "role": "user", "content": "Hello!" }
]
}'