by Anthropic · Language Models
Claude Sonnet 4.6 is Anthropic's most capable Sonnet model, released February 17, 2026, with upgrades across coding, computer use, long-context reasoning, agent planning, knowledge work and design. Per Anthropic, early-access developers preferred it to its predecessor by a wide margin and often even to Claude Opus 4.5, with a 1M-token context window in beta. It became the default model on Anthropic's Free and Pro plans, shows strong resistance to prompt injections, and holds pricing at $3 per million input and $15 per million output tokens. Ideal for cost-efficient agentic work, coding and long-context tasks that previously required an Opus-class model.
$3.885 in · $19.425 out / 1M
| Usage | Rate (USD) | Unit |
|---|---|---|
| Input tokens | $3.88 | per 1M tokens |
| Cached input (cache hit) | $0.39 | per 1M tokens |
| Output tokens | $19.43 | per 1M tokens |
TuneRouter live platform pricing · currency: USD · pre-deduction settled by actual usage
OpenAI-compatible · base URL https://api.tunerouter.com/v1/
curl https://api.tunerouter.com/v1/chat/completions \
-H "Authorization: Bearer $TUNEROUTER_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model": "claude-sonnet-4-6", "messages": [{"role": "user", "content": "Hello!"}]}'Model ID: claude-sonnet-4-6 · works with OpenAI SDKs — just point base_url at api.tunerouter.com