Skip to content

Commit 70d8f9c

Browse files
committed
update mimo v2 output limits to 128k
1 parent b9b354a commit 70d8f9c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

providers/opencode-go/models/mimo-v2-omni.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ cache_read = 0.08
1919

2020
[limit]
2121
context = 262_144
22-
output = 64_000
22+
output = 128_000
2323

2424
[modalities]
2525
input = ["text", "image", "audio", "pdf"]

providers/opencode-go/models/mimo-v2-pro.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ cache_read = 0.40
2424

2525
[limit]
2626
context = 1_048_576
27-
output = 64_000
27+
output = 128_000
2828

2929
[modalities]
3030
input = ["text"]

0 commit comments

Comments
 (0)