Hugging Face · Example Payload

Hugging Face Inference Text Generation Request Example

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

Top-level fields

inputsparametersoptions

Example Payload

Raw ↑
{
  "inputs": "example_value",
  "parameters": "example_value",
  "options": "example_value"
}