docs: refresh minimax auth choice refs

This commit is contained in:
Peter Steinberger
2026-04-04 09:47:01 +01:00
parent b5608397d0
commit 87f512f80d
3 changed files with 31 additions and 12 deletions

View File

@@ -521,7 +521,10 @@ Synthetic provides Anthropic-compatible models behind the `synthetic` provider:
MiniMax is configured via `models.providers` because it uses custom endpoints:
- MiniMax (Anthropiccompatible): `--auth-choice minimax-api`
- MiniMax OAuth (Global): `--auth-choice minimax-global-oauth`
- MiniMax OAuth (CN): `--auth-choice minimax-cn-oauth`
- MiniMax API key (Global): `--auth-choice minimax-global-api`
- MiniMax API key (CN): `--auth-choice minimax-cn-api`
- Auth: `MINIMAX_API_KEY`
See [/providers/minimax](/providers/minimax) for setup details, model options, and config snippets.