Claude Opus 5.5 via the Tokenator API

What the model is for

Claude Opus 5.5 is Anthropic's flagship model for demanding reasoning, coding, and long-horizon agentic work, succeeding Claude Opus 5. It is particularly strong at multi-step changes in large codebases, code review and bug finding, financial and scientific analysis, and reading dense charts, diagrams, and screenshots, and it is more careful than its predecessor about only stating figures and citing sources it can back up. The model completes comparable tasks in fewer steps and with fewer tokens than Opus 5, and reports on its work in plainer language, with clear updates on what it did, what it found, and what it needs from the user. Thinking is always adaptive, so effort is the main lever for trading off depth, latency, and cost, and lower effort settings remain effective for latency-sensitive workloads.

Specification

Full nameClaude Opus 5.5
API IDclaude-opus-5.5
Model vendorAnthropic
TypeText model (chat / completions)
Context window1M tokens
Max output128K tokens
Image inputyes
Tokenator usage multiplier
Input modalitiestext, image, file
Aliasescursor-claude-opus-5.5
Supported API formats/v1/chat/completions /v1/responses /v1/messages
Current statuscurrently unavailable
Data updated2026-09-22

Example request

curl
curl https://api.tokenator.top/v1/chat/completions \
  -H "Authorization: Bearer sk-your-tokenator-key" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "claude-opus-5.5",
    "messages": [{"role": "user", "content": "Hello"}]
  }'

Compatible tools

The model can be used in any tool that accepts a custom base URL: Claude Code, Codex CLI, OpenCode, Cursor, Cline, Kilo Code, Cherry Studio, DeepSeek Harness, Hermes, Pi, OpenClaw.

FAQ about Claude Opus 5.5

What is the API ID of Claude Opus 5.5?

claude-opus-5.5 — put this into the model field of your request.

What context window does Claude Opus 5.5 have?

1M tokens; max output is 128K tokens.

How many tokens will a request cost?

(input + output) × 1×. See the documentation for details.

Which tools support this model?

Any tool that accepts a custom base URL: Claude Code, Codex CLI, OpenCode, Cursor, Cline, Kilo Code. Setup guides are in the integrations section.