20% off all GPT ๐ŸŽ‰ 30% off DeepSeekLearn more

OpenAI: GPT-5.5

Chat-20%
openai/gpt-5.5

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
Azure
Supported Protocols
openaianthropic

Providers

Azureprovider.type: "azure_foundry"
-20%
Input Tokens
$4/M
$5/M
Output Tokens
$24/M
$30/M
Cache Read
$0.4/M
$0.5/M
Output Image
$25.6/M
$32/M
Web Search
$0.035/R
Protocols
openai/v1/chat/completions/v1/responses
anthropic

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

Uptime & Status

Benchmarks

LMArena โ†—Evaluated 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
Overall1470โ€“1479#20 of 37443,495
Hard Prompts1487โ€“1498#24 of 37428,643
Coding1499โ€“1513#41 of 36912,337
Math1484โ€“1510#8 of 3622,241
Creative Writing1439โ€“1455#28 of 3727,503
Instruction Following1464โ€“1477#18 of 37414,622
Chinese1519โ€“1548#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.

Further Reading on GPT-5.5

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.