cURL
curl --request POST \ --url https://api.generalcompute.com/v1/models/list \ --header 'Authorization: Bearer <token>'
{ "object": "list", "data": [ { "id": "<string>", "object": "model", "created": 123, "owned_by": "<string>" } ] }
Returns the list of active models associated with the organization.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
List of available models
list
Show child attributes