Add MiniMax-M3 to direct minimax providers

closes #5313
This commit is contained in:
Mario Zechner
2026-06-02 16:00:29 +02:00
parent 276cb1bb89
commit 7e72ca47c8
3 changed files with 39 additions and 14 deletions

View File

@@ -4,6 +4,7 @@
### Added
- Added MiniMax-M3 model to the `minimax` and `minimax-cn` direct providers, and removed the hardcoded context-window override that was masking models.dev values ([#5313](https://github.com/earendil-works/pi/issues/5313)).
- Added NVIDIA NIM as a built-in OpenAI-compatible provider, exposing public NIM models that support tool use.
### Fixed