overview 1.md

For the complete documentation index, see llms.txt. Markdown versions of documentation pages are available by appending .md to page URLs; this page is available as Markdown.

Dedicated Instances

Dedicated Instances are private endpoints that let you run most Hugging Face transformers on our full range of GPUs in a few clicks, at competitive prices. They are ideal for production endpoints that need full control over performance and QoS, and for experimenting with models that aren't available on public serverless endpoints.

When to use Dedicated Instances

Use Dedicated Instances when you need to:

If you just want to call a popular open-source model with no setup, use Serverless instead. For large offline workloads, use Batch.

Advantages

Prerequisites

Model compatibility

Behind the scenes, we work with a variety of inference stacks to maintain the best model compatibility and performance. For models launched in coordination with the community (for example, Llama models), we typically have 0-day support. Models dropped unannounced can take a few days to a week. If a model you need isn't supported, let us know on Discord or through your support channel and we'll investigate.

We currently support most transformers. Support for diffusion models and more conventional AI models like CNNs or LSTMs is further down our roadmap. Some models aren't supported because they contain local code execution in the model repo; we can whitelist trusted model providers, so contact us if you'd like us to investigate a specific model.

Create a Dedicated Instance

Open the Create New Dedicated Instance page, then configure the deployment:

If the model is supported you'll get a green confirmation message. If it isn't, contact us on Discord or through your support channel.

After selecting your model, choose a hardware service tier, then hit Deploy. To set advanced options, expand the Advanced dropdown.

Once deployed, you're taken to the status page. If the model weights were cached previously, startup takes 3–5 minutes. If the weights must be downloaded from Hugging Face, it can take from 10 minutes to several hours depending on model size.

Advanced options

Dedicated status page

Once a model is deployed, you can control it and view its metrics on the status page.

Next steps