Chat
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
- Conversation history is supplied entirely through messages
post/v1/chat/completions
Request body
Response
Chat response
Example response
{
"id": "elixpo-abc123",
"model": "lixsearch"
}