cURL
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 } ] }
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.
oag_
Authorization: Bearer <token>
openapi-gateway
Standard envelope; data is a list of deploy model options.
data
Show child attributes