Hugging Face · JSON Structure

Hugging Face Inference Endpoints Provider Structure

Type: object Properties: 4

Provider is a JSON Structure definition published by Hugging Face, describing 4 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

vendor region status accelerators

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Provider",
  "type": "object",
  "properties": {
    "vendor": {
      "type": "string"
    },
    "region": {
      "type": "string"
    },
    "status": {
      "type": "string"
    },
    "accelerators": {
      "type": "array"
    }
  }
}