Skip to content

Commit eef424f

Browse files
authored
Merge pull request #686 from zhzy0077/nvidia-patch
Add nvidia 2 new models.
2 parents 05415ee + 10acfc8 commit eef424f

2 files changed

Lines changed: 46 additions & 0 deletions

File tree

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name = "MiniMax-M2.1"
2+
family = "minimax"
3+
release_date = "2025-12-23"
4+
last_updated = "2025-12-23"
5+
attachment = false
6+
reasoning = true
7+
temperature = true
8+
tool_call = true
9+
open_weights = true
10+
11+
[cost]
12+
input = 0.0
13+
output = 0.0
14+
15+
[limit]
16+
context = 204_800
17+
output = 131_072
18+
19+
[modalities]
20+
input = ["text"]
21+
output = ["text"]
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
name = "GLM-4.7"
2+
family = "glm"
3+
release_date = "2025-12-22"
4+
last_updated = "2025-12-22"
5+
attachment = false
6+
reasoning = true
7+
temperature = true
8+
tool_call = true
9+
knowledge = "2025-04"
10+
open_weights = true
11+
12+
[interleaved]
13+
field = "reasoning_content"
14+
15+
[cost]
16+
input = 0.0
17+
output = 0.0
18+
19+
[limit]
20+
context = 204800
21+
output = 131072
22+
23+
[modalities]
24+
input = ["text"]
25+
output = ["text"]

0 commit comments

Comments
 (0)