# 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="https://3376774032-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FoExYATuECEyEKGJ4cD8X%2Fuploads%2FqppiO2T5TL5psCMXFZc0%2FScreenshot%202025-03-04%20at%2017.57.25.png?alt=media&#x26;token=24870a38-1116-44de-ac1f-bd8801a76e4e" 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="https://3376774032-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FoExYATuECEyEKGJ4cD8X%2Fuploads%2FtJXoXDLWqHdk6dI3k6O3%2FScreenshot%202025-03-04%20at%2017.59.00.png?alt=media&#x26;token=ca2b306b-e643-479b-ab3e-2e99314ebddc" alt=""><figcaption></figcaption></figure>

<figure><img src="https://3376774032-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FoExYATuECEyEKGJ4cD8X%2Fuploads%2Fmm1GWwUuPm5ae1kPm0Q3%2FScreenshot%202025-03-04%20at%2017.59.57.png?alt=media&#x26;token=24bdafe4-1974-41ee-a470-b365f7aff7d3" 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="https://3376774032-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FoExYATuECEyEKGJ4cD8X%2Fuploads%2FzZnDVdmslP9bOiUYrZ7D%2FScreenshot%202025-03-04%20at%2018.01.27.png?alt=media&#x26;token=e32799e2-b520-447e-8098-17289ca63f03" 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 %}
