Claude

Anthropic: Claude Opus 4.6

Chat
anthropic/claude-opus-4.6
CompareGet Started

Claude Opus 4.6 is Anthropic's strongest model for coding and long-running professional tasks, released on 2026-02-05. It is built for agents that operate across entire workflows rather than single prompts, making it effective for large codebases, complex refactors, and multi-step debugging, with deeper contextual understanding and stronger problem decomposition. Beyond coding, it produces near-production-ready documents, plans, and analyses in a single pass and stays coherent across very long outputs. Supports reasoning, vision, tool use, PDF input, and prompt caching. Context window: 1M tokens, output: 128K. Available via OpenAI and Anthropic protocols.

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

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.run/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.