Hugging Face · Example Payload

Hugging Face Hub Model Summary Example

Hugging Face Hub Model Summary Example is an example object payload from Hugging Face, with 15 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

_ididmodelIdauthorshalastModifiedprivatedisabledgatedpipeline_tagtagsdownloadslikeslibrary_namecreatedAt

Example Payload

Raw ↑
{
  "_id": "500123",
  "id": "abc123",
  "modelId": "500123",
  "author": "example_value",
  "sha": "example_value",
  "lastModified": "example_value",
  "private": true,
  "disabled": true,
  "gated": true,
  "pipeline_tag": "example_value",
  "tags": [],
  "downloads": 10,
  "likes": 10,
  "library_name": "example_value",
  "createdAt": "example_value"
}