Kilo Code
Last updated: 2026-08-03; third-party tools can change at any time. If configuration fails, follow the latest official documentation.
Kilo Code supports custom providers in VS Code and the CLI. Review the Kilo Code custom models documentation and install it from an official source.
Add Provider
In Kilo Code settings, open Providers, select Custom provider, and enter the values below:
| Field | Example | Description |
|---|---|---|
| Provider ID | token-market | Used only as the local display identifier. |
| Display name | Token Market | Human-readable name. |
| Provider API | OpenAI Compatible | Uses a Chat Completions-compatible protocol. |
| Base URL | https://api.tokensmarket.ai/v1 | Use the unified gateway endpoint. |
| API Key | <YOUR_TOKEN_MARKET_API_KEY> | Do not commit it to the project configuration. |
| Model | <MODEL_ID> | Enter it manually or select it from the detected models. |
Select Submit to save. If Kilo Code detects models automatically, review each model’s access and pricing; do not enable every model by default.
