# Models ## Retrieve **get** `/models/{model}` ### Returns - `LlamaModel` ## List **get** `/models` Lists the currently available models, and provides basic information about each one. ### Returns - **data:** `array of LlamaModel` - **object:** `"list"` - `"list"` ## Domain Types ### Llama Model - **LlamaModel:** `object` - **id:** `string` The unique model identifier, which can be referenced in the API. - **created:** `number` The creation time of the model. - **object:** `"model"` The object type, which is always "model" - `"model"` - **owned\_by:** `string` The owner of the model.