{
"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
Show child attributes
Server tag (e.g., 'inference', 'embedding')
STARTING, RUNNING, STOPPING, STOPPED, ERROR Unique server identifier
Was this page helpful?