Fix Cowork 3P when Minimax shows no usable models
can fail with a “no usable models” error when trying to use a Minimax model. The same API key may still work in , so the key itself is not always the problem.
may be failing to discover the available models automatically. Adding the needed model entries under Models can let continue without that discovery error.
Key points
- An API key can work in but fail in .
- The failure appears to come from not finding usable models.
- Adding model entries under Models can avoid the discovery error.
- Check model setup before assuming the API key is wrong.