Skip to content

Commit d6b4ee6

Browse files
committed
Add MiniMax-M2 model to NVIDIA provider
- Created minimax-m2.toml with proper configuration - 128K context window, 16K output tokens - Supports reasoning, tool calling, and temperature control - Open weights model with MIT license - Based on NVIDIA NIM documentation
1 parent 4e76627 commit d6b4ee6

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name = "MiniMax-M2"
2+
release_date = "2025-10-27"
3+
last_updated = "2025-10-31"
4+
attachment = false
5+
reasoning = true
6+
temperature = true
7+
knowledge = "2024-07"
8+
tool_call = true
9+
open_weights = true
10+
11+
[cost]
12+
input = 0.0
13+
output = 0.0
14+
15+
[limit]
16+
context = 128_000
17+
output = 16_384
18+
19+
[modalities]
20+
input = ["text"]
21+
output = ["text"]

0 commit comments

Comments
 (0)