Property
localai
LocalAI is a self-hosted, OpenAI-compatible API for running AI models. The information is gathered from the /v1/models endpoint.
| Property Name | Type | Description | Required |
|---|---|---|---|
| models | array of string | Names of the AI models that the server has loaded. |
↑ TopSearch Queries
↑ TopExample
{
"models": [
"qwen2.5-1.5b-instruct-q4_k_m.gguf"
]
}