Google: Gemini 2.5 Flash
Chatgoogle/gemini-2.5-flashGemini 2.5 Flash is Google's fast, cost-efficient model in the Gemini 2.5 family, released on 2025-06-17. It pairs toggleable reasoning with full multimodal input — images, audio, video, and PDFs — so a single endpoint covers everything from quick classification to document analysis. It also supports function calling, prompt caching, and web search, delivering Gemini 2.5 quality at a fraction of the Pro tier's cost: $0.30/M input tokens and $2.50/M output tokens. 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.ai/gemini"},)response = client.models.generate_content(model="google/gemini-2.5-flash",contents="Hello!",)print(response.text)
Uptime & Status
Benchmarks
Google: Gemini 2.5 Flash scores 1410 in the Overall category of the LMArena text leaderboard (style control), ranking #115 of 374 models based on 124,376 human preference votes (updated 2026-07-12).
| Category | Arena Score | 95% CI | Rank | Votes |
|---|---|---|---|---|
| Overall | 1408–1413 | #115 of 374 | 124,376 | |
| Hard Prompts | 1416–1423 | #125 of 374 | 63,791 | |
| Coding | 1419–1428 | #153 of 369 | 25,879 | |
| Math | 1399–1412 | #114 of 362 | 7,871 | |
| Creative Writing | 1391–1402 | #82 of 372 | 17,318 | |
| Instruction Following | 1397–1405 | #112 of 374 | 33,903 | |
| Chinese | 1436–1452 | #108 of 344 | 6,418 |
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.