Retrieves a model instance, providing basic information about the model such as the owner and permissioning.
cURL
curl --request GET \ --url https://api.anyapi.ai/v1/models/{model} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "object": "model", "created": 123, "owned_by": "<string>" }
Bearer token authentication. Get your API key from the dashboard.
The ID of the model to use for this request
Successful response
The model identifier
The object type
model
The Unix timestamp (in seconds) when the model was created
The organization that owns the model