GPT-5.5 Pro

openai/gpt-5.5-pro
FlagshipFeatured
VisionToolsJSONReasoning
by OpenAI · 2026-04-24

GPT-5.5 Pro is OpenAI’s high-capability model optimized for deep reasoning and accuracy on complex, high-stakes workloads. It features a 1M+ token context window (922K input, 128K output) with support for...

Max output100K
Inputfile + image + text
p50 TTFT777 ms
INPUT$30.00/ 1M tokens
OUTPUT$180.00/ 1M tokens
p50 TTFT777 ms7d
p95 TTFT4.00 s7d
TRAFFIC697.9Ktokens / 7d

OpenAI GPT-5.5 Pro is a flagship model from OpenAI, representing the cutting edge of large language models. It is designed for tasks that demand high reasoning capability, multimodal understanding,…

What is OpenAI GPT-5.5 Pro?

Who should use GPT-5.5 Pro?

How does GPT-5.5 Pro handle multimodal inputs?

Code samples

Call from any SDK

OpenAI-compatible — keep the SDK you already use

  • OpenAI SDKhttps://api.orcarouter.ai/v1
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-pro",
    messages=[{"role": "user", "content": "Hello"}],
)
print(response.choices[0].message.content)

Supported parameters

  • include_reasoning
  • max_completion_tokens
  • max_tokens
  • reasoning
  • response_format
  • seed
  • stream
  • structured_outputs
  • tool_choice
  • tools

Pricing

TierInput / 1M tokensOutput / 1M tokens
272K$30.00$180.00
1.1M$60.00$270.00
Tier selected by input token count of each request

Cost calculator

Tokens / month10MM
Input share70%%
Estimated / month $750

Estimate based on list price

Tiered pricing — this estimate uses base-tier rates.

Token & cost estimator

Input tokens: 20Cost per request: $0.0906

Estimate only — actual token counts depend on the provider's tokenizer.

Performance

p50 TTFT
777 ms
Output speed
20.7 tok/s
p95 TTFT
4.00 s
Error rate
0%

Public benchmarks

58.7
AA Coding
Better than 86% of models compared
#15 of 106
60.7
AA Intelligence
Better than 86% of models compared
#15 of 110
62.7
AA Math
Better than 51% of models compared
#40 of 81
GPQA Diamond
61.7 index
MMLU-Pro
74.7 index
τ²-Bench
54.7 index
Source: artificialanalysis.ai

How it compares

GPT-5.5 ProGPT-5.2 ProGPT-5.4 ProGPT-5.5
Input $/M$30.00$21.00$60.00$5.00
Output $/M$180.00$168.00$270.00$30.00
Context400K1.1M
Quality10/1010/1010/1010/10
Compare side-by-sideCompare side-by-sideCompare side-by-sideCompare side-by-side

FAQ

How much does GPT-5.5 Pro cost per token on OrcaRouter?
Pricing follows OpenAI's rate structure: typically input and output tokens are billed per million tokens, with output more expensive. OrcaRouter may add a service fee; check the dashboard for exact rates. There is no subscription—only pay-as-you-go.
What is the maximum context length for GPT-5.5 Pro?
The maximum output length is 100,000 tokens. The input context window (total tokens including input) is not specified here, but it is known to be very large (commonly 128K or more) for flagship OpenAI models. For exact limits, refer to OpenAI's documentation.
What are the main strengths of GPT-5.5 Pro?
Strengths include advanced reasoning, multimodal input (text, image, file), long output capacity, coherent long-form generation, and strong performance on complex benchmarks. It excels at tasks requiring deep logic or creative writing.
How does GPT-5.5 Pro compare to GPT-4.5?
GPT-5.5 Pro is more powerful with better reasoning and multimodal support, plus a much larger output limit. GPT-4.5 is cheaper and faster for simple tasks. Choose GPT-5.5 Pro for demanding applications; use GPT-4.5 for cost efficiency.
Does OrcaRouter keep my data private when using GPT-5.5 Pro?
OrcaRouter follows industry-standard data handling policies. Typically, data sent via the API is processed transiently and not stored permanently unless you enable logging. For full privacy details, review OrcaRouter's privacy policy and data processing agreement.
Can I use GPT-5.5 Pro with the standard OpenAI Python library?
Yes, OrcaRouter's API is OpenAI-compatible. Initialize the OpenAI client with your OrcaRouter API key and base_url set to https://api.orcarouter.ai/v1. Then specify model "openai/gpt-5.5-pro" in your requests. All methods (chat completions, streaming, etc.) work as expected.
How do I handle long outputs up to 100K tokens?
Set max_tokens to the desired length (up to 100,000). For very long generations, use streaming to receive chunks gradually. Note that generating high token counts may take longer and cost more; optimize by truncating input where possible.
What image formats are supported for input?
Common image formats like PNG, JPEG, GIF, and WebP are supported. The model reads image content directly. For file inputs, PDF, Word, and other document formats are typically accepted via the file modality. Refer to API documentation for exact allowed MIME types.
Can I fall back to a cheaper model automatically using OrcaRouter?
OrcaRouter supports model fallback and routing rules. You can configure a primary model (e.g., GPT-5.5 Pro) and a fallback model if the primary fails or if you want to route based on criteria like cost or latency. This is done via API parameters or dashboard settings.
Does GPT-5.5 Pro support function calling?
Yes, GPT-5.5 Pro supports function calling and tool use. You can define JSON-specified functions, and the model will decide when to invoke them. This enables integration with external APIs, databases, and custom logic.

Embed this badge

OpenAI: GPT-5.5 Pro$30.00/M in777ms p50via OrcaRouter
HTML <a href="https://www.orcarouter.ai/models/openai/gpt-5.5-pro" target="_blank"> <img src="https://www.orcarouter.ai/embed/openai/gpt-5.5-pro.svg" alt="OpenAI: GPT-5.5 Pro on OrcaRouter" /> </a>
Markdown [![OpenAI: GPT-5.5 Pro](https://www.orcarouter.ai/embed/openai/gpt-5.5-pro.svg)](https://www.orcarouter.ai/models/openai/gpt-5.5-pro)

Model card as data

GET /api/public/models/openai/gpt-5.5-proOpen
Machine-readable:/llms.txt/llms-full.txt