Hugging Face · Example Payload

Hugging Face Inference Endpoints Endpoint Metrics Example

Hugging Face Inference Endpoints Endpoint Metrics 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

request_countrequest_duration_mserror_ratetokens_per_second

Example Payload

Raw ↑
{
  "request_count": 10,
  "request_duration_ms": "example_value",
  "error_rate": 42.5,
  "tokens_per_second": 42.5
}