Skip to main content
GET
/
ai
/
v1
/
models
Get models v1
curl --request GET \
  --url https://platform.ai.gloo.com/ai/v1/models \
  --header 'Authorization: Bearer <token>'
{
  "object": "list",
  "data": [
    {
      "id": "model-id-0",
      "object": "model",
      "created": 1686935002,
      "owned_by": "organization-owner"
    }
  ]
}
This endpoint is deprecated. Use the Get Models V2 endpoint instead, which returns the same metadata plus accurate pricing information.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Successful response

object
string
data
object[]