Skip to content

Commit 7337b76

Browse files
authored
Fix China Mainland URL for MiniMax provider
My mistake, sorry, I thought minimaxi.com is not a valid url, but it turns out to be correct, checked the minimax documentation at https://platform.minimax.io/docs/guides/text-ai-coding-tools
1 parent 3bd4762 commit 7337b76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/providers/minimax.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ MiniMax is an OpenAI‑compatible provider. Pick the correct region endpoint, ad
2222
2. Select Provider: “MiniMax”.
2323
3. Choose Base URL (region):
2424
- International: https://api.minimax.io/v1
25-
- China (Mainland): https://api.minimax.com/v1
25+
- China (Mainland): https://api.minimaxi.com/v1
2626
4. Enter your API key in “MiniMax API Key”.
2727
5. Select a model from the dropdown.
2828
6. Optional: adjust Temperature and Max Output Tokens in model settings.

0 commit comments

Comments
 (0)