kourier.sh

Models

The models kourier.sh currently serves behind its OpenAI-compatible endpoint.

kourier.sh currently serves two open-weight models, both reachable through the same OpenAI-compatible endpoint.

ModelAPI model stringContextNotes
GLM 5.2glm-5.2200K tokensFrontier reasoning model. Strong at code, math, and multi-step tool use.
Qwen 3.6 35Bqwen-3.6-35b (proposed)TBDLighter-weight complement to GLM 5.2.

Qwen 3.6 35B is live, but we haven't confirmed its exact API model string in the wild yet. qwen-3.6-35b follows the naming convention glm-5.2 uses (<family>-<version>-<size>) and is our best-effort placeholder — treat it as proposed, not contractual. Confirm the real value against your API key before shipping code that depends on it.

Choosing a model

  • glm-5.2 — the default choice for most coding tasks: reasoning, refactors, multi-step tool use.
  • Qwen 3.6 35B — a smaller, lighter-weight model for workloads where GLM 5.2 is more than you need. Model string TBD (see callout above).

Billing

Both models are covered by the same account — no per-model billing setup. See kourier.sh/pricing for current plans and rate limits.

On this page