GPT-5.5

openai/gpt-5.5
New
by OpenAI · file+image+text in · 2026-04-24

GPT-5.5 is OpenAI’s frontier model designed for complex professional workloads, building on GPT-5.4…

INPUT$5.00/ 1M tokens
OUTPUT$30.00/ 1M tokens
p50 TTFT2.24 s7d
p95 TTFT7.60 s7d
TRAFFIC1.2Mtokens / 7d
Code samples
from openai import OpenAI

client = OpenAI(
    base_url="https://orcarouter.ai/v1",
    api_key="$ORCAROUTER_API_KEY",
)

response = client.chat.completions.create(
    model="openai/gpt-5.5",
    messages=[{"role": "user", "content": "Hello"}],
)
print(response.choices[0].message.content)
Pricing
TierInput / 1M tokensOutput / 1M tokensCache read / 1M
272K$5.00$30.00$0.500
$10.00$45.00$1.00
Tier selected by input token count of each request
Performance
TTFT p50
2.24 s
Output speed
128 tok/s
TTFT p95
7.60 s
Error rate
4.1%
Public benchmarks
AA Coding
59.1
AA Intelligence
60.2
GPQA Diamond
93.5
Humanity's Last Exam
44.3
IFBench
75.9
Long-Context Recall
74.3
SciCode
56.1
TerminalBench Hard
60.6
τ²-Bench
93.9
Source: artificialanalysis.ai
FAQ
How much does OpenAI: GPT-5.5 cost on OrcaRouter?
OpenAI: GPT-5.5 is priced at $5.00 per 1M input tokens and $30.00 per 1M output tokens via OrcaRouter. Pricing is pulled live from the routing layer.
What is OpenAI: GPT-5.5's context window?
OpenAI: GPT-5.5 supports a context window of — tokens. Use long-context features (RAG, summarisation) up to that limit.
How do I call OpenAI: GPT-5.5 via the OpenAI SDK?
Set OpenAI base_url to https://orcarouter.ai/v1, supply your OrcaRouter API key, and pass model="openai/gpt-5.5" in the chat.completions.create call.
Does OrcaRouter rate-limit OpenAI: GPT-5.5?
Per-model rate limits follow your OrcaRouter plan. Free tiers ship with conservative caps; paid tiers lift them. Check /pricing for current quotas.
Embed this badge
OpenAI: GPT-5.5$5.00/M in2240ms p50via OrcaRouter
HTML <a href="https://www.orcarouter.ai/models/openai/gpt-5.5" target="_blank"> <img src="https://www.orcarouter.ai/embed/openai/gpt-5.5.svg" alt="OpenAI: GPT-5.5 on OrcaRouter" /> </a>
Markdown [![OpenAI: GPT-5.5](https://www.orcarouter.ai/embed/openai/gpt-5.5.svg)](https://www.orcarouter.ai/models/openai/gpt-5.5)