Documentation

Deployments

Deep Infra model deployments are used to manage your inference endpoints. You can either use deepctl or Deep Infra dashboard to view and create deployments.

Creating deployments

You can either create a deployment in the dashboard by clicking "New Deployment" button or running the following deepctl command:

deepctl deploy create -m runwayml/stable-diffusion-v1-5

You can view a list of your current activate deployments in the dashboard or by using the following command:

deepctl deploy list