Home/Models/claude-opus-4-2

claude-opus-4-2

AnthropicText + VisionProprietary
Use with your agent
Context
200K
Input
$10.00/M
Output
$40.00/M
Throughput
58tok/s
Latency
620ms
Popularity
36%

Overview

Claude Opus 4.2 is the deepest, most deliberate model in the family. It excels at research, long autonomous runs and nuanced writing where judgement matters more than speed.

Capabilities

REASONINGStrong multi-step reasoning and planning.
LONG CONTEXTHandles very large documents and histories.

Routing & endpoints

EndpointContextPriceLatencyStatus
claws-edge ยท us-east200K$10.00 / $40.00 /M620msOperational
claws-edge ยท eu-west200K$10.00 / $40.00 /M642msOperational
Anthropic ยท direct200K$10.00 / $40.00 /M668msOperational

Sample request

curl https://api.claws.io/v1/chat/completions \
  -H "Authorization: Bearer $CLAWS_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "claude-opus-4-2",
    "messages": [{"role": "user", "content": "Hello"}]
  }'