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: docs/docs/waveai-modes.mdx
+55Lines changed: 55 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,6 +36,7 @@ Wave AI now supports provider-based configuration which automatically applies se
36
36
-**`openrouter`** - OpenRouter API (automatically configures endpoint and secret name) [[see example](#openrouter)]
37
37
-**`nanogpt`** - NanoGPT API (automatically configures endpoint and secret name) [[see example](#nanogpt)]
38
38
-**`groq`** - Groq API (automatically configures endpoint and secret name) [[see example](#groq)]
39
+
-**`minimax`** - MiniMax AI (OpenAI-compatible API) [[see example](#minimax)]
39
40
-**`google`** - Google AI (Gemini) [[see example](#google-ai-gemini)]
40
41
-**`azure`** - Azure OpenAI Service (modern API) [[see example](#azure-openai-modern-api)]
41
42
-**`azure-legacy`** - Azure OpenAI Service (legacy deployment API) [[see example](#azure-openai-legacy-deployment-api)]
@@ -319,6 +320,60 @@ The provider automatically sets:
319
320
For Groq, you must manually specify `ai:capabilities` based on your model's features.
320
321
:::
321
322
323
+
### MiniMax
324
+
325
+
[MiniMax](https://platform.minimax.io/subscribe/token-plan) provides the MiniMax series of AI models with strong coding, reasoning, and multimodal capabilities. MiniMax uses an OpenAI-compatible API:
0 commit comments