Hugging Face · Example Payload

Hugging Face Inference Providers Embedding Request Example

Hugging Face Inference Providers Embedding 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

modelinputencoding_format

Example Payload

Raw ↑
{
  "model": "example_value",
  "input": "example_value",
  "encoding_format": "example_value"
}