> ## Documentation Index
> Fetch the complete documentation index at: https://docs.modelslab.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Get All Models

> This endpoint retrieves all available models.

<Info>
  This endpoint returns models' IDs and the date/time they have been loaded on your server.
</Info>

## Request

Send a `POST` request to below endpoint to obtain a list with the available public models and their IDs.

```curl curl theme={null}
--request POST 'https://modelslab.com/api/v1/enterprise/pony/get_all_models' \
```

## Body

```json json theme={null}
{ 
    "key": "enterprise_api_key"
}
```

## Body Attributes

<ParamField query="key" type="string" required>
  Your enterprise API Key used for request authorization.
</ParamField>
