fix: skip thinking param for MiniMax Anthropic-compatible endpoints#13464
fix: skip thinking param for MiniMax Anthropic-compatible endpoints#13464nintendomustdie wants to merge 1 commit intoNousResearch:mainfrom
Conversation
|
Thanks for the PR, but closing — this reverts a deliberate change from commit d442f25 ("fix: align MiniMax provider with official API docs", Apr 10) which removed exactly this guard after reading MiniMax's official docs. Per https://platform.minimax.io/docs/api-reference/text-anthropic-api, MiniMax's Anthropic-compat endpoint does support the The only recent report of If you're seeing a real rejection from MiniMax's server (a 4xx HTTP response body, not a local TypeError), please open an issue with:
A targeted fix would key on |
MiniMax's Anthropic-compatible API does not support the thinking parameter. This change adds a MiniMax check to skip thinking when using minimax-cn provider.