Kilo Code
Kilo Code Setup Guide
Add a custom UnoRouter provider in the Kilo Code VSCode sidebar.
Overview
Kilo Code is a VSCode extension that takes a custom OpenAI-compatible provider in its sidebar. UnoRouter works without leaving the editor.
Quick Config
Paste these into the client. Your key auto-fills when signed in.
text
Base URL: https://api.unorouter.com/v1
API Key: YOUR_API_KEYCompatibility
Chat CompletionsStreamingTool calling
Step-by-step setup
- 1Install Kilo Code
In VSCode, open Extensions, search for Kilo Code, and install it.
- 2Open settings
Click the Kilo Code sidebar icon, then the gear icon at the top right.
- 3Add a custom provider
Open Providers, click + Connect next to Custom Provider, and fill the form.
- 4Fill the connection form
Use these values. The model field accepts any id from the UnoRouter catalog.
textProvider Name: UnoRouter API URL: https://api.unorouter.com/v1 API Key: YOUR_API_KEY Model Name: YOUR_MODEL_ID Supports tools: enabled - 5Save and chat
Click Save Provider. Kilo Code uses it on the next agent run.
Recommended models
Free models that work here. Paste any model id into the client.
glm-5.3-search:freeglm-5.3-think-search:freeglm-5.3-thinking:freeglm-5.3:freeqwen-3.8-27b:free
Gotchas
- If the pasted key truncates to a few characters, the field is masking it as you type. Click the eye icon to confirm the full key.
- A 404 unknown API route usually means a wrong model id. Use one from the UnoRouter models list.
- Keep Supports tools on so Kilo can run shell, file edit, and search tools.