{
"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
Unique identifier for the model
Name of the model
Show child attributes
Number of parameters in the model
Maximum context window size in tokens
The primary task the model was trained for
text-generation, sentence-similarity Detailed description of the model
License under which the model is distributed
Languages supported by the model
Date when the model was last updated
Library or framework the model is designed for
Type or architecture of the model
Publisher or organization that released the model
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
Local file system path where the model is stored
Was this page helpful?