GET
/
api
/
models
{
  "data": [
    {
      "id": "<string>",
      "name": "<string>",
      "metadata": {
        "numParameters": 123,
        "contextWindowSize": 123,
        "trainedFor": "<string>",
        "description": "<string>",
        "quantizations": [
          {
            "modelFileName": "<string>",
            "method": "<string>",
            "sizeBytes": 123,
            "maxRamUsage": 123
          }
        ]
      }
    }
  ]
}

Authorizations

Authorization
string
header
required

Enter your API key here

Query Parameters

downloaded
boolean

When true, returns only models that have at least one file downloaded locally

Response

List of models retrieved successfully

The response is of type object.