github heyhuynhgiabuu/proxypal v0.4.31
ProxyPal v0.4.31

6 hours ago

What's Changed

Fixed

  • Fix MiniMax OpenAI-compatible provider setup when MiniMax returns 404 Not Found for /models and /v1/models.
  • ProxyPal now detects MiniMax base URLs (api.minimax.io / api.minimaxi.com) and falls back to a lightweight /chat/completions test using MiniMax-M2.7 instead of rejecting a valid chat-completions endpoint.
  • Keeps normal /models validation 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.

Don't miss a new proxypal release

NewReleases is sending notifications on new releases.