GPT-5.5

openai/gpt-5.5
来自 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 TTFT4.40 s7d
p95 TTFT9.36 s7d
TRAFFIC7.0Mtokens / 7d
代码示例
from openai import OpenAI

client = OpenAI(
    base_url="https://api.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)
价格
阶梯输入 / 1M tokens输出 / 1M tokens缓存读取 / 1M
272K$5.00$30.00$0.500
$10.00$45.00$1.00
阶梯按每次请求的输入 token 数确定
性能
TTFT p50
4.40 s
输出速度
86.9 tok/s
TTFT p95
9.36 s
错误率
0.40%
公共基准测试
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
来源: artificialanalysis.ai
更多 OpenAI 模型
常见问题
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://api.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.
嵌入此徽章
OpenAI: GPT-5.5$5.00/M in4398ms p50通过 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)