Skip to main content
Kilo Code is an open-source coding agent for VS Code and JetBrains. It connects to Lyceum through its OpenAI Compatible provider.

Install

  1. Open the VS Code Extensions panel.
  2. Search for Kilo Code and click Install.
  3. 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 Name Lyceum, API Type OpenAI Compatible, and the same Base URL and API Key. Model auto-detection reads our /models endpoint 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 /models response carries IDs only, so set limits yourself here or in kilo.jsonc.

Troubleshooting