Your opinion matters! Join our Docs team for a 30-min call and receive a $30 e-gift card. Apply now.
{
"data": {
"modelFile": {
"id": "<string>",
"name": "<string>",
"localPath": "<string>",
"isDownloaded": true,
"quantization": "<string>"
},
"serverConfig": {
"modelFileName": "<string>",
"apiParams": {},
"loadParams": {},
"inferParams": {},
"logsDir": "<string>"
},
"server": {
"host": "<string>",
"port": 123
},
"tag": "<string>",
"status": "STARTING",
"serverProcessId": 123,
"id": "<string>"
}
}
{
"data": {
"modelFile": {
"id": "<string>",
"name": "<string>",
"localPath": "<string>",
"isDownloaded": true,
"quantization": "<string>"
},
"serverConfig": {
"modelFileName": "<string>",
"apiParams": {},
"loadParams": {},
"inferParams": {},
"logsDir": "<string>"
},
"server": {
"host": "<string>",
"port": 123
},
"tag": "<string>",
"status": "STARTING",
"serverProcessId": 123,
"id": "<string>"
}
}
Enter your API key here
ID of the server to retrieve
Server details retrieved successfully
The response is of type object
.
Was this page helpful?