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
- Sign Up/Sign In: Go to Mixlayer and create an account or sign in.
- Navigate to API Keys: Open the Mixlayer console and go to the API Keys page.
- 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.
- Open Settings (gear icon) and go to the Providers tab.
- Click Connect provider, search for Mixlayer, and select it.
- Enter your Mixlayer API key.
- Pick a model — Kilo Code fetches the available models automatically.
Models
Mixlayer serves open models including:
z-ai/glm-5.2— 256K contextqwen/qwen3.5-397b-a17band 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/modelsendpoint, 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.