Skip to content

Commit 4a2df5e

Browse files
Merge pull request #1537 from anomalyco/feat/opencode-go-mimo-v2.5
Feat/opencode go mimo-v2.5-pro & mimo-v2.5
2 parents 3db907f + 70d8f9c commit 4a2df5e

5 files changed

Lines changed: 70 additions & 4 deletions

File tree

packages/core/src/family.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,10 @@ export const ModelFamilyValues = [
207207
"mimo",
208208
"mimo-pro",
209209
"mimo-omni",
210+
"mimo-v2-pro",
211+
"mimo-v2-omni",
212+
"mimo-v2.5-pro",
213+
"mimo-v2.5",
210214
"mimo-pro-free",
211215
"mimo-omni-free",
212216
"mimo-flash-free",

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name = "MiMo V2 Omni"
2-
family = "mimo-omni"
2+
family = "mimo-v2-omni"
33
release_date = "2026-03-18"
44
last_updated = "2026-03-18"
55
attachment = true
@@ -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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name = "MiMo V2 Pro"
2-
family = "mimo-pro"
2+
family = "mimo-v2-pro"
33
release_date = "2026-03-18"
44
last_updated = "2026-03-18"
55
attachment = true
@@ -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"]
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
name = "MiMo V2.5 Pro"
2+
family = "mimo-v2.5-pro"
3+
release_date = "2026-04-22"
4+
last_updated = "2026-04-22"
5+
attachment = true
6+
reasoning = true
7+
temperature = true
8+
tool_call = true
9+
knowledge = "2024-12"
10+
open_weights = true
11+
12+
[interleaved]
13+
field = "reasoning_content"
14+
15+
[cost]
16+
input = 1.00
17+
output = 3.00
18+
cache_read = 0.20
19+
20+
[cost.context_over_200k]
21+
input = 2.00
22+
output = 6.00
23+
cache_read = 0.40
24+
25+
[limit]
26+
context = 1_048_576
27+
output = 128_000
28+
29+
[modalities]
30+
input = ["text"]
31+
output = ["text"]
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
name = "MiMo V2.5"
2+
family = "mimo-v2.5"
3+
release_date = "2026-04-22"
4+
last_updated = "2026-04-22"
5+
attachment = true
6+
reasoning = true
7+
temperature = true
8+
tool_call = true
9+
knowledge = "2024-12"
10+
open_weights = true
11+
12+
[interleaved]
13+
field = "reasoning_content"
14+
15+
[cost]
16+
input = 0.40
17+
output = 2.00
18+
cache_read = 0.08
19+
20+
[cost.context_over_200k]
21+
input = 0.80
22+
output = 4.00
23+
cache_read = 0.16
24+
25+
[limit]
26+
context = 262_144
27+
output = 128_000
28+
29+
[modalities]
30+
input = ["text", "image", "audio", "pdf"]
31+
output = ["text"]

0 commit comments

Comments
 (0)