ForcePilot/src/config/static
PR Bot 9f73851858 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
2026-03-22 16:08:00 +08:00
..
bad_keywords.txt fix(docs): 更新 README 和文档路径,添加 MinIO 存储模块文档 2025-09-23 10:48:44 +08:00
info.template.yaml chore: v0.5.3 2026-03-17 03:45:43 +08:00
models.py feat: add MiniMax as first-class LLM provider 2026-03-22 16:08:00 +08:00