Skip to content

Commit b9b354a

Browse files
committed
update mimo v2.5 output limits to 128k
1 parent 95632ad commit b9b354a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

providers/opencode-go/models/mimo-v2.5-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"]

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

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

2525
[limit]
2626
context = 262_144
27-
output = 64_000
27+
output = 128_000
2828

2929
[modalities]
3030
input = ["text", "image", "audio", "pdf"]

0 commit comments

Comments
 (0)