Google: Gemini 2.5 Pro
Chatgoogle/gemini-2.5-proGemini 2.5 Pro is Google's flagship Gemini 2.5 model, released on 2025-06-17 and built for complex analysis and creative work. It combines thinking-style reasoning with full multimodal understanding, accepting text, image, audio, video, and PDF input, and adds function calling, prompt caching, and web search for grounded, tool-driven workflows. The 1M-token context window lets it work across entire codebases, long document sets, or hours of media in a single request. Context window: 1M tokens, output: 64K. Available via OpenAI and Gemini protocols through Ofox.
Providers
/v1/chat/completionsCode Examples
from google import genaiclient = genai.Client(api_key="YOUR_OFOX_API_KEY",http_options={"api_version": "v1beta", "base_url": "https://api.ofox.run/gemini"},)response = client.models.generate_content(model="google/gemini-2.5-pro",contents="Hello!",)print(response.text)
Uptime & Status
Benchmarks
Google: Gemini 2.5 Pro scores 1446 in the Overall category of the LMArena text leaderboard (style control), ranking #58 of 374 models based on 124,433 human preference votes (updated 2026-07-12).
| Category | Arena Score | 95% CI | Rank | Votes |
|---|---|---|---|---|
| Overall | 1446 | 1443–1448 | #58 of 374 | 124,433 |
| Hard Prompts | 1458 | 1455–1461 | #72 of 374 | 64,583 |
| Coding | 1465 | 1461–1469 | #96 of 369 | 26,535 |
| Math | 1441 | 1434–1448 | #59 of 362 | 7,643 |
| Creative Writing | 1444 | 1439–1449 | #34 of 372 | 17,406 |
| Instruction Following | 1439 | 1436–1443 | #51 of 374 | 34,222 |
| Chinese | 1490 | 1482–1498 | #50 of 344 | 6,491 |
Source: LMArena · CC BY 4.0 · Updated 2026-07-12 · Methodology ↗ · Ranks compare models within each category of the LMArena text leaderboard (style control). Scores come from third-party human preference evaluations, not from OFOX.