Cogine LLM Gateway

系统

curl -X GET "https://loading/api/setup"
Empty

初始化系统

POST
/api/setup

Request Body

application/json

username?string
password?string

Response Body

curl -X POST "https://loading/api/setup" \  -H "Content-Type: application/json" \  -d '{}'
Empty

获取系统状态

GET
/api/status

Response Body

curl -X GET "https://loading/api/status"
Empty

测试系统状态

GET
/api/status/test

Response Body

curl -X GET "https://loading/api/status/test"
Empty

获取Uptime Kuma状态

GET
/api/uptime/status

Response Body

curl -X GET "https://loading/api/uptime/status"
Empty

获取公告

GET
/api/notice

Response Body

curl -X GET "https://loading/api/notice"
Empty

获取用户协议

GET
/api/user-agreement

Response Body

curl -X GET "https://loading/api/user-agreement"
Empty

获取隐私政策

GET
/api/privacy-policy

Response Body

curl -X GET "https://loading/api/privacy-policy"
Empty

获取关于信息

GET
/api/about

Response Body

curl -X GET "https://loading/api/about"
Empty

获取首页内容

GET
/api/home_page_content

Response Body

curl -X GET "https://loading/api/home_page_content"
Empty

获取定价信息

GET
/api/pricing

Response Body

curl -X GET "https://loading/api/pricing"
Empty

获取模型列表

GET
/api/models

Response Body

curl -X GET "https://loading/api/models"
Empty

获取倍率配置

GET
/api/ratio_config

Response Body

curl -X GET "https://loading/api/ratio_config"
Empty