cURL
curl --request GET \ --url https://inference.api.nscale.com/v1/models \ --header 'Authorization: Bearer <token>'
{ "object": "<string>", "data": [ { "id": "<string>", "object": "<string>", "owned_by": "<string>", "pricing": { "input": 123, "output": 123 }, "context_length": 123 } ] }
Returns a list of models available for the specified organization.
Security scheme that accepts Identity JWTs and deprecated API/User keys.
Show child attributes