Hugging Face · Example Payload

Hugging Face Listmodels Example

Hugging Face Listmodels 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

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "listModels",
  "method": "GET",
  "path": "/models",
  "summary": "List Models on the Hub",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Listmodels200Example",
      "example": [
        {
          "_id": "500123",
          "id": "abc123",
          "modelId": "500123",
          "author": "example_value",
          "sha": "example_value",
          "lastModified": "2026-01-15T10:30:00Z",
          "private": true,
          "disabled": true,
          "gated": true,
          "pipeline_tag": "example_value",
          "tags": [
            "example_value"
          ],
          "downloads": 10,
          "likes": 10,
          "library_name": "example_value",
          "createdAt": "2026-01-15T10:30:00Z"
        }
      ]
    }
  ]
}