From 950f289ffbf3f251f547001891136c2aaf8482fb Mon Sep 17 00:00:00 2001 From: PR Bot Date: Sun, 22 Mar 2026 16:08:00 +0800 Subject: [PATCH] feat: add MiniMax as first-class LLM provider Add MiniMax (https://platform.minimaxi.com/) as a built-in chat model provider with M2.7, M2.7-highspeed, M2.5, and M2.5-highspeed models. MiniMax provides OpenAI-compatible API, so it works seamlessly with the existing OpenAIBase and ChatOpenAI integration paths. Users only need to set MINIMAX_API_KEY to start using MiniMax models. Changes: - Add MiniMax to DEFAULT_CHAT_MODEL_PROVIDERS (models.py) - Add MINIMAX_API_KEY to .env.template - Add MiniMax provider icon and frontend registration - Update model-config docs with MiniMax entry - Add 22 unit tests + 3 integration tests --- web/src/assets/providers/minimax-color.svg | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/web/src/assets/providers/minimax-color.svg b/web/src/assets/providers/minimax-color.svg index 61fcafe0..31073e13 100644 --- a/web/src/assets/providers/minimax-color.svg +++ b/web/src/assets/providers/minimax-color.svg @@ -1 +1,8 @@ +<<<<<<< HEAD Minimax +======= + + + MM + +>>>>>>> 16860662 (feat: add MiniMax as first-class LLM provider)