List Models
Response Body
application/json
curl -X GET "http://127.0.0.1:14242/v1/models"{
"object": "list",
"data": [
{
"id": "string",
"object": "model",
"created": 0,
"owned_by": "nowledge-local",
"permission": [
{}
],
"root": "string",
"parent": "string"
}
]
}