v1
latestOpenAPI 3.1.0MIT2026-07-1710621.2 KBChat
Chat (POST)
Primary endpoint. OpenAI-compatible — works with any OpenAI SDK client.
- Last user message is used as the search query
- Earlier messages provide conversation context
- stream defaults to false
- session_id is optional (omit for stateless usage)
post/v1/chat/completions
Request body
Response
Chat response
Example response
{
"id": "elixpo-abc123",
"model": "lixsearch"
}