MiniMax
MiniMax is a normal Agent > Models provider in Fased. The code registry currently exposes these MiniMax routes:| Route | Use |
|---|---|
minimax | Global MiniMax API key route. |
minimax-cn | China MiniMax API key route. |
minimax-portal | MiniMax Coding Plan / portal sign-in route. |
Recommended Setup
Open Agents, select the Agent, then use Agent > Models > MiniMax. You can choose:- Sign in for the MiniMax portal/coding-plan route.
- API key for the hosted Global or CN route.
- Highspeed API key when you have the highspeed MiniMax route.
Model Refs
Use model refs from the registry:API Key Example
MINIMAX_CN_API_KEY for the CN route and MINIMAX_HIGHSPEED_API_KEY when
you want the highspeed route.
Portal Sign-In
The portal route uses the bundled MiniMax portal auth helper. From the UI, use Agent > Models > MiniMax > Sign in. From the CLI, enable the plugin if needed and run the auth flow:Fallback Example
Local MiniMax Files
MiniMax through LM Studio or another local server is not the normal MiniMax provider route. Use LM Studio when the model is served by LM Studio, or Custom Provider for another local OpenAI-compatible endpoint.Troubleshooting
Unknown MiniMax model
Run:fased configure.
Portal sign-in does not appear
Confirm theminimax-portal-auth plugin is enabled and the gateway has been
restarted after enabling it.