by TencentPremium
Hy3
295B MoE reasoning model (21B active) — agentic workflows, 256K context, configurable chain-of-thought for coding, analysis, and tool use
hy3Generate chat completions with this model.
/api/v1/chat/completionsGET /api/v1/models?type=chat{
"model": "hy3",
"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":"hy3","messages":[{"role":"user","content":"Hello!"}],"stream":false,"thinking":true}'Qwen
Flagship Qwen3.7 — 1M context, agentic coding, office productivity, long-horizon execution, prompt caching
API DocumentationXiaomi
Xiaomi's 1T-parameter flagship — agentic workflows, tool calling, and advanced reasoning with 1M context
API DocumentationMiniMax
Recursive self-improvement — SOTA in software engineering, tool calling, and office productivity
API Documentation