Skip to content

1、Base URL(必看)

大模型调用接口Base URL

python
## 调用地址
    https://www.airoutix.com

## API Key(令牌),可在令牌管理页生成。是以sk-开头的

日志获取接口请使用如下地址

python
## 调用地址
    https://www.airoutix.com

## 系统令牌可在如下地方获取
    个人设置 >> 安全设置 >> 系统访问令牌 >> 生成令牌

Tips: 若是搞错了url的调用不成功的

python
每个接口都需要传Authorization,用来验证接口权限。

Released under the MIT License.