fix(xiaomi): correct mimo-v2.5 and mimo-v2.5-pro max output tokens to 128K (#95934)

* fix(xiaomi): correct mimo-v2.5 and mimo-v2.5-pro max output tokens to 131072

* docs(xiaomi): correct mimo-v2.5 and mimo-v2.5-pro max output tokens to 131072
This commit is contained in:
Del
2026-06-23 15:35:10 +08:00
committed by GitHub
parent f826a665a2
commit 90d4aa7a8e
2 changed files with 6 additions and 6 deletions

View File

@@ -84,8 +84,8 @@ Choose the Token Plan auth choice that matches the regional base URL shown in Xi
| Model ref | Input | Context | Max output | Reasoning | Notes |
| --------------------------------- | ----------- | --------- | ---------- | --------- | ------------- |
| `xiaomi-token-plan/mimo-v2.5-pro` | text | 1,048,576 | 32,000 | Yes | Default model |
| `xiaomi-token-plan/mimo-v2.5` | text, image | 1,048,576 | 32,000 | Yes | Multimodal |
| `xiaomi-token-plan/mimo-v2.5-pro` | text | 1,048,576 | 131,072 | Yes | Default model |
| `xiaomi-token-plan/mimo-v2.5` | text, image | 1,048,576 | 131,072 | Yes | Multimodal |
<Tip>
Token Plan onboarding validates the key shape and warns when a `tp-...` key is entered into the pay-as-you-go path, or an `sk-...` key is entered into the Token Plan path.
@@ -222,7 +222,7 @@ Token Plan:
reasoning: true,
input: ["text"],
contextWindow: 1048576,
maxTokens: 32000,
maxTokens: 131072,
},
{
id: "mimo-v2.5",
@@ -230,7 +230,7 @@ Token Plan:
reasoning: true,
input: ["text", "image"],
contextWindow: 1048576,
maxTokens: 32000,
maxTokens: 131072,
},
],
},

View File

@@ -78,7 +78,7 @@
"input": ["text"],
"reasoning": true,
"contextWindow": 1048576,
"maxTokens": 32000,
"maxTokens": 131072,
"cost": {
"input": 1,
"output": 3,
@@ -96,7 +96,7 @@
"input": ["text", "image"],
"reasoning": true,
"contextWindow": 1048576,
"maxTokens": 32000,
"maxTokens": 131072,
"cost": {
"input": 0.4,
"output": 2,