Back to Models
GPT-5.5 Pro
openaiopenai/gpt-5.5-pro
Version of GPT-5.5 that produces smarter and more precise responses with enhanced reasoning depth.
Context Length
1M
Max Output
128K
Input Price
$48.00/ 1M tokens
Output Price
$288.00/ 1M tokens
Modalities
textimage→text
Pricing Breakdown
| Type | Rate |
|---|---|
| Input | $48.00 / 1M tokens |
| Output | $288.00 / 1M tokens |
Supported Parameters
temperaturetop_pfrequency_penaltypresence_penaltymax_tokensmax_completion_tokensstoptoolstool_choiceresponse_formatstreamreasoningstructured_output
API Usage Examples
China users: replace api.therouter.ai with api.therouter.com.cn in the examples below for lower latency.
cURL
curl https://api.therouter.ai/v1/chat/completions -H "Content-Type: application/json" -H "Authorization: Bearer $THE_ROUTER_API_KEY" -d '{
"model": "openai/gpt-5.5-pro",
"messages": [
{"role": "user", "content": "Summarize the key points from this input."}
]
}'