Skip to content

Commit fd55568

Browse files
committed
refactor(xiaomi): all mimo models extend from the xiaomi root provider
1 parent dd3533b commit fd55568

36 files changed

Lines changed: 163 additions & 477 deletions
Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,10 @@
11
name = "Xiaomi: MiMo-V2-Flash"
2-
release_date = "2025-12-14"
3-
last_updated = "2026-03-15"
4-
attachment = false
5-
reasoning = true
6-
temperature = true
7-
tool_call = true
8-
open_weights = true
2+
3+
[extends]
4+
from = "xiaomi/mimo-v2-flash"
5+
omit = ["interleaved"]
96

107
[cost]
118
input = 0.09
129
output = 0.29
1310
cache_read = 0.045
14-
15-
[limit]
16-
context = 262144
17-
output = 65536
18-
19-
[modalities]
20-
input = ["text"]
21-
output = ["text"]
Lines changed: 3 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,5 @@
11
name = "Xiaomi: MiMo-V2-Omni"
2-
release_date = "2026-03-18"
3-
last_updated = "2026-04-11"
4-
attachment = true
5-
reasoning = true
6-
temperature = true
7-
tool_call = true
8-
open_weights = true
92

10-
[cost]
11-
input = 0.4
12-
output = 2
13-
cache_read = 0.08
14-
15-
[limit]
16-
context = 262144
17-
output = 65536
18-
19-
[modalities]
20-
input = ["audio", "image", "text", "video"]
21-
output = ["text"]
3+
[extends]
4+
from = "xiaomi/mimo-v2-omni"
5+
omit = ["interleaved"]
Lines changed: 3 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,5 @@
11
name = "Xiaomi: MiMo-V2-Pro"
2-
release_date = "2026-03-18"
3-
last_updated = "2026-04-11"
4-
attachment = false
5-
reasoning = true
6-
temperature = true
7-
tool_call = true
8-
open_weights = true
92

10-
[cost]
11-
input = 1
12-
output = 3
13-
cache_read = 0.2
14-
15-
[limit]
16-
context = 1048576
17-
output = 131072
18-
19-
[modalities]
20-
input = ["text"]
21-
output = ["text"]
3+
[extends]
4+
from = "xiaomi/mimo-v2-pro"
5+
omit = ["interleaved"]
Lines changed: 2 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,4 @@
11
name = "MiMo V2 Omni"
2-
family = "mimo-v2-omni"
3-
release_date = "2026-03-18"
4-
last_updated = "2026-03-18"
5-
attachment = true
6-
reasoning = true
7-
temperature = true
8-
tool_call = true
9-
knowledge = "2024-12"
10-
open_weights = true
112

12-
[interleaved]
13-
field = "reasoning_content"
14-
15-
[cost]
16-
input = 0.40
17-
output = 2.00
18-
cache_read = 0.08
19-
20-
[limit]
21-
context = 262_144
22-
output = 128_000
23-
24-
[modalities]
25-
input = ["text", "image", "audio", "pdf"]
26-
output = ["text"]
3+
[extends]
4+
from = "xiaomi/mimo-v2-omni"
Lines changed: 2 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,4 @@
11
name = "MiMo V2 Pro"
2-
family = "mimo-v2-pro"
3-
release_date = "2026-03-18"
4-
last_updated = "2026-03-18"
5-
attachment = true
6-
reasoning = true
7-
temperature = true
8-
tool_call = true
9-
knowledge = "2024-12"
10-
open_weights = true
112

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"]
3+
[extends]
4+
from = "xiaomi/mimo-v2-pro"
Lines changed: 2 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,4 @@
11
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
112

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"]
3+
[extends]
4+
from = "xiaomi/mimo-v2.5-pro"
Lines changed: 2 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,4 @@
11
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
112

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 = 1_000_000
27-
output = 128_000
28-
29-
[modalities]
30-
input = ["text", "image", "audio", "pdf"]
31-
output = ["text"]
3+
[extends]
4+
from = "xiaomi/mimo-v2.5"
Lines changed: 2 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,10 @@
11
name = "MiMo V2 Flash Free"
2-
family = "mimo-flash-free"
3-
release_date = "2025-12-16"
4-
last_updated = "2025-12-16"
5-
attachment = false
6-
reasoning = true
7-
temperature = true
8-
tool_call = true
9-
knowledge = "2024-12"
10-
open_weights = true
112
status = "deprecated"
123

13-
[interleaved]
14-
field = "reasoning_content"
4+
[extends]
5+
from = "xiaomi/mimo-v2-flash"
156

167
[cost]
178
input = 0
189
output = 0
1910
cache_read = 0
20-
21-
[limit]
22-
context = 262_144
23-
output = 65_536
24-
25-
[modalities]
26-
input = ["text"]
27-
output = ["text"]
Lines changed: 2 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,10 @@
11
name = "MiMo V2 Omni Free"
2-
family = "mimo-omni-free"
3-
release_date = "2026-03-18"
4-
last_updated = "2026-03-18"
5-
attachment = true
6-
reasoning = true
7-
temperature = true
8-
tool_call = true
9-
knowledge = "2024-12"
10-
open_weights = true
112
status = "deprecated"
123

13-
[interleaved]
14-
field = "reasoning_content"
4+
[extends]
5+
from = "xiaomi/mimo-v2-omni"
156

167
[cost]
178
input = 0
189
output = 0
1910
cache_read = 0
20-
21-
[limit]
22-
context = 262_144
23-
output = 64_000
24-
25-
[modalities]
26-
input = ["text", "image", "audio", "pdf"]
27-
output = ["text"]
Lines changed: 2 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,10 @@
11
name = "MiMo V2 Pro Free"
2-
family = "mimo-pro-free"
3-
release_date = "2026-03-18"
4-
last_updated = "2026-03-18"
5-
attachment = true
6-
reasoning = true
7-
temperature = true
8-
tool_call = true
9-
knowledge = "2024-12"
10-
open_weights = true
112
status = "deprecated"
123

13-
[interleaved]
14-
field = "reasoning_content"
4+
[extends]
5+
from = "xiaomi/mimo-v2-pro"
156

167
[cost]
178
input = 0
189
output = 0
1910
cache_read = 0
20-
21-
[limit]
22-
context = 1_048_576
23-
output = 64_000
24-
25-
[modalities]
26-
input = ["text"]
27-
output = ["text"]

0 commit comments

Comments
 (0)