We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f21fef4 + b8d9ded commit 25a4972Copy full SHA for 25a4972
providers/xiaomi/logo.svg
providers/xiaomi/models/mimo-v2-flash.toml
@@ -0,0 +1,25 @@
1
+name = "MiMo-V2-Flash"
2
+family = "mimo-v2-flash"
3
+release_date = "2025-12-17"
4
+last_updated = "2025-12-17"
5
+attachment = false
6
+reasoning = true
7
+temperature = true
8
+knowledge = "2024-12-01"
9
+tool_call = true
10
+open_weights = true
11
+
12
+[cost]
13
+input = 0.07
14
+output = 0.21
15
16
+[limit]
17
+context = 256_000
18
+output = 32_000
19
20
+[modalities]
21
+input = ["text"]
22
+output = ["text"]
23
24
+[interleaved]
25
+field = "reasoning_content"
providers/xiaomi/provider.toml
@@ -0,0 +1,5 @@
+name = "Xiaomi"
+env = ["XIAOMI_API_KEY"]
+npm = "@ai-sdk/openai-compatible"
+api = "https://api.xiaomimimo.com/v1"
+doc = "https://platform.xiaomimimo.com/#/docs"
0 commit comments