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

GPT-5

Chat-20%
openai/gpt-5
CompareGet Started

GPT-5 is OpenAI's next-generation flagship model, released on 2025-08-07, with advanced multimodal capabilities and state-of-the-art general performance. It supports reasoning, vision, audio and video input, tool use (function calling), prompt caching, and web search, making it well suited to agentic workflows. Context: 256K tokens, output: 64K. Accessible via the OpenAI-compatible protocol through Ofox.

Context Window
256K
Max Output Tokens
66K
Released
2025-08-07
Capabilities
VisionFunction CallingReasoningPrompt CachingWeb SearchAudio InputVideo Input
Available Providers
AzureAzure
Supported Protocols
OpenAIopenai

Providers

AzureAzure
-20%
Input Tokens
$1/M
$1.25/M
Output Tokens
$8/M
$10/M
Cache Read
$0.104/M
$0.13/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",
messages=[
{"role": "user", "content": "Hello!"}
],
)
print(response.choices[0].message.content)

Benchmarks

LMArenaEvaluated as gpt-5-high

GPT-5 scores 1434 in the Overall category of the LMArena text leaderboard (style control), ranking #75 of 374 models based on 31,905 human preference votes (updated 2026-07-12).

Benchmark scores for gpt-5-high on LMArena
CategoryArena Score95% CIRankVotes
Overall143414291438#75 of 37431,905
Hard Prompts144614401452#88 of 37414,984
Coding146814601476#91 of 3696,356
Math143414211448#69 of 3621,885
Creative Writing137513651384#119 of 3724,250
Instruction Following141014031417#97 of 3748,263
Chinese145414381470#96 of 3441,596

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 on Ofox.ai costs $1.25/M per million input tokens and $10/M per million output tokens. Pay-as-you-go, no monthly fees.