OpenAPI 3.1.0MITraw.githubusercontent.com2026-08-1111722.6 KB

0c601a16410f

System

List models

Returns available models. Currently returns lixsearch. Also available at /v1/models for OpenAI SDK compatibility.

get/api/models

Response

Model list

object'list'

Example response

{
  "data": [
    {
      "id": "lixsearch",
      "owned_by": "elixpo"
    }
  ]
}