Context
1M
Input
text, file, image, audio, video
Output
text
Tool calling
Supported
About this model
Gemini 3.1 Pro is Google's advanced intelligence model for complex reasoning, problem solving, software engineering, multimodal analysis, long-context tasks, and powerful agentic and vibe-coding 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
$2.000 / 1M tokens
Output tokens
$12.000 / 1M tokens
Routing
OneInfer optimized
Pricing
Current OneInfer pricing for this model.
| Usage | Price |
|---|---|
| Input tokens | $2.000 / 1M tokens |
| Output tokens | $12.000 / 1M tokens |
| Cached input tokens | $0.200 / 1M tokens |
Performance
Published evaluation results associated with this model.
General Knowledge and Reasoning
GPQA Diamond94.1
HLE44.7
MMMLU-PRO92.6
Coding
SWE-bench Verified80.6
SWE-bench Pro54.2
SciCode58.9
Agentic
Terminal-Bench 2.068.5
τ²-bench Retail90.8
τ²-bench Telecom99.3
MCP-Atlas Tool Use69.2
BrowseComp85.9
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-3.1-pro",
"messages": [
{ "role": "user", "content": "Hello!" }
]
}'