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