Skip to content

Commit 91a0381

Browse files
authored
Merge pull request #339 from EasyDevv/edit
Update chutes provider models
2 parents 6dc1c28 + 33b2f62 commit 91a0381

File tree

6 files changed

+34
-73
lines changed

6 files changed

+34
-73
lines changed

providers/chutes/models/chutesai/Devstral-Small-2505.toml

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

providers/chutes/models/deepseek-ai/DeepSeek-V3.1-turbo.toml

Lines changed: 0 additions & 20 deletions
This file was deleted.
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-27"
4+
attachment = false
5+
reasoning = true
6+
temperature = true
7+
tool_call = true
8+
knowledge = "2024-10"
9+
open_weights = true
10+
11+
[cost]
12+
input = 0.15
13+
output = 0.45
14+
15+
[limit]
16+
context = 200_000
17+
output = 128_000
18+
19+
[modalities]
20+
input = ["text"]
21+
output = ["text"]

providers/chutes/models/moonshotai/Kimi-Dev-72B.toml

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

providers/chutes/models/zai-org/GLM-4.5-turbo.toml renamed to providers/chutes/models/zai-org/GLM-4.5.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
name = "GLM 4.5 Turbo"
2-
release_date = "2025-07-28"
3-
last_updated = "2025-07-28"
1+
name = "GLM 4.5"
2+
release_date = "2025-10-30"
3+
last_updated = "2025-10-30"
44
attachment = false
55
reasoning = true
66
temperature = true
@@ -9,8 +9,8 @@ knowledge = "2025-04"
99
open_weights = true
1010

1111
[cost]
12-
input = 1.00
13-
output = 3.00
12+
input = 0.35
13+
output = 1.55
1414

1515
[limit]
1616
context = 131_072

providers/chutes/models/Qwen/Qwen3-30B-A3B-Thinking-2507.toml renamed to providers/chutes/models/zai-org/GLM-4.6.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
name = "Qwen3 30B A3B Thinking 2507"
2-
release_date = "2025-07-30"
3-
last_updated = "2025-07-30"
1+
name = "GLM 4.6"
2+
release_date = "2025-10-30"
3+
last_updated = "2025-10-30"
44
attachment = false
55
reasoning = true
66
temperature = true
7-
knowledge = "2025-04"
87
tool_call = true
8+
knowledge = "2025-04"
99
open_weights = true
1010

1111
[cost]
12-
input = 0.08
13-
output = 0.29
12+
input = 0.4
13+
output = 1.75
1414

1515
[limit]
16-
context = 262_144
17-
output = 262_144
16+
context = 204800
17+
output = 131072
1818

1919
[modalities]
2020
input = ["text"]

0 commit comments

Comments
 (0)