All ModelschatHy3

Hy3

by TencentPremium

Try on Kunya
T
chat

Hy3

295B MoE reasoning model (21B active) — agentic workflows, 256K context, configurable chain-of-thought. Free on Kunya until July 21.

Model ID:hy3-free

API Documentation

Generate chat completions with this model.

POST/api/v1/chat/completions
GET /api/v1/models?type=chat
Request body
{
  "model": "hy3-free",
  "messages": [
    {
      "role": "user",
      "content": "Hello!"
    }
  ],
  "stream": false,
  "thinking": true
}
cURL example
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}'

Notes

  • OpenAI-compatible endpoint — works with any Kunya API key.
  • Set `"stream": true` for server-sent events.
  • Supports tool calling via the `tools` parameter.

Pricing

Input$0 per 1M tokens
Output$0 per 1M tokens
Context Window262K

Capabilities

Streaming Yes
Vision No
Reasoning Yes
Tool Use Yes
ProviderTencent
Try on Kunya

Similar Models

Qwen 3.7 Max

Qwen

Flagship Qwen3.7 — 1M context, agentic coding, office productivity, long-horizon execution, prompt caching

API Documentation

MiMo v2.5 Pro

Xiaomi

Xiaomi's 1T-parameter flagship — agentic workflows, tool calling, and advanced reasoning with 1M context

API Documentation

GLM 5.2

Z-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 Documentation

MiniMax M2.7

MiniMax

Recursive self-improvement — SOTA in software engineering, tool calling, and office productivity

API Documentation