fix(xiaomi): correct mimo-v2.5 and mimo-v2.5-pro max output tokens to… · openclaw/openclaw@90d4aa7
idootop
·
2026-06-23
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -84,8 +84,8 @@ Choose the Token Plan auth choice that matches the regional base URL shown in Xi
|
84 | 84 | |
85 | 85 | | Model ref | Input | Context | Max output | Reasoning | Notes | |
86 | 86 | | --------------------------------- | ----------- | --------- | ---------- | --------- | ------------- | |
87 | | -| `xiaomi-token-plan/mimo-v2.5-pro` | text | 1,048,576 | 32,000 | Yes | Default model | |
88 | | -| `xiaomi-token-plan/mimo-v2.5` | text, image | 1,048,576 | 32,000 | Yes | Multimodal | |
| 87 | +| `xiaomi-token-plan/mimo-v2.5-pro` | text | 1,048,576 | 131,072 | Yes | Default model | |
| 88 | +| `xiaomi-token-plan/mimo-v2.5` | text, image | 1,048,576 | 131,072 | Yes | Multimodal | |
89 | 89 | |
90 | 90 | <Tip> |
91 | 91 | 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,15 +222,15 @@ Token Plan:
|
222 | 222 | reasoning: true, |
223 | 223 | input: ["text"], |
224 | 224 | contextWindow: 1048576, |
225 | | - maxTokens: 32000, |
| 225 | + maxTokens: 131072, |
226 | 226 | }, |
227 | 227 | { |
228 | 228 | id: "mimo-v2.5", |
229 | 229 | name: "Xiaomi MiMo V2.5", |
230 | 230 | reasoning: true, |
231 | 231 | input: ["text", "image"], |
232 | 232 | contextWindow: 1048576, |
233 | | - maxTokens: 32000, |
| 233 | + maxTokens: 131072, |
234 | 234 | }, |
235 | 235 | ], |
236 | 236 | }, |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。