> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mixroute.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Kilo Code 外掛（VS Code）

> Kilo Code for VS Code 外掛安裝與配置指南

## 第一步：安裝 Kilo Code 外掛

1. 開啟 VS Code 編輯器，進入左側「擴充功能」面板（快速鍵：Ctrl+Shift+X）
2. 在擴充功能市集搜尋「Kilo Code」
3. 點擊「安裝」

<Frame>
  <img src="https://mintcdn.com/personal-a5418d9f/XrkadTrCIIPrxSRP/images/integrations/kilo-code1.png?fit=max&auto=format&n=XrkadTrCIIPrxSRP&q=85&s=3f44968c6265017a239b772ae2cd41fd" alt="安裝 Kilo Code 插件" width="1920" height="1140" data-path="images/integrations/kilo-code1.png" />
</Frame>

## 第二步：配置 API 提供商

### 開啟設定面板

1. 安裝完成後，點擊左側活動列中的 Kilo Code 圖示
2. 點擊頂部工具列的「設定」齒輪圖示

<Frame>
  <img src="https://mintcdn.com/personal-a5418d9f/XrkadTrCIIPrxSRP/images/integrations/kilo-code2.png?fit=max&auto=format&n=XrkadTrCIIPrxSRP&q=85&s=4debdf56938c94a828e0ca7e73a74638" alt="打開設定面板" width="608" height="1070" data-path="images/integrations/kilo-code2.png" />
</Frame>

### 配置自訂供應商

| 配置項         | 值                            |
| ----------- | ---------------------------- |
| **配置檔案**    | 保持預設 `default (Active)`      |
| **API 提供商** | 下拉選擇「Google Gemini」          |
| **API 金鑰**  | 填寫您的 API 金鑰（sk-xxxxx）        |
| **模型**      | 輸入需要使用的模型名稱                  |
| **基礎 URL**  | 輸入 `https://api.mixroute.ai` |

<Note>
  **推薦程式設計模型**：`gemini-3-pro-preview`
</Note>

<Frame>
  <img src="https://mintcdn.com/personal-a5418d9f/XrkadTrCIIPrxSRP/images/integrations/kilo-code3.png?fit=max&auto=format&n=XrkadTrCIIPrxSRP&q=85&s=6606972f855496fc844e4664c950b160" alt="設定提供商" width="584" height="1058" data-path="images/integrations/kilo-code3.png" />
</Frame>

## 第三步：驗證連線

1. 配置完成後，開啟任意程式碼檔案
2. 使用快速鍵 `Ctrl+I` (Windows) 或 `Cmd+I` (macOS) 喚起行內對話輸入框
3. 輸入測試內容（例如「解釋這段程式碼」或「你好」），如果能收到回覆，說明配置成功

<Frame>
  <img src="https://mintcdn.com/personal-a5418d9f/XrkadTrCIIPrxSRP/images/integrations/kilo-code4.png?fit=max&auto=format&n=XrkadTrCIIPrxSRP&q=85&s=8d0a3c3ebebcafa403f5697f8fba91d3" alt="驗證連接成功" width="595" height="1024" data-path="images/integrations/kilo-code4.png" />
</Frame>

## 推薦模型

| 類型   | 推薦模型                   | 特點                  |
| ---- | ---------------------- | ------------------- |
| 程式設計 | `gemini-3-pro-preview` | Google 最新模型，程式設計能力強 |
| 快速回應 | `gemini-2.5-flash`     | 回應快，性價比高            |
| 複雜任務 | `claude-sonnet-5`      | 推理能力強               |
