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

# Continue

> 在 VS Code 或 JetBrains 中配置 MaxAPI 模型。

[Continue](https://www.continue.dev/) 是适用于 VS Code 和 JetBrains 的开源编程助手。

打开 **Continue: Open config**，然后添加：

```yaml theme={null}
models:
  - name: MaxAPI model
    provider: openai
    model: YOUR_MODEL_ID
    apiKey: YOUR_API_KEY
    apiBase: https://api.maxapi.ai/v1
```

<Warning>
  请仅在受信任的设备上保存 API Key。不要将真实密钥提交到 Git 仓库或分享给他人。
</Warning>

从模型菜单选择 **MaxAPI model** 并开始对话。自动补全建议使用快速模型，Agent 任务建议使用能力更强的模型。
