anthropic
anthropic/claude-opus-4-1-20250805/Released Aug 2025

Claude Opus 4.1

Excels at complex coding, autonomous research, and agent workflows, with advanced reasoning and a 200,000-token context for deep analysis and synthesis.

Provider
anthropic
Modality
text-to-text
Released
Aug 2025
Pricing
$15.00 / 1M in$75.00 / 1M out

Ready to build with Claude Opus 4.1?

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-opus-4-1-20250805",
  "messages": [
    {
      "role": "user",
      "content": "Try sending a message."
    }
  ]
}'
Claude Opus 4.1 on Oxen | Oxen.ai