Anthropic / anthropic/claude-opus-4.7

Claude Opus 4.7 - access through LLMTR

Anthropic's strongest generally available Claude model for complex reasoning, large codebases, long-running agent tasks, and professional knowledge work. Use it when you need the 1M context window, 128K max output, and improved higher-resolution vision on demanding production workflows.

Technical specifications

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

Pricing

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

OperationMetricUnitPrice
CHAT_COMPLETIONSINPUT_TEXTPER_1M_TOKENS$5.00
CHAT_COMPLETIONSOUTPUT_TEXTPER_1M_TOKENS$25.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 sk_your_key" \
  -H "Content-Type: application/json" \
  -d '{"model":"anthropic/claude-opus-4.7","messages":[{"role":"user","content":"Hello"}]}'

Related models