cURL
curl --request GET \ --url https://inference.api.nscale.com/v1/models \ --header 'Authorization: Bearer <token>'
{ "object": "<string>", "data": [ { "id": "<string>", "object": "<string>" } ] }
Returns a list of models available for the specified organization.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The response is of type object.
object