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

# Continue for JetBrains 自定义模型配置

> AceDataCloud Coding Plan 集成指南 - Ace Data Cloud

Continue 的 JetBrains 插件使用与 VS Code 相同的 YAML 模型格式；配置和 Secret 必须属于运行 JetBrains 插件的用户。

## 配置

在 Continue 的本地 YAML 配置中加入：

```yaml theme={null}
models:
  - name: MODEL_ID
    provider: openai
    model: MODEL_ID
    apiBase: https://api.acedata.cloud/v1
    apiKey: ${{ secrets.ACEDATACLOUD_API_KEY }}
    useResponsesApi: false
```

在 Continue secrets 中保存 `ACEDATACLOUD_API_KEY`。Remote Development 场景要在插件实际运行的主机配置。

## 验证

重启 JetBrains IDE，打开 Continue 工具窗口，选择 Local Config 模型并发送 `Reply only OK`；再执行一次只读文件任务。若仍使用旧模型，重启远程 backend 并检查 YAML 缩进。

## 官方参考

* [Continue OpenAI Provider](https://docs.continue.dev/customize/model-providers/top-level/openai)
* [Continue Config Reference](https://docs.continue.dev/reference)

返回 [Coding Plan 配置中心](https://platform.acedata.cloud/documents/coding-plan-integration)。
