Authorizations
Enter your API key here
Path Parameters
ID of the model to retrieve
Response
Model details retrieved successfully
{
  "data": {
    "id": "<string>",
    "name": "<string>",
    "metadata": {
      "numParameters": 123,
      "contextWindowSize": 123,
      "trainedFor": "text-generation",
      "description": "<string>",
      "license": "<string>",
      "languages": [
        "<string>"
      ],
      "last_updated": "2023-11-07T05:31:56Z",
      "library_name": "<string>",
      "model_type": "<string>",
      "resources": {
        "canonicalUrl": "<string>",
        "paperUrl": "<string>"
      },
      "publisher": "<string>",
      "files": [
        {
          "id": "<string>",
          "name": "<string>",
          "downloadUrl": "<string>",
          "sizeBytes": 123,
          "sha256checksum": "<string>",
          "quantization": "<string>",
          "format": "<string>",
          "maxRamUsage": 123,
          "isDownloaded": true,
          "localPath": "<string>"
        }
      ]
    }
  }
}Retrieves detailed information about a specific model, including its metadata and files
{
  "data": {
    "id": "<string>",
    "name": "<string>",
    "metadata": {
      "numParameters": 123,
      "contextWindowSize": 123,
      "trainedFor": "text-generation",
      "description": "<string>",
      "license": "<string>",
      "languages": [
        "<string>"
      ],
      "last_updated": "2023-11-07T05:31:56Z",
      "library_name": "<string>",
      "model_type": "<string>",
      "resources": {
        "canonicalUrl": "<string>",
        "paperUrl": "<string>"
      },
      "publisher": "<string>",
      "files": [
        {
          "id": "<string>",
          "name": "<string>",
          "downloadUrl": "<string>",
          "sizeBytes": 123,
          "sha256checksum": "<string>",
          "quantization": "<string>",
          "format": "<string>",
          "maxRamUsage": 123,
          "isDownloaded": true,
          "localPath": "<string>"
        }
      ]
    }
  }
}Enter your API key here
ID of the model to retrieve
Model details retrieved successfully
Show child attributes
Was this page helpful?