接入只需三步:Documentation Index
Fetch the complete documentation index at: https://apidoc.deerapi.com/llms.txt
Use this file to discover all available pages before exploring further.
Step 1. 充值并获取 API Key
- 在 DeerAPI 控制台充值。
- 新建令牌,获取 API Key。
- 默认使用 Default 分组 即可。
Step 2. 替换 Base URL
-
将应用中的 Base URL 修改为 DeerAPI 接口地址,例如:
把 OpenAI 的 Base URL 替换为https://api.deerapi.com。 -
不同的客户端可能需要尝试以下地址:
https://api.deerapi.comhttps://api.deerapi.com/v1https://api.deerapi.com/v1/chat/completions
Step 3. 替换 API Key
- 将客户端中的 API Key 替换为从 DeerAPI 获取的 API Key。
- 替换完成后,即可开始正常使用。
后续支持
- 如果在接入过程中遇到问题,可以随时联系客服解决。
- 进一步调用说明和开发指南,请参阅 API 文档。