加载失败,

【旧版】【API集成】智能体

3月18日修改
更新时间
更新内容
对应版本
2024年9月8日
兼容多模态模型
2024年12月10日
1.
对话类应用支持上传文件(详见3.2)
2.
获取引导问题(详见3.8)
1.
服务地址
2.
鉴权方式
📌
http鉴权详细介绍及示例:https://open.bigmodel.cn/dev/api/http-call/http-auth
2.1
传 API Key 进行认证
代码块
curl --location --request POST 'https://open.bigmodel.cn/api/llm-application/open/v2/application/{app_id}/conversation' \
--header 'Authorization: Bearer <你的apikey>' \
--header 'Content-Type: application/json'