OpenAI / openai/gpt-5.5-pro

GPT-5.5 Pro - access through LLMTR

GPT-5.5 Pro is OpenAI's highest-depth GPT-5.5 variant for difficult professional reasoning, coding, long-context analysis, and quality-first agent work. Use it when the task justifies the 1.05M context window, 128K max output, and text/image input through the Responses API. It does not include a cached-input discount, so plan spend from the standard input price.

Technical specifications

Canonical IDopenai/gpt-5.5-pro
ProviderOpenAI
Context window1,050,000 tokens
OperationsRESPONSES
Modalitiestext, image

Pricing

A 6% platform margin applies to credit top-ups; model usage prices are not separately marked up.

OperationMetricUnitPrice
RESPONSESINPUT_TEXTPER_1M_TOKENS$30.00
RESPONSESOUTPUT_TEXTPER_1M_TOKENS$180.00

Example usage

With existing OpenAI SDK flows, change only the base URL and model identifier.

curl https://llmtr.com/v1/chat/completions \
  -H "Authorization: Bearer llmtr-your_key" \
  -H "Content-Type: application/json" \
  -d '{"model":"openai/gpt-5.5-pro","messages":[{"role":"user","content":"Hello"}]}'

Related models