kshitij
22d1bda185
fix(minimax): correct context lengths, model catalog, thinking guard, aux model, and config base_url
Cherry-picked from PR #6046 by kshitijk4poor with dead code stripped.
- Context lengths: 204800 → 1M (M1) / 1048576 (M2.5/M2.7) per official docs
- Model catalog: add M1 family, remove deprecated M2.1 and highspeed variants
- Thinking guard: skip extended thinking for MiniMax (Anthropic-compat endpoint)
- Aux model: MiniMax-M2.7-highspeed → MiniMax-M2.7 (same model, half price)
- Config base_url: honour model.base_url for API-key providers (fixes China users)
- Stripped unused get_minimax_max_output() / _MINIMAX_MAX_OUTPUT (no consumer)
Fixes #5777, #4082, #6039. Closes #3895.
2026-04-08 02:20:46 -07:00
..
2026-04-03 11:14:55 -07:00
2026-04-07 10:25:31 -07:00
2026-04-07 17:28:23 -07:00
2026-04-07 17:59:42 -07:00
2026-04-07 11:41:26 -07:00
2026-03-30 08:10:23 -07:00
2026-04-07 10:25:31 -07:00
2026-04-07 12:49:39 -07:00
2026-03-29 20:10:00 -07:00
2026-03-30 17:07:21 -07:00
2026-04-07 17:28:23 -07:00
2026-04-07 17:59:16 -07:00
2026-03-25 15:02:03 -07:00
2026-04-07 22:49:01 -07:00
2026-03-30 08:10:23 -07:00
2026-03-26 01:34:27 -07:00
2026-04-07 10:25:31 -07:00
2026-03-25 15:02:03 -07:00
2026-04-07 17:59:16 -07:00
2026-04-07 10:25:31 -07:00
2026-04-07 10:25:31 -07:00
2026-03-30 08:10:23 -07:00
2026-04-07 10:40:34 -07:00
2026-04-06 11:25:06 -07:00
2026-04-07 22:23:28 -07:00
2026-04-08 02:20:46 -07:00
2026-04-07 08:40:22 -04:00
2026-03-25 19:47:58 -07:00
2026-04-07 10:40:34 -07:00
2026-04-07 10:40:34 -07:00
2026-04-07 10:25:31 -07:00
2026-04-07 11:41:26 -07:00
2026-04-08 02:20:46 -07:00
2026-04-08 02:20:46 -07:00
2026-04-02 14:00:22 -07:00
2026-03-30 08:37:19 -07:00
2026-04-07 10:25:31 -07:00
2026-04-07 08:40:22 -04:00
2026-04-07 18:00:01 -07:00
2026-04-07 11:41:26 -07:00
2026-04-07 10:40:34 -07:00