Skip to content

Commit 7cf962b

Browse files
committed
feat(huggingface): add 5 new models, remove 5 deprecated
1 parent 012ace7 commit 7cf962b

8 files changed

Lines changed: 88 additions & 78 deletions

File tree

providers/huggingface/models/MiniMaxAI/MiniMax-M2.toml renamed to providers/huggingface/models/MiniMaxAI/MiniMax-M2.1.toml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,24 @@
1-
name = "MiniMax-M2"
1+
name = "MiniMax-M2.1"
22
family = "minimax"
3-
release_date = "2025-10-27"
4-
last_updated = "2025-10-27"
3+
release_date = "2025-12-23"
4+
last_updated = "2025-12-23"
55
attachment = false
66
reasoning = true
77
temperature = true
88
tool_call = true
99
knowledge = "2025-10"
1010
open_weights = true
1111

12+
[interleaved]
13+
field = "reasoning_details"
14+
1215
[cost]
1316
input = 0.30
1417
output = 1.20
1518

1619
[limit]
1720
context = 204_800
18-
output = 204_800
21+
output = 131_072
1922

2023
[modalities]
2124
input = ["text"]
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name = "MiMo-V2-Flash"
2+
family = "mimo"
3+
release_date = "2025-12-16"
4+
last_updated = "2025-12-16"
5+
attachment = false
6+
reasoning = true
7+
temperature = true
8+
tool_call = true
9+
knowledge = "2024-12"
10+
open_weights = true
11+
12+
[cost]
13+
input = 0.10
14+
output = 0.30
15+
16+
[limit]
17+
context = 262_144
18+
output = 4_096
19+
20+
[modalities]
21+
input = ["text"]
22+
output = ["text"]
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name = "DeepSeek-V3.2"
2+
family = "deepseek-v3"
3+
release_date = "2025-12-01"
4+
last_updated = "2025-12-01"
5+
attachment = false
6+
reasoning = true
7+
temperature = true
8+
tool_call = true
9+
knowledge = "2024-07"
10+
open_weights = true
11+
12+
[cost]
13+
input = 0.28
14+
output = 0.40
15+
16+
[limit]
17+
context = 163_840
18+
output = 65_536
19+
20+
[modalities]
21+
input = ["text"]
22+
output = ["text"]

providers/huggingface/models/deepseek-ai/Deepseek-V3-0324.toml

Lines changed: 0 additions & 22 deletions
This file was deleted.
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
name = "Kimi-K2-Thinking"
2+
family = "kimi-k2"
3+
release_date = "2025-11-06"
4+
last_updated = "2025-11-06"
5+
attachment = false
6+
reasoning = true
7+
temperature = true
8+
tool_call = true
9+
knowledge = "2024-08"
10+
open_weights = true
11+
12+
[interleaved]
13+
field = "reasoning_details"
14+
15+
[cost]
16+
input = 0.6
17+
output = 2.5
18+
cache_read = 0.15
19+
20+
[limit]
21+
context = 262_144
22+
output = 262_144
23+
24+
[modalities]
25+
input = ["text"]
26+
output = ["text"]

providers/huggingface/models/zai-org/GLM-4.5-Air.toml

Lines changed: 0 additions & 22 deletions
This file was deleted.

providers/huggingface/models/zai-org/GLM-4.5.toml

Lines changed: 0 additions & 22 deletions
This file was deleted.

providers/huggingface/models/zai-org/GLM-4.6.toml renamed to providers/huggingface/models/zai-org/GLM-4.7.toml

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,25 @@
1-
name = "GLM-4.6"
2-
family = "glm-4.6"
3-
release_date = "2025-09-30"
4-
last_updated = "2025-09-30"
1+
name = "GLM-4.7"
2+
family = "glm-4.7"
3+
release_date = "2025-12-22"
4+
last_updated = "2025-12-22"
55
attachment = false
66
reasoning = true
77
temperature = true
88
tool_call = true
99
knowledge = "2025-04"
1010
open_weights = true
1111

12+
[interleaved]
13+
field = "reasoning_details"
14+
1215
[cost]
13-
input = 0.60
14-
output = 2.20
16+
input = 0.6
17+
output = 2.2
1518
cache_read = 0.11
1619

1720
[limit]
18-
context = 200_000
19-
output = 128_000
21+
context = 204_800
22+
output = 131_072
2023

2124
[modalities]
2225
input = ["text"]

0 commit comments

Comments
 (0)