Hugging Face · Example Payload

Hugging Face Inference Endpoints Provider Example

Hugging Face Inference Endpoints Provider Example is an example object payload from Hugging Face, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

vendorregionstatusaccelerators

Example Payload

Raw ↑
{
  "vendor": "example_value",
  "region": "example_value",
  "status": "example_value",
  "accelerators": []
}