GET
/
v1
/
models
curl --request GET \
  --url https://inference.api.nscale.com/v1/models \
  --header 'Authorization: Bearer <token>'
{
  "object": "<string>",
  "data": [
    {
      "id": "<string>",
      "object": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Response

200
application/json; charset=utf-8
object
string
required
data
object[]
required