anthropic
anthropic/claude-opus-4-7/Released Apr 2026

Claude Opus 4.7

Anthropic's most capable model, with a step-change jump in agentic coding over Opus 4.6 and a native 1M-token context window.

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

Ready to build with Claude Opus 4.7?

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-7",
  "messages": [
    {
      "role": "user",
      "content": "Try sending a message."
    }
  ]
}'