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

# Coze OpenAI Chat Completions 自定义模型

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

Coze 官方自定义模型文档支持 OpenAI Chat API。当前路线为**实验性**：官方能力明确，但 Coze 租户版本、路径拼接、流式输出和工具调用仍需逐项验证。

## 配置

1. 进入 Coze 模型管理并新增自定义模型。
2. Protocol 选择 OpenAI Chat API。
3. Base API URL 填写 `https://api.acedata.cloud/v1`。
4. API Key 填写你的 Ace Data Cloud API Token。
5. Model 填写模型目录中支持 Chat Completions 的精确模型 ID。
6. 保存并完成 Coze 的连接测试。
7. 在 Bot/Agent 中发送 `Reply only OK`，再测试一次工具调用。

## 当前边界

* 不同 Coze 区域、版本或套餐可能显示不同表单。
* Base API URL 应使用 base，不要重复追加 `/chat/completions`；若当前 UI 明确要求完整 API URL，以表单提示为准。
* Chat Completions、Responses 和 Anthropic Messages 是三条独立路线，不能互相替代验证。

## 官方参考

* [Coze：接入自定义模型](https://docs.coze.cn/guides_deploy_custom_model.md)
* [Coze：模型与协议](https://docs.coze.cn/guides_model.md)
