List Models
List available embedding models.
Returns the local embedding model available on this device. Use the model ID from this response in /v1/embeddings requests.
Response Body
application/json
curl -X GET "https://example.com/v1/models"{
"object": "list",
"data": [
{
"id": "string",
"object": "model",
"created": 0,
"owned_by": "nowledge-local",
"permission": [
{}
],
"root": "string",
"parent": "string"
}
]
}