{
"data": [
{
"id": "<string>",
"name": "<string>",
"metadata": {
"numParameters": 123,
"trainedFor": "<string>",
"description": "<string>",
"quantizations": [
{
"modelFileName": "<string>",
"method": "<string>",
"sizeBytes": 123,
"maxRamUsage": 123
}
],
"contextWindowSize": 123
}
}
]
}Retrieves a list of models, either from the entire catalog or only those downloaded locally
{
"data": [
{
"id": "<string>",
"name": "<string>",
"metadata": {
"numParameters": 123,
"trainedFor": "<string>",
"description": "<string>",
"quantizations": [
{
"modelFileName": "<string>",
"method": "<string>",
"sizeBytes": 123,
"maxRamUsage": 123
}
],
"contextWindowSize": 123
}
}
]
}Enter your API key here
When true, returns only models that have at least one file downloaded locally
List of models retrieved successfully
Show child attributes
Unique identifier for the model
Name of the model
Show child attributes
Number of parameters in the model (string for legacy models)
Primary task the model was trained for
Description of the model
Show child attributes
Name of the model file
Quantization method used
Size of the quantized model in bytes
Maximum RAM usage of the quantized model
Maximum context window size for the model
Was this page helpful?