by TencentPremium
Hy3
295B MoE reasoning model (21B active) — agentic workflows, 256K context, configurable chain-of-thought. Free on Kunya until July 21.
hy3-freeGenerate chat completions with this model.
/api/v1/chat/completionsGET /api/v1/models?type=chat{
"model": "hy3-free",
"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-free","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 DocumentationZ-AI
Z.ai GLM 5.2 via EvoLink — long-horizon coding agents, repo Q&A, tool-using engineering workflows, 1M context with thinking + prompt caching
API DocumentationMiniMax
Recursive self-improvement — SOTA in software engineering, tool calling, and office productivity
API Documentation