## List **get** `/models` Lists the currently available models, and provides basic information about each one such as the owner and availability. ### Returns - **data:** `array of object` - **id:** `string` The model identifier, which can be referenced in the API endpoints. - **created:** `number` The Unix timestamp (in seconds) when the model was created. - **object:** `"model"` The object type, which is always "model". - `"model"` - **owned\_by:** `string` The organization that owns the model. - **object:** `"list"` - `"list"`