Skip to main content
GET
/
api
/
v1
/
deploy
/
models
List 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
    }
  ]
}

Authorizations

Authorization
string
header
required

Pass a user JWT or a oag_ User API Key on the Authorization: Bearer <token> header. Both are validated by openapi-gateway against the Auth service.

Query Parameters

agentFramework
string

Response

200 - application/json

Standard envelope; data is a list of deploy model options.

success
boolean
required
data
object[]
required