Anthropic / anthropic/claude-opus-5.5

Claude Opus 5.5 - access through LLMTR

Claude Opus 5.5 is Anthropic's current Opus model for long-running agentic coding, codebase-wide migrations, code review, and enterprise knowledge work. It offers a 1M context window, 128K max output, always-on adaptive thinking, vision input, tool calling, and prompt caching. Effort is configurable from low through max and defaults to medium. Prices are lower than Opus 5, and cache reads cost one twentieth of the input price.

Technical specifications

Canonical IDanthropic/claude-opus-5.5
ProviderAnthropic
Context window1,000,000 tokens
OperationsCHAT_COMPLETIONS
Modalitiestext, image

Pricing

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

OperationMetricUnitPrice
CHAT_COMPLETIONSINPUT_TEXTPER_1M_TOKENS$4.00
CHAT_COMPLETIONSCACHE_READPER_1M_TOKENS$0.200000
CHAT_COMPLETIONSOUTPUT_TEXTPER_1M_TOKENS$20.00
CHAT_COMPLETIONSCACHE_WRITEPER_1M_TOKENS$5.00
CHAT_COMPLETIONSCACHE_WRITEPER_1M_TOKENS$8.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":"anthropic/claude-opus-5.5","messages":[{"role":"user","content":"Hello"}]}'

Guides about this model

Related models