Skip to content

Commit 6d820ef

Browse files
committed
doc: add openai api compatible note
1 parent cf8882a commit 6d820ef

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

hindsight-docs/docs/developer/models.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,13 @@ All local models (embedding, cross-encoder) are automatically downloaded from Hu
1818

1919
Used for fact extraction, entity resolution, opinion generation, and answer synthesis.
2020

21-
**Supported providers:** OpenAI, Gemini, Groq, Ollama
21+
**Supported providers:** OpenAI, Gemini, Groq, Ollama, and **any OpenAI-compatible API**
22+
23+
:::tip OpenAI-Compatible Providers
24+
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.
25+
26+
See [Configuration](./configuration#llm-provider) for setup examples.
27+
:::
2228

2329
### Tested Models
2430

0 commit comments

Comments
 (0)