Skip to content

Commit d937abd

Browse files
authored
Merge pull request #1539 from manascb1344/fix-xiaomi-provider-ids
feat: add MiMo-V2.5 and MiMo-V2.5-Pro to xiaomi-token-plan providers
2 parents df52175 + ed91520 commit d937abd

6 files changed

Lines changed: 60 additions & 0 deletions

File tree

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[extends]
2+
from = "xiaomi-token-plan-cn/mimo-v2.5-pro"
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[extends]
2+
from = "xiaomi-token-plan-cn/mimo-v2.5"
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
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 = 0
17+
output = 0
18+
cache_read = 0
19+
20+
[limit]
21+
context = 1_000_000
22+
output = 128_000
23+
24+
[modalities]
25+
input = ["text"]
26+
output = ["text"]
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
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
17+
output = 0
18+
cache_read = 0
19+
20+
[limit]
21+
context = 1_000_000
22+
output = 128_000
23+
24+
[modalities]
25+
input = ["text", "image", "audio", "video", "pdf"]
26+
output = ["text"]
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[extends]
2+
from = "xiaomi-token-plan-cn/mimo-v2.5-pro"
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[extends]
2+
from = "xiaomi-token-plan-cn/mimo-v2.5"

0 commit comments

Comments
 (0)