Coze OpenAI Chat Completions Custom Model
The official Coze custom model documentation supports the OpenAI Chat API. Different Coze tenant versions may handle path concatenation, streaming output, and tool invocation differently. Please check each item below when integrating for the first time.
¶ Configuration
- Go to Coze model management and add a custom model.
- Select Protocol as OpenAI Chat API.
- Fill in Base API URL as
https://api.acedata.cloud/v1. - Fill in API Key with your Ace Data Cloud API Token.
- Fill in Model with the exact model ID that supports Chat Completions in the model directory.
- Save and complete the Coze connection test.
- In Bot/Agent, send
Reply only OK, and test the tool invocation again.
¶ Current Boundaries
- Different Coze regions, versions, or packages may display different forms.
- Base API URL should use base, do not append
/chat/completionsagain; if the current UI explicitly requires a complete API URL, follow the form prompt. - Chat Completions, Responses, and Anthropic Messages are three independent routes and cannot substitute for each other in validation.
