by AnthropicPremium
Claude Opus 5
Most capable Opus — complex agentic coding, deep reasoning, and long-horizon enterprise work with 1M context
claude-opus-5Generate chat completions with this model.
/api/v1/chat/completionsGET /api/v1/models?type=chat{
"model": "claude-opus-5",
"messages": [
{
"role": "user",
"content": "Hello!"
}
],
"stream": false,
"thinking": true,
"max_tokens": 4096
}curl -X POST https://kunya.ai/api/v1/chat/completions \
-H "Authorization: Bearer kunya_YOUR_API_KEY" \
-H "Content-Type: application/json"
-d '{"model":"claude-opus-5","messages":[{"role":"user","content":"Hello!"}],"stream":false,"thinking":true,"max_tokens":4096}'Anthropic
Hybrid reasoning model with 1M context, top-tier coding and agentic performance
API DocumentationAnthropic
Most capable widely released Claude — demanding reasoning, complex agentic coding, and long-horizon work with 1M context
API DocumentationxAI
Frontier Grok for coding, agentic tasks, and knowledge work — tool calling, web/X search, code execution
API DocumentationMiniMax
Latest M-series — 1M context, agentic coding, tool use, vision + video input, interleaved thinking
API Documentation