OpenAI

OpenAI: GPT-5.5

Chat
openai/gpt-5.5
CompareGet Started

GPT-5.5 is OpenAI's frontier model for complex professional workloads, released on 2026-04-24, building on GPT-5.4 with stronger reasoning, higher reliability, and better token efficiency on hard tasks. It takes text and image input and supports tool use (function calling), prompt caching, and web search, enabling large-scale reasoning, coding, and multimodal workflows in a single system. Context: 1M+ tokens (922K input), output: 128K. Available via OpenAI and Anthropic protocols.

Context Window
1M
Max Output Tokens
128K
Released
2026-04-24
Capabilities
VisionFunction CallingReasoningPrompt CachingWeb Search
Available Providers
AzureAzure
Supported Protocols
OpenAIopenaiAnthropicanthropic

Providers

AzureAzure
Input Tokens
$5/M
Output Tokens
$30/M
Cache Read
$0.5/M
Output Image
$32/M
Web Search
$0.035/R
Protocols
OpenAIopenai/v1/chat/completions/v1/responses
Anthropicanthropic

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.5",
messages=[
{"role": "user", "content": "Hello!"}
],
)
print(response.choices[0].message.content)

Uptime & Status

Benchmarks

LMArenaEvaluated as gpt-5.5

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

Benchmark scores for gpt-5.5 on LMArena
CategoryArena Score95% CIRankVotes
Overall14701479#20 of 37443,495
Hard Prompts14871498#24 of 37428,643
Coding14991513#41 of 36912,337
Math14841510#8 of 3622,241
Creative Writing14391455#28 of 3727,503
Instruction Following14641477#18 of 37414,622
Chinese15191548#6 of 3442,065

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