

























@@ -144,7 +144,7 @@ Choose your preferred auth method and follow the setup steps.
144144 id: "MiniMax-M2.7",
145145 name: "MiniMax M2.7",
146146 reasoning: true,
147- input: ["text", "image"],
147+ input: ["text"],
148148 cost: { input: 0.3, output: 1.2, cacheRead: 0.06, cacheWrite: 0.375 },
149149 contextWindow: 204800,
150150 maxTokens: 131072,
@@ -153,7 +153,7 @@ Choose your preferred auth method and follow the setup steps.
153153 id: "MiniMax-M2.7-highspeed",
154154 name: "MiniMax M2.7 Highspeed",
155155 reasoning: true,
156- input: ["text", "image"],
156+ input: ["text"],
157157 cost: { input: 0.6, output: 2.4, cacheRead: 0.06, cacheWrite: 0.375 },
158158 contextWindow: 204800,
159159 maxTokens: 131072,
@@ -237,11 +237,8 @@ the bundled `minimax-portal` auth path instead.
237237238238When onboarding or API-key setup writes explicit `models.providers.minimax`
239239entries, OpenClaw materializes `MiniMax-M2.7` and
240-`MiniMax-M2.7-highspeed` with `input: ["text", "image"]`.
241-242-The built-in bundled MiniMax text catalog itself stays text-only metadata until
243-that explicit provider config exists. Image understanding is exposed separately
244-through the plugin-owned `MiniMax-VL-01` media provider.
240+`MiniMax-M2.7-highspeed` as text-only chat models. Image understanding is
241+exposed separately through the plugin-owned `MiniMax-VL-01` media provider.
245242246243<Note>
247244See [Image Generation](/tools/image-generation) for shared tool parameters, provider selection, and failover behavior.
@@ -398,8 +395,8 @@ See [MiniMax Search](/tools/minimax-search) for full web search configuration an
398395- OAuth setup: `minimax-portal/<model>`
399396- Default chat model: `MiniMax-M2.7`
400397- Alternate chat model: `MiniMax-M2.7-highspeed`
401-- Onboarding and direct API-key setup write explicit model definitions with `input: ["text", "image"]` for both M2.7 variants
402-- The bundled provider catalog currently exposes the chat refs as text-only metadata until explicit MiniMax provider config exists
398+- Onboarding and direct API-key setup write text-only model definitions for both M2.7 variants
399+- Image understanding uses the plugin-owned `MiniMax-VL-01` media provider
403400- Update pricing values in `models.json` if you need exact cost tracking
404401- Use `openclaw models list` to confirm the current provider id, then switch with `openclaw models set minimax/MiniMax-M2.7` or `openclaw models set minimax-portal/MiniMax-M2.7`
405402此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。