## Retrieve **get** `/models/{model}` Retrieves a model instance, providing basic information about the model such as the owner and permissioning. ### Returns - **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.