准备工作
登录 Coze
访问 https://www.coze.com 登录账号。
获取 DeerAPI 令牌
API 配置
- 方法一:DeerAPI 插件
- 方法二:HTTP Request 节点
调用测试
在工作流中输入测试指令(如「请介绍一下 DeerAPI」)。若返回正常结果,配置成功。
DeerAPI COZE 集成指南:教你在 Coze 创建 Agent,通过插件或 HTTP Request 配置 DeerAPI 的 API Key 与 chat/completions 接口,快速调用 gpt-4o。
登录 Coze
获取 DeerAPI 令牌
配置 HTTP Request 节点
POSThttps://api.deerapi.com/v1/chat/completionssk-xxxxx{
"model": "gpt-4o",
"messages": [
{
"role": "user",
"content": "{{block_output_100001.input}}"
}
],
"stream": false
}



