latestOpenAPI 3.1.0MITraw.githubusercontent.com2026-08-1211722.9 KB

c3fcd0edadf8

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"
    }
  ]
}