by MoonshotPremium
Kimi K3
2.8T MoE flagship for complex coding, knowledge work, and long-horizon agentic workflows with 1M context and native vision
kimi-k3Generate chat completions with this model.
/api/v1/chat/completionsGET /api/v1/models?type=chat{
"model": "kimi-k3",
"messages": [
{
"role": "user",
"content": "Hello!"
}
],
"stream": false,
"thinking": true
}curl -X POST https://kunya.ai/api/v1/chat/completions \
-H "Authorization: Bearer kunya_YOUR_API_KEY" \
-H "Content-Type: application/json"
-d '{"model":"kimi-k3","messages":[{"role":"user","content":"Hello!"}],"stream":false,"thinking":true}'Moonshot
Coding-focused MoE model for long-horizon programming, agentic task decomposition, and multimodal reasoning
API DocumentationQwen
Legacy — superseded by Qwen 3.7 Plus (routes to qwen/qwen3.7-plus).
API DocumentationOpenAI
Frontier GPT-5.6 model for complex professional work, coding, and agentic tasks
API DocumentationxAI
Frontier Grok for coding, agentic tasks, and knowledge work — tool calling, web/X search, code execution
API Documentation