跳转到主要内容
GET
/
api
/
v1
/
deploy
/
models
列出部署模型
curl --request GET \
  --url https://openapi.beeos.ai/api/v1/deploy/models \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": [
    {
      "id": "<string>",
      "name": "<string>",
      "tier": "<string>",
      "reasoning": true
    }
  ]
}

授权

Authorization
string
header
必填

通过 Authorization: Bearer <token> 头传递用户 JWToag_ 用户 API Key。

查询参数

agentFramework
string

按智能体框架过滤。

响应

200 - application/json

标准信封;data 为部署模型选项列表。

success
boolean
必填
data
object[]
必填