Hugging Face · JSON Structure

Hugging Face Inference Endpoints Create Endpoint Request Structure

Type: object Properties: 5

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

Properties

name type provider compute model

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "CreateEndpointRequest",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "type": {
      "type": "string"
    },
    "provider": {
      "type": "object"
    },
    "compute": {
      "type": "object"
    },
    "model": {
      "type": "object"
    }
  }
}