by PoolsidePremium
Laguna M.1
Poolside flagship coding agent — tool calling, reasoning, 256K context, up to 32K output. Free on Kunya until July 28.
laguna-m1-freeGenerate chat completions with this model.
/api/v1/chat/completionsGET /api/v1/models?type=chat{
"model": "laguna-m1-free",
"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":"laguna-m1-free","messages":[{"role":"user","content":"Hello!"}],"stream":false,"thinking":true,"max_tokens":4096}'Qwen
Flagship Qwen3.7 — 1M context, agentic coding, office productivity, long-horizon execution, prompt caching
API DocumentationTencent
295B MoE reasoning model (21B active) — agentic workflows, 256K context, configurable chain-of-thought. Free on Kunya until July 21.
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 Documentation