GPT-5.6 is here 🎉 20% off all GPT 🎉 All July 🔥Learn more
OpenAI

GPT-5 Nano

Chat-20%
openai/gpt-5-nano
CompareGet Started

GPT-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.

Context Window
128K
Max Output Tokens
16K
Released
2025-08-07
Capabilities
Function CallingPrompt Caching
Available Providers
AzureAzure
Supported Protocols
OpenAIopenai

Providers

AzureAzure
-20%
Input Tokens
$0.04/M
$0.05/M
Output Tokens
$0.32/M
$0.4/M
Cache Read
$0.008/M
$0.01/M
Output Image
$32/M
Web Search
$0.035/R
Protocols
OpenAIopenai/v1/chat/completions/v1/responses

Code Examples

from openai import OpenAI
client = 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

LMArenaEvaluated as gpt-5-nano-high

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).

Benchmark scores for gpt-5-nano-high on LMArena
CategoryArena Score95% CIRankVotes
Overall133713301344#196 of 3748,260
Hard Prompts135413441364#192 of 3743,814
Coding138313681397#195 of 3691,684
Math134513181371#181 of 362491
Creative Writing124812281268#257 of 372913
Instruction Following132613131339#190 of 3742,028
Chinese137713471407#170 of 344380

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.

Frequently Asked Questions

GPT-5 Nano on Ofox.ai costs $0.05/M per million input tokens and $0.4/M per million output tokens. Pay-as-you-go, no monthly fees.