AnthropicPopular
Claude Sonnet 4.6
The balanced Claude — fast, smart, affordable.
Claude Sonnet 4.6 hits the sweet spot of speed, intelligence and price, with the context window now grown to 1M tokens. It's the default Claude for coding agents and most production workloads.
Best for
Claude CodeAgentsProduction apps
Strengths
- ▸Great price/quality
- ▸Fast
- ▸Strong coding
Use Claude Sonnet 4.6 via AnyModel
One OpenAI-compatible endpoint — just set the model id:
curl https://anymodel.org/v1/chat/completions \
-H "Authorization: Bearer $ANYMODEL_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "claude-sonnet-4-6",
"messages": [{"role": "user", "content": "Hello!"}]
}'
AnyModel