Create your first Endpoint

After your first login, you will be directed to the Endpoint creation page. As an example, this guide will go through the steps to deploy distilbert-base-uncased-finetuned-sst-2-english for text classification.

1. Enter the Hugging Face Repository ID and your desired endpoint name:

select repository

2. Select your Cloud Provider and Region:

select region

Note: Initially, only AWS will be available as a Cloud Provider, with us-east-1 and eu-west-1 Regions. We will add Azure soon. If you need to test Endpoints in other Clouds or Regions, please let us know.

3. Define the Security Level for the Endpoint:

define security

4. Create your Endpoint by clicking “create endpoint”:

create endpoint

Note: The cost estimate assumes the Endpoint will be up for an entire month, and does not take autoscaling into account at the time of writing.

5. Wait for the Endpoint to be ready (building -> initializing -> running), which can take between 1 to 5 minutes

overview

6. Test your Endpoint in the overview, with the Inference Widget 🏁🎉!

run inference