Coze Anthropic Messages Custom Model
The official Coze custom model documentation supports the Anthropic Messages API. Different Coze tenant versions may handle headers, path concatenation, streaming, and tool calls 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 Anthropic Messages API.
- Fill in Base API URL as
https://api.acedata.cloud. - Fill in API Key with your Ace Data Cloud API Token.
- Fill in Model with the exact model ID that supports Anthropic Messages in the model directory.
- Save and complete the Coze connection test.
- In Bot/Agent, send
Reply only OK, then test the tool call again.
¶ Current Boundaries
- Different Coze regions, versions, or packages may display different forms.
- The Base API URL should not have
/v1/messagesappended again; if the current UI explicitly requires a complete API URL, follow the form prompt. - Messages, Chat Completions, and Responses are three independent routes and cannot substitute for each other in validation.
