ForcePilot/docs
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
..
.vitepress feat: 添加 srcDir 配置和忽略死链接规则 2026-03-10 15:02:40 +08:00
latest feat: add MiniMax as first-class LLM provider 2026-03-22 16:08:00 +08:00
public docs: 更新快速开始指南,添加迁移指南链接,优化描述 2026-01-25 23:03:50 +08:00
v0.4.0 fix(docs): 修复文档的错误引用 2026-02-03 15:00:44 +08:00
index.md docs: 更新文档至v0.4.0版本并添加新功能说明 2025-12-26 22:29:39 +08:00