Hugging Face · Example Payload

Hugging Face Text Generation Inference Chat Completion Response Example

Hugging Face Text Generation Inference Chat Completion Response Example is an example object payload from Hugging Face, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idobjectcreatedmodelsystem_fingerprintchoices

Example Payload

Raw ↑
{
  "id": "abc123",
  "object": "example_value",
  "created": 10,
  "model": "example_value",
  "system_fingerprint": "example_value",
  "choices": []
}