Hugging Face · Schema

Provider

Properties

Name Type Description
vendor string
region string
status string
accelerators array
View JSON Schema on GitHub

JSON Schema

hugging-face-inference-endpoints-provider-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Provider",
  "type": "object",
  "properties": {
    "vendor": {
      "type": "string"
    },
    "region": {
      "type": "string"
    },
    "status": {
      "type": "string"
    },
    "accelerators": {
      "type": "array"
    }
  }
}