Install
- Open the VS Code Extensions panel.
- Search for Kilo Code and click Install.
- Restart VS Code.
Configure
1
Open the settings
Click the Kilo Code icon in the VS Code side bar, then the gear icon to open the settings panel.
2
Select the provider
Under API Provider, select OpenAI Compatible.
3
Fill in the fields
4
Set model capabilities
Expand Model Configuration and set Context Window and Max Output Tokens from active models. Leave Image Support off unless you picked a vision model.
5
Save
Click Let’s go!.
Modes
Kilo Code has several modes, and you can point each at a different model:Notes
- Newer builds use a custom provider registry. If your version shows Settings → Providers → Add custom provider instead of an API Provider dropdown, use Provider ID
lyceum, Display NameLyceum, API Type OpenAI Compatible, and the same Base URL and API Key. Model auto-detection reads our/modelsendpoint and should populate the full catalog, which is a quick way to confirm the key and URL are both correct. - Token limits are never auto-detected. Our
/modelsresponse carries IDs only, so set limits yourself here or inkilo.jsonc.

