by Anthropic·Text + Image·200K context·Released 2026-03-20·Proprietary
Overview
Anthropic's balanced mid-flagship, widely used for coding and agentic work. It combines strong reasoning and excellent instruction-following with very reliable tool use, and it's a default backbone for many coding agents. First-party hosted with top-tier uptime, priced for production rather than high-volume bulk jobs.
Benchmarks
Standardized scores (0–100), normalized across the catalog.
Intelligence88
Coding89
Instruction following94
Providers
LLMRouteHub routes to the cheapest healthy provider by default.
| Provider | Input | Output | Throughput | Uptime |
|---|---|---|---|---|
| Anthropic | $3.00 | $15.00 | 96 tok/s | 99.9% |
Use this model
curl https://llmroutehub.com/api/v1/chat/completions \
-H "Authorization: Bearer $LLMROUTEHUB_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "anthropic/claude-sonnet-4.6",
"messages": [{ "role": "user", "content": "Hello" }]
}'