Skip to content

Commit 0e56ea3

Browse files
committed
update zen model
1 parent 23c7d0b commit 0e56ea3

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

providers/opencode/models/minimax-m2.toml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,16 @@ open_weights = true
1010
status = "alpha"
1111

1212
[cost]
13-
input = 1.2
13+
input = 0.3
1414
output = 1.2
1515

1616
[limit]
17-
context = 200_000
18-
output = 128_000
17+
context = 204800
18+
output = 131072
1919

2020
[modalities]
2121
input = ["text"]
2222
output = ["text"]
23+
24+
[provider]
25+
npm = "@ai-sdk/anthropic"

0 commit comments

Comments
 (0)