Prerequisites
- Kimi Code installed:
- Active Orq.ai account with AI Gateway access
- Orq.ai API key
Setup
Kimi Code is OpenAI-compatible. Edit~/.kimi-code/config.toml to add an Orq.ai provider pointed at the router, and register each model as its own [models."..."] block:
<ORQ_API_KEY> with an API key. If ~/.kimi-code/config.toml does not exist yet, create it. Each model value is an identifier from the AI Gateway catalog, so add a [models."..."] block for every model you want. default_model sets the one loaded at startup; switch between registered models at any time with /model inside Kimi Code.
Launch Kimi Code:
/provider inside Kimi Code.