OpenAI

OpenAI: GPT-5.1

Chat
openai/gpt-5.1
CompareGet Started

GPT-5.1 is OpenAI's enhanced GPT-5 release from 2025-11-13, bringing improved reasoning, better instruction following, and stronger coding performance. It handles vision, audio, and video input alongside reasoning, tool use (function calling), prompt caching, and web search. Context: 256K tokens, output: 128K — four times the output budget of GPT-5. Accessible via the OpenAI-compatible protocol through Ofox.

Context Window
256K
Max Output Tokens
128K
Released
2025-11-13
Capabilities
VisionFunction CallingReasoningPrompt CachingWeb SearchAudio InputVideo Input
Available Providers
AzureAzure
Supported Protocols
OpenAIopenai

Providers

AzureAzure
Input Tokens
$1.25/M
Output Tokens
$10/M
Cache Read
$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.run/v1",
api_key="YOUR_OFOX_API_KEY",
)
response = client.chat.completions.create(
model="openai/gpt-5.1",
messages=[
{"role": "user", "content": "Hello!"}
],
)
print(response.choices[0].message.content)

Benchmarks

LMArenaEvaluated as gpt-5.1

OpenAI: GPT-5.1 scores 1439 in the Overall category of the LMArena text leaderboard (style control), ranking #67 of 374 models based on 43,424 human preference votes (updated 2026-07-12).

Benchmark scores for gpt-5.1 on LMArena
CategoryArena Score95% CIRankVotes
Overall14351442#67 of 37443,424
Hard Prompts14501460#77 of 37423,571
Coding14671481#84 of 3699,121
Math14121434#90 of 3622,864
Creative Writing14021418#64 of 3726,428
Instruction Following14211433#71 of 37411,850
Chinese14641491#69 of 3442,028

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

OpenAI: GPT-5.1 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.