> ## 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.

# Cline for VS Code 自定义模型配置

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

Cline 官方支持 OpenAI-compatible Provider。Ace Data Cloud 使用标准 Chat Completions 地址，可直接在 Cline 设置中填写。

## 配置步骤

1. 在 VS Code 打开 Cline，点击设置图标。
2. 将 **API Provider** 设为 **OpenAI Compatible**。
3. 填写：

| 字段       | 值                              |
| -------- | ------------------------------ |
| Base URL | `https://api.acedata.cloud/v1` |
| API Key  | Coding 专属 API Token            |
| Model ID | 在 Coding 配置向导中选择的模型 ID         |

4. 按所选模型实际能力填写 context、max output、图片与工具能力；不确定时保持默认。
5. 保存并重新加载 VS Code 窗口。

## 验证

在 Cline 中发送 `Reply only OK`。随后让 Cline 读取一个测试文件，确认模型支持 Cline 需要的原生工具调用。401 通常表示 Token 错误；404 通常表示 Base URL 或模型 ID 不正确。

## 官方参考

* [Cline OpenAI Compatible Provider](https://docs.cline.bot/provider-config/openai-compatible)
* [Cline Model Providers](https://docs.cline.bot/sdk/model-providers)

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