Home/Models/claude-sonnet-4-6

claude-sonnet-4-6

NEWAnthropicText + VisionProprietary
Use with your agent
Context
200K
Input
$3.00/M
Output
$15.00/M
Throughput
96tok/s
Latency
420ms
Popularity
71%

Overview

Claude Sonnet 4.6 is the balanced frontier model most teams reach for first. It pairs deep reasoning and reliable tool-use with a calm, steerable voice, and holds its quality across long agent runs — making it the safe default for production work that can't drift.

Capabilities

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

Routing & endpoints

EndpointContextPriceLatencyStatus
claws-edge · us-east200K$3.00 / $15.00 /M420msOperational
claws-edge · eu-west200K$3.00 / $15.00 /M442msOperational
Anthropic · direct200K$3.00 / $15.00 /M468msOperational

Sample request

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