anthropic
anthropic/claude-sonnet-4-6/Released Feb 2026

Claude Sonnet 4.6

Anthropic's latest Sonnet model with strong coding and agent performance, fast latency, and improved long-context reasoning.

Provider
anthropic
Modality
multi-to-text
Released
Feb 2026
Pricing
$3.00 / 1M in$15.00 / 1M out

Ready to build with Claude Sonnet 4.6?

Sign in to grab your API key and start making requests.
bash
curl -sSf -X POST https://hub.oxen.ai/api/chat/completions \
    -H "Content-Type: application/json" \
    -H "Authorization: Bearer $OXEN_API_KEY" \
    -d '{
  "model": "claude-sonnet-4-6",
  "messages": [
    {
      "role": "user",
      "content": "Try sending a message."
    }
  ]
}'