You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following models have been tested and verified to work correctly with Hindsight:
26
+
27
+
| Provider | Model |
28
+
|----------|-------|
29
+
|**OpenAI**|`gpt-5`|
30
+
|**OpenAI**|`gpt-5-mini`|
31
+
|**OpenAI**|`gpt-5-nano`|
32
+
|**OpenAI**|`gpt-4.1-mini`|
33
+
|**OpenAI**|`gpt-4.1-nano`|
34
+
|**OpenAI**|`gpt-4o-mini`|
35
+
|**Gemini**|`gemini-2.5-flash`|
36
+
|**Gemini**|`gemini-2.5-flash-lite`|
37
+
|**Groq**|`openai/gpt-oss-120b`|
38
+
|**Groq**|`openai/gpt-oss-20b`|
39
+
|**Groq**|`llama-3.3-70b-versatile`|
40
+
41
+
### Using Other Models
42
+
43
+
Other LLM models not listed above may work with Hindsight, but they must support **at least 65,000 output tokens** to ensure reliable fact extraction. If you need support for a specific model that doesn't meet this requirement, please [open an issue](https://github.com/hindsight-ai/hindsight/issues) to request an exception.
The following models have been tested and verified to work correctly with Hindsight:
2770
+
2771
+
| Provider | Model |
2772
+
|----------|-------|
2773
+
| **OpenAI** | `gpt-5` |
2774
+
| **OpenAI** | `gpt-5-mini` |
2775
+
| **OpenAI** | `gpt-5-nano` |
2776
+
| **OpenAI** | `gpt-4.1-mini` |
2777
+
| **OpenAI** | `gpt-4.1-nano` |
2778
+
| **OpenAI** | `gpt-4o-mini` |
2779
+
| **Gemini** | `gemini-2.5-flash` |
2780
+
| **Gemini** | `gemini-2.5-flash-lite` |
2781
+
| **Groq** | `openai/gpt-oss-120b` |
2782
+
| **Groq** | `openai/gpt-oss-20b` |
2783
+
| **Groq** | `llama-3.3-70b-versatile` |
2784
+
2785
+
### Using Other Models
2786
+
2787
+
Other LLM models not listed above may work with Hindsight, but they must support **at least 65,000 output tokens** to ensure reliable fact extraction. If you need support for a specific model that doesn't meet this requirement, please [open an issue](https://github.com/hindsight-ai/hindsight/issues) to request an exception.
0 commit comments