{
"data": [
{
"id": "<string>",
"name": "<string>",
"downloadUrl": "<string>",
"sizeBytes": 123,
"sha256checksum": "<string>",
"quantization": "<string>",
"format": "<string>",
"maxRamUsage": 123,
"isDownloaded": true,
"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>",
"maxRamUsage": 123,
"isDownloaded": true,
"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
Show child attributes
Unique identifier for the model file
Name of the model file
URL to download the model file
Size of the model file in bytes
SHA-256 hash of the model file for integrity verification
Quantization method used for the model
File format of the model
Maximum RAM required to run the model in bytes
Whether the model file has been downloaded locally
Information about the download status of the file
Show child attributes
Current status of the download
not_started, in_progress, paused, completed Show child attributes
ID of the file being downloaded
ID of the model being downloaded
Name of the file being downloaded
Percentage of download completion (0-1)
Number of bytes transferred
Total size of the file in bytes
Whether the download is paused
Time taken for download in milliseconds
Average download speed in Mbps
Local path where the file is stored (only when status is completed)
Was this page helpful?