Hugging Face · Schema

Hugging Face Inference Endpoint

Schema for a dedicated Inference Endpoint deployment on the Hugging Face platform, including model configuration, compute resources, scaling settings, and runtime status.

Properties

Name Type Description
name string Unique name of the Inference Endpoint
accountId string Account or organization ID that owns the endpoint
type string Security type controlling endpoint access
provider object Cloud provider configuration
compute object Compute resources configuration
model object Model deployment configuration
status object Current status of the endpoint
View JSON Schema on GitHub