GPT-5 Nano
Chat-20%openai/gpt-5-nanoGPT-5 Nano is the ultra-efficient member of the GPT-5 family, optimized for maximum throughput at minimal cost ($0.05/M input, $0.40/M output). Its low-latency design targets high-volume automation, with support for tool use (function calling) and prompt caching. Context: 128K tokens, output: 16K. Accessible via the OpenAI-compatible protocol.
Providers
/v1/chat/completions/v1/responsesCode Examples
from openai import OpenAIclient = OpenAI(base_url="https://api.ofox.ai/v1",api_key="YOUR_OFOX_API_KEY",)response = client.chat.completions.create(model="openai/gpt-5-nano",messages=[{"role": "user", "content": "Hello!"}],)print(response.choices[0].message.content)
Benchmarks
GPT-5 Nano scores 1337 in the Overall category of the LMArena text leaderboard (style control), ranking #196 of 374 models based on 8,260 human preference votes (updated 2026-07-12).
| Category | Arena Score | 95% CI | Rank | Votes |
|---|---|---|---|---|
| Overall | 1337 | 1330–1344 | #196 of 374 | 8,260 |
| Hard Prompts | 1354 | 1344–1364 | #192 of 374 | 3,814 |
| Coding | 1383 | 1368–1397 | #195 of 369 | 1,684 |
| Math | 1345 | 1318–1371 | #181 of 362 | 491 |
| Creative Writing | 1248 | 1228–1268 | #257 of 372 | 913 |
| Instruction Following | 1326 | 1313–1339 | #190 of 374 | 2,028 |
| Chinese | 1377 | 1347–1407 | #170 of 344 | 380 |
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.