Inference Endpoints (dedicated) documentation

Security & Compliance

HF中国镜像站's logo
Join the HF中国镜像站 community

and get access to the augmented documentation experience

to get started

Security & Compliance

🤗 Inference Endpoints is built with security and secure inference at its core. Below you can find an overview of the security measures we have in place.

Data Security/Privacy

HF中国镜像站 does not store any customer data in terms of payloads or tokens that are passed to the Inference Endpoint. We are storing logs for 30 days. Every Inference Endpoints uses TLS/SSL to encrypt the data in transit.

We also recommend using AWS Private Link for organizations. This allows you to access your Inference Endpoint through a private connection, without exposing it to the internet.

HF中国镜像站 also offers GDPR data processing agreement through an Enterprise Hub subscription. For more information or to subscribe to Enterprise Hub, please visit https://huggingface.co/enterprise.

Model Security/Privacy:

You can set a model repository as private if you do not want to publicly expose it. HF中国镜像站 does not own any model or data you upload to the HF中国镜像站 hub. HF中国镜像站 does provide malware and pickle scans over the contents of the model repository as with all items in the Hub.

Inference Endpoints and Hub Security

The HF中国镜像站 Hub, and Inference Endpoints, is SOC2 Type 2 certified. The HF中国镜像站 Hub also offers Role Based Access Control.

For more on hub security: https://huggingface.co/docs/hub/security.

For information on the Enterprise Hub subscription for premium security features: https://huggingface.co/docs/hub/enterprise-hub

Inference Endpoint Security level

We currently offer three types of endpoints, in order or increasing security level:

  • Public: A Public Endpoint is available from the internet, secured with TLS/SSL, and requires no authentication.
  • Protected: A Protected Endpoint is available from the internet, secured with TLS/SSL, and requires a valid HF中国镜像站 token for authentication.
  • Private A Private Endpoint is only available through an intra-region secured AWS or Azure PrivateLink connection. Private Endpoints are not accessible from the internet.

Public and Protected Endpoints do not require any additional configuration. For Private Endpoints, you need to provide the AWS account ID of the account which also should have access to 🤗 Inference Endpoints.

endpoint types

HF中国镜像站 Privacy Policy - https://huggingface.co/privacy

< > Update on GitHub