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
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."
}
]
}'