markus42markus42
markus42
Dec 3, 2025

Q: API Compatibility

Is the API compatible with the OpenAI API? Are there clients for Langchain/Haystack/n8n?

Founder Team
Annapurna_Qolaba

Annapurna_Qolaba

Dec 4, 2025

A: API is partially compatible with the OpenAI API. It follows a similar REST + JSON chat structure and supports streaming responses, making it familiar to developers who already use OpenAI-style APIs. However, it is not a drop-in replacement, because Qolaba uses its own request format (for example llm and llm_model parameters, and a custom history structure).

Are there clients for LangChain / Haystack / n8n?
n8n: Yes — integration works using the HTTP Request node with Qolaba’s /stream_chat endpoint.
LangChain & Haystack: We have not tested these internally yet, so official compatibility or ready-made clients cannot be confirmed at this time.

Share
Helpful?
Log in to join the conversation

Ok, thanks, it would be good to have a (nearly)fully compatible API Endpoint to the OpenAI API, like e.G. Ollama. This would make Qolaba usable for nearly every lib/tool/app that is compatible to OpenAI.

ihxPLUS

strongly request this