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

Claude Opus 4.6

Anthropic's most advanced model, excelling in coding, agentic workflows, computer use, reasoning, math, and domain expertise in finance, law, STEM.

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

Ready to build with Claude Opus 4.6?

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