What's Changed
Fixed
- Fix MiniMax OpenAI-compatible provider setup when MiniMax returns
404 Not Foundfor/modelsand/v1/models. - ProxyPal now detects MiniMax base URLs (
api.minimax.io/api.minimaxi.com) and falls back to a lightweight/chat/completionstest usingMiniMax-M2.7instead of rejecting a valid chat-completions endpoint. - Keeps normal
/modelsvalidation behavior for other OpenAI-compatible providers.
Verification
pnpm lint:fix && rtk tsc --noEmit— TypeScript clean; lint completed with existing no-console warnings and 0 errors.cd src-tauri && rtk cargo check— Rust backend check passed.
Notes
- This release addresses MiniMax provider configuration reported in #211.