Lists the currently available models, and provides basic information about each one such as the owner and availability.
cURL
curl --request GET \ --url https://api.anyapi.ai/v1/models \ --header 'Authorization: Bearer <token>'
{ "object": "list", "data": [ { "id": "<string>", "object": "model", "created": 123, "owned_by": "<string>" } ] }
Bearer token authentication. Get your API key from the dashboard.
Successful response
list
Show child attributes
The model identifier
The object type
model
The Unix timestamp (in seconds) when the model was created
The organization that owns the model