# Inference Instance configuration

## Select your model

### How to select Public model?

#### Model catalog

If you want to infere with one of the best-known models, you can select it in our catalog of pre-charged models list.

<figure><img src="/files/pFtCCZCakH256rMBYu7v" alt=""><figcaption></figcaption></figure>

#### Public custom model

If you want to select a custom model that is publicly hosted on Docker Hub, for example, click "New Deployment" and fill your docker tag in the "Public Model" text field.

<figure><img src="/files/9YCxgg1zSur8Hec74BYE" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/2caIZ9sy9qGaHCxnahs1" alt=""><figcaption></figcaption></figure>

### How to use Private custom model?

If you want to deploy a private custom template, you'll need to create a registry. Click on “Private Model", and add your Registry informations.

<figure><img src="/files/jmzdypH2nmooQ8sGQa7u" alt=""><figcaption></figcaption></figure>

To create a registry, perform the **following steps**:

{% stepper %}
{% step %}

### Registry name

Give your registry a name consisting of lowercase Latin characters, which can be separated by dashes.
{% endstep %}

{% step %}

### Location link

Provide the link to the location where your AI model is stored. We’ll use this URL to retrieve the model during deployment.
{% endstep %}

{% step %}

### Username

Specify the username you use to access the storage location of your AI model.
{% endstep %}

{% step %}

### Password

Enter the password required to access the model.
{% endstep %}
{% endstepper %}


---

# Agent Instructions: 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://docs.sesterce.com/ai-inference-instances/inference-instance-configuration.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.
