From 6d820ef91bbf27f890754a71e758d99600b56b90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=B2=20Boschi?= Date: Thu, 18 Dec 2025 16:19:30 +0100 Subject: [PATCH] doc: add openai api compatible note --- hindsight-docs/docs/developer/models.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/hindsight-docs/docs/developer/models.md b/hindsight-docs/docs/developer/models.md index 45141ce3..60662d6f 100644 --- a/hindsight-docs/docs/developer/models.md +++ b/hindsight-docs/docs/developer/models.md @@ -18,7 +18,13 @@ All local models (embedding, cross-encoder) are automatically downloaded from Hu Used for fact extraction, entity resolution, opinion generation, and answer synthesis. -**Supported providers:** OpenAI, Gemini, Groq, Ollama +**Supported providers:** OpenAI, Gemini, Groq, Ollama, and **any OpenAI-compatible API** + +:::tip OpenAI-Compatible Providers +Hindsight works with any provider that exposes an OpenAI-compatible API (e.g., Azure OpenAI). Simply set `HINDSIGHT_API_LLM_PROVIDER=openai` and configure `HINDSIGHT_API_LLM_BASE_URL` to point to your provider's endpoint. + +See [Configuration](./configuration#llm-provider) for setup examples. +::: ### Tested Models