Skip to content

Commit 53ac115

Browse files
Merge branch 'anomalyco:dev' into dev
2 parents c55498e + 7128351 commit 53ac115

19 files changed

+37
-29
lines changed

providers/chutes/models/MiniMaxAI/MiniMax-M2.5-TEE.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@ structured_output = true
1010
open_weights = true
1111

1212
[cost]
13-
input = 0.15
14-
output = 0.6
13+
input = 0.30
14+
output = 1.10
15+
cache_read = 0.15
1516

1617
[limit]
1718
context = 196_608

providers/chutes/models/Qwen/Qwen3.5-397B-A17B-TEE.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ structured_output = true
1010
open_weights = true
1111

1212
[cost]
13-
input = 0.30
14-
output = 1.20
15-
cache_read = 0.15
13+
input = 0.39
14+
output = 2.34
15+
cache_read = 0.195
1616

1717
[limit]
1818
context = 262_144

providers/chutes/models/deepseek-ai/DeepSeek-V3.2-TEE.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ structured_output = true
1010
open_weights = true
1111

1212
[cost]
13-
input = 0.25
14-
output = 0.38
15-
cache_read = 0.125
13+
input = 0.28
14+
output = 0.42
15+
cache_read = 0.14
1616

1717
[limit]
18-
context = 163_840
18+
context = 131_072
1919
output = 65_536
2020

2121
[modalities]

providers/chutes/models/zai-org/GLM-4.6-TEE.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@ structured_output = true
1010
open_weights = true
1111

1212
[cost]
13-
input = 0.35
14-
output = 1.50
13+
input = 0.40
14+
output = 1.70
15+
cache_read = 0.20
1516

1617
[limit]
1718
context = 202_752

providers/chutes/models/zai-org/GLM-4.6V.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ open_weights = true
1212
[cost]
1313
input = 0.30
1414
output = 0.90
15+
cache_read = 0.15
1516

1617
[limit]
1718
context = 131_072

providers/chutes/models/zai-org/GLM-5-TEE.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@ structured_output = true
1010
open_weights = true
1111

1212
[cost]
13-
input = 0.750
14-
output = 2.50
13+
input = 0.95
14+
output = 3.15
15+
cache_read = 0.475
1516

1617
[limit]
1718
context = 202_752

providers/opencode/models/gemini-3-pro.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ tool_call = true
99
structured_output = true
1010
knowledge = "2025-01"
1111
open_weights = false
12+
status = "deprecated"
1213

1314
[cost]
1415
input = 2.00

providers/opencode/models/glm-4.6.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ temperature = true
88
tool_call = true
99
knowledge = "2025-04"
1010
open_weights = true
11+
status = "deprecated"
1112

1213
[cost]
1314
input = 0.6

providers/opencode/models/glm-4.7.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ temperature = true
88
tool_call = true
99
knowledge = "2025-04"
1010
open_weights = true
11+
status = "deprecated"
1112

1213
[interleaved]
1314
field = "reasoning_content"

providers/opencode/models/minimax-m2.1.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ temperature = true
88
tool_call = true
99
knowledge = "2025-01"
1010
open_weights = true
11+
status = "deprecated"
1112

1213
[interleaved]
1314
field = "reasoning_content"

0 commit comments

Comments
 (0)