/
Log in Create Account

Kilo Code

To use TokenDock with Kilo CLI, you can manually configure it in your configuration file.

Configuration

Open your ~/.config/kilo/kilo.jsonc file and add a new provider entry for TokenDock:

JSONC
{
  "$schema": "https://app.kilo.ai/config.json",
  "model": "openai-compatible/qwen3.6-plus",
  "provider": {
    "openai-compatible": {
      "options": {
        "baseURL": "https://tokendock.ai/v1",
        "apiKey": "your-tokendock-api-key"
      },
      "models": {
        "qwen3.6-plus": {
          "name": "Qwen 3.6 Plus",
          "id": "Qwen3.6-Plus-256k",
          "tool_call": true
        }
      }
    }
  },
  "permission": {
    "read": "allow",
    "edit": "allow",
    "bash": "allow"
  }
}

After saving the file, restart your Kilo CLI for the changes to take effect. You can then use TokenDock models directly from your terminal.