Skip to content

Commit 2af43dc

Browse files
committed
update zen models
1 parent 93ddb6b commit 2af43dc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

providers/opencode-go/models/minimax-m2.5.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,18 @@ tool_call = true
99
knowledge = "2025-01"
1010
open_weights = true
1111

12+
[interleaved]
13+
field = "reasoning_content"
14+
1215
[cost]
1316
input = 0.3
1417
output = 1.2
1518
cache_read = 0.03
1619

1720
[limit]
1821
context = 204_800
19-
output = 131_072
22+
output = 65_536
2023

2124
[modalities]
2225
input = ["text"]
23-
output = ["text"]
24-
25-
[provider]
26-
npm = "@ai-sdk/anthropic"
26+
output = ["text"]

0 commit comments

Comments
 (0)