Model ID
gpt-5.5-proProvider
OpenAI
Context
1,050,000-token context window · 128,000 max output tokens
Capabilities
Streaming, JSON mode, Tool calling, Vision, Reasoning, Long context, Multilingual
Pricing
Typical request (5K input / 1K output tokens): ~$0.33. Billing is metered per token. Prices are live at
GET /api/v1/models/gpt-5.5-pro; the values above were read from that endpoint when this page was generated.
Use this model
The SDK examples assume you have created a server-side client.Supported parameters
messages, temperature, max_completion_tokens, top_p, stop, frequency_penalty, presence_penalty, seed, stream, user, routing, tools, tool_choice, response_format, image_url content parts, reasoning, reasoning_effort
Send only parameters from this list. routing.require_parameters (default true) skips any provider rail that cannot honor every requested parameter, so unsupported parameters reduce the rails eligible to serve the request.
Routing & fallbacks
Pingpt-5.5-pro with model when you want this model’s behavior, or list it in an ordered models array. With ninja/auto first, the router’s top pick runs first and gpt-5.5-pro is the explicit fallback; ninja/auto acts as the router only when it is the first entry.
Check live support
TypeScript SDK