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
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -131,6 +131,7 @@ The following LLM providers are currently supported besides OpenAI:
131
131
-[Perplexity.ai](https://www.perplexity.ai/pro) Pro users have $5/month free API credits available (the default PPLX agent uses Mixtral-8x7b).
132
132
-[Anthropic](https://www.anthropic.com/api) to access Claude models, which currently outperform GPT-4 in some benchmarks.
133
133
-[Google Gemini](https://ai.google.dev/) with a quite generous free range but some geo-restrictions (EU).
134
+
-[x.ai](https://x.ai/api) to access Grok-4 with pre-paid credit plans (No free credit available at this moment).
134
135
- Any other "OpenAI chat/completions" compatible endpoint (Azure, LM Studio, etc.)
135
136
136
137
Below is an example of the relevant configuration part enabling some of these. The `secret` field has the same capabilities as `openai_api_key` (which is still supported for compatibility).
@@ -171,6 +172,11 @@ Below is an example of the relevant configuration part enabling some of these. T
0 commit comments