Claude Sonnet 4.6

anthropic/claude-sonnet-4.6
by Anthropic·Text + Image·200K context·Released 2026-03-20·Proprietary
frontieragentic

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.

ProviderInputOutputThroughputUptime
Anthropic$3.00$15.0096 tok/s99.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" }]
  }'