GPT-5.6 is here 🎉 20% off all GPT 🎉 All July 🔥Learn more
Claude

Anthropic: Claude Opus 4.6

Chat
anthropic/claude-opus-4.6

Opus 4.6 is Anthropic’s strongest model for coding and long-running professional tasks. It is built for agents that operate across entire workflows rather than single prompts, making it especially effective for large codebases, complex refactors, and multi-step debugging that unfolds over time. The model shows deeper contextual understanding, stronger problem decomposition, and greater reliability on hard engineering tasks than prior generations.Beyond coding, Opus 4.6 excels at sustained knowledge work. It produces near-production-ready documents, plans, and analyses in a single pass, and maintains coherence across very long outputs and extended sessions. This makes it a strong default for tasks that require persistence, judgment, and follow-through, such as technical design, migration planning, and end-to-end project execution.

Context Window
1M
Max Output Tokens
128K
Released
2026-02-05
Capabilities
VisionFunction CallingReasoningPrompt CachingPDF Input
Available Providers
BedrockBedrock
Supported Protocols
OpenAIopenaiAnthropicanthropic

Sign in to try Anthropic: Claude Opus 4.6

Chat with this model right here. Conversations live only in this page and are never stored.

Conversations are not saved — leaving or refreshing this page clears them.

Providers

BedrockBedrock
Input Tokens
$5/M
Output Tokens
$25/M
Cache Read
$0.5/M
Cache Write (5 min)
$6.25/M
Cache Write (1 hour)
$10/M
Web Search
$0.015/R
Protocols
OpenAIopenai/v1/chat/completions/v1/responses
Anthropicanthropic

Code Examples

import anthropic
client = anthropic.Anthropic(
base_url="https://api.ofox.io/anthropic",
api_key="YOUR_OFOX_API_KEY",
)
message = client.messages.create(
model="anthropic/claude-opus-4.6",
max_tokens=1024,
messages=[
{"role": "user", "content": "Hello!"}
],
)
print(message.content[0].text)

Uptime & Status

Benchmarks

LMArenaEvaluated as claude-opus-4-6

Anthropic: Claude Opus 4.6 scores 1498 in the Overall category of the LMArena text leaderboard (style control), ranking #4 of 374 models based on 63,487 human preference votes (updated 2026-07-12).

Benchmark scores for claude-opus-4-6 on LMArena
CategoryArena Score95% CIRankVotes
Overall14941501#4 of 37463,487
Hard Prompts15231532#3 of 37440,530
Coding15421554#5 of 36917,517
Math14931514#5 of 3623,537
Creative Writing14711485#7 of 37210,341
Instruction Following14941505#4 of 37420,410
Chinese15361559#3 of 3443,242

Source: LMArena · CC BY 4.0 · Updated 2026-07-12 · Methodology · Ranks compare models within each category of the LMArena text leaderboard (style control). Scores come from third-party human preference evaluations, not from OFOX.

Frequently Asked Questions

Anthropic: Claude Opus 4.6 on Ofox.ai costs $5/M per million input tokens and $25/M per million output tokens. Pay-as-you-go, no monthly fees.