Using Mixlayer With Kilo Code

Mixlayer is an inference platform for open models such as GLM and Qwen, with a serving stack built from scratch by core contributors to Candle. It exposes an OpenAI-compatible API and is available as a built-in provider in Kilo Code.

Website: https://mixlayer.com/

Getting an API Key

  1. Sign Up/Sign In: Go to Mixlayer and create an account or sign in.
  2. Navigate to API Keys: Open the Mixlayer console and go to the API Keys page.
  3. Create a Key: Click New Key, give it a descriptive name (e.g., "Kilo Code"), and copy it. You will not be able to view it again.

Configuration in Kilo Code

Mixlayer is available as a built-in provider in Kilo Code, so you can connect it directly — no custom provider setup needed.

  1. Open Settings (gear icon) and go to the Providers tab.
  2. Click Connect provider, search for Mixlayer, and select it.
  3. Enter your Mixlayer API key.
  4. Pick a model — Kilo Code fetches the available models automatically.

Models

Mixlayer serves open models including:

  • z-ai/glm-5.2 — 256K context
  • qwen/qwen3.5-397b-a17b and the Qwen 3.5 / 3.6 line (vision-capable)
  • moonshotai/kimi-k2.7-code

Tool calling and reasoning are supported across the model line. See the Mixlayer docs for the full, current model list and supported parameters.

Tips and Notes

  • Model list: Kilo Code auto-detects available models from Mixlayer's /v1/models endpoint, so the picker stays current with your account.
  • Pricing: See the Mixlayer console for current per-model pricing.
  • Reasoning: Qwen models support a thinking mode; reasoning tokens count against the output budget, so give responses enough room when reasoning is enabled.