OpenAI / openai/gpt-5.5

GPT-5.5 - access through LLMTR

OpenAI's strongest option for coding, tool-heavy agent workflows, long-context analysis, and quality-sensitive professional work. Use it when the task needs the 1.05M context window, 128K max output, and reasoning effort from none through xhigh.

Technical specifications

Canonical IDopenai/gpt-5.5
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$5.00
RESPONSESCACHE_READPER_1M_TOKENS$0.500000
RESPONSESOUTPUT_TEXTPER_1M_TOKENS$30.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","messages":[{"role":"user","content":"Hello"}]}'

Related models