Authorizations
Enter your API key here
Path Parameters
ID of the model
Query Parameters
Filter to only show downloaded files
Response
List of model files retrieved successfully
The response is of type object
.
{
"data": [
{
"id": "<string>",
"name": "<string>",
"downloadUrl": "<string>",
"sizeBytes": 123,
"sha256checksum": "<string>",
"quantization": "<string>",
"format": "<string>",
"isDownloaded": true,
"maxRamUsage": 123,
"downloadStatus": {
"status": "not_started",
"progress": {
"fileId": "<string>",
"modelId": "<string>",
"filename": "<string>",
"downloadedRatio": 123,
"transferredBytes": 123,
"totalBytes": 123,
"paused": true,
"downloadTimeTaken": 123,
"averageMbps": 123
},
"localPath": "<string>"
}
}
]
}
{
"data": [
{
"id": "<string>",
"name": "<string>",
"downloadUrl": "<string>",
"sizeBytes": 123,
"sha256checksum": "<string>",
"quantization": "<string>",
"format": "<string>",
"isDownloaded": true,
"maxRamUsage": 123,
"downloadStatus": {
"status": "not_started",
"progress": {
"fileId": "<string>",
"modelId": "<string>",
"filename": "<string>",
"downloadedRatio": 123,
"transferredBytes": 123,
"totalBytes": 123,
"paused": true,
"downloadTimeTaken": 123,
"averageMbps": 123
},
"localPath": "<string>"
}
}
]
}
Enter your API key here
ID of the model
Filter to only show downloaded files
List of model files retrieved successfully
The response is of type object
.
Was this page helpful?