Google: Gemini 2.5 Flash Lite
Chatgoogle/gemini-2.5-flash-liteGemini 2.5 Flash Lite is the lightweight member of Google's Gemini 2.5 family, released on 2025-07-22 and tuned for ultra-low latency and cost efficiency. It improves throughput and token generation speed over earlier Flash models, with multi-pass thinking off by default so responses stay fast. Capabilities include image and PDF input, function calling, and prompt caching. At $0.10/M input tokens and $0.40/M output tokens it is one of the cheapest options for high-volume classification, extraction, and routing workloads. Context window: 1M tokens, output: 64K. Available via OpenAI and Gemini protocols.
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-lite",contents="Hello!",)print(response.text)
Uptime & Status
Benchmarks
Google: Gemini 2.5 Flash Lite scores 1380 in the Overall category of the LMArena text leaderboard (style control), ranking #151 of 374 models based on 47,185 human preference votes (updated 2026-07-12).
| Category | Arena Score | 95% CI | Rank | Votes |
|---|---|---|---|---|
| Overall | 1380 | 1376–1383 | #151 of 374 | 47,185 |
| Hard Prompts | 1390 | 1386–1395 | #158 of 374 | 25,046 |
| Coding | 1397 | 1391–1404 | #175 of 369 | 9,675 |
| Math | 1364 | 1353–1375 | #164 of 362 | 2,867 |
| Creative Writing | 1361 | 1353–1369 | #134 of 372 | 6,502 |
| Instruction Following | 1365 | 1360–1371 | #156 of 374 | 12,894 |
| Chinese | 1407 | 1394–1420 | #143 of 344 | 2,167 |
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.