All ModelschatLaguna M.1

Laguna M.1

by PoolsidePremium

Try on Kunya
P
chat

Laguna M.1

Poolside flagship coding agent — tool calling, reasoning, 256K context, up to 32K output. Free on Kunya until July 28.

Model ID:laguna-m1-free

API Documentation

Generate chat completions with this model.

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

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
ProviderPoolside
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

Hy3

Tencent

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

API Documentation

DeepSeek V4 Pro

DeepSeek

Flagship model — 1M context, thinking + non-thinking modes

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