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 ID | anthropic/claude-opus-4.7 |
|---|---|
| Provider | Anthropic |
| Context window | 1,000,000 tokens |
| Operations | CHAT_COMPLETIONS |
| Modalities | text, image |
Pricing
A 6% platform margin applies to credit top-ups; model usage prices are not separately marked up.
| Operation | Metric | Unit | Price |
|---|---|---|---|
| CHAT_COMPLETIONS | INPUT_TEXT | PER_1M_TOKENS | $5.00 |
| CHAT_COMPLETIONS | OUTPUT_TEXT | PER_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
- Claude Opus 4.6 anthropic/claude-opus-4.6
- Claude Opus 4.5 anthropic/claude-opus-4.5
- Claude Sonnet 4.6 anthropic/claude-sonnet-4.6
- Claude Sonnet 4.5 anthropic/claude-sonnet-4.5
- Claude Haiku 4.5 anthropic/claude-haiku-4.5
- Claude Opus 4.1 anthropic/claude-opus-4.1
- Claude Opus 4 anthropic/claude-opus-4
- Claude Sonnet 4 anthropic/claude-sonnet-4