> For the complete documentation index, see [llms.txt](https://doc.telosys.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.telosys.org/models/model-installation.md).

# Model installation

Since version 4.2.0 it's now possible to install models from a "depot".

A "depot" is a collection of Git repositories, each repository is a "model".

### Command "lmd"

The "**lmd**" command can be used to "List Models available in the Depot".

It can be used to see which models can be installed.&#x20;

Syntax: **`lmd [model-name-part-1] [model-name-part-2] [model-name-part-N]`**

For more convenience, you can use only a part of the model name. If several models contain this part in their name then they will all be listed.

Examples:

* **`lmd`**   -> show all available models
* **`lmd ord`**  -> show all available models with “*ord*” in their name
* **`lmd ord car`**  -> show all available models with “*ord*” or "*car*" in their name

<div align="left"><figure><img src="https://res.cloudinary.com/dhcihuzk8/image/upload/v1735579247/telosys-cli-command-lmd.png" alt=""><figcaption></figcaption></figure></div>

### Command "im"&#x20;

The "**im**" command means "Install Model(s)".\
It allows to install one or more models from the Depot.

Syntax:   **`im model-name-part-1 [model-name-part-2] [model-name-part-N]`**

For more convenience, you can use only a part of the model name. If several bundles contain this part in their name then they will all be installed.

Examples:

* **`im ord`** ->  install all models with “*ord*” in their name
* **`im ord car`** -> ->  install all models with “*ord*” or "*car*" in their name
* **`im *`** -> install all models&#x20;

Example:  install all models with name containing "*ord*"

<div align="left"><figure><img src="https://res.cloudinary.com/dhcihuzk8/image/upload/v1735579923/telosys-cli-command-im-001.png" alt=""><figcaption></figcaption></figure></div>

Note: \
When installing models with the “im” command, only models that do not exist locally are installed.\
In this way, it is not possible to overwrite a local model.

Example:

<div align="left"><figure><img src="https://res.cloudinary.com/dhcihuzk8/image/upload/v1735580186/telosys-cli-command-im-002.png" alt=""><figcaption></figcaption></figure></div>

### Proxy configuration

These commands must use Internet to reach the depot. \
So, if you are using a **proxy** to access Internet, you must configure it in the project configuration file. \
See "**Network proxy configuration**" in "[Project configuration](/project-configuration.md)".

### Defining the depot containing the models

By default the depot is the GitHub organization containing the Telosys models examples.

You can define your own depot for models -> see "SpecificDepotForModels" in [Project configuration](/project-configuration.md)

Use the "**cfg**" command to see the current configuration including the "depot for models".

### How to install a model with Git clone?

See  [Install with Git](broken://pages/P37qwNGxA9VBV9yiSFkU) &#x20;


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://doc.telosys.org/models/model-installation.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
