docs(minimax): note MINIMAX_API_HOST applies to image generation, bas… · openclaw/openclaw@b6af40f
vincentkoc
·
2026-04-26
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -235,6 +235,13 @@ Both `minimax` and `minimax-portal` register `image_generate` with the same
|
235 | 235 | `image-01` model. API-key setups use `MINIMAX_API_KEY`; OAuth setups can use |
236 | 236 | the bundled `minimax-portal` auth path instead. |
237 | 237 | |
| 238 | +Image generation always uses MiniMax's dedicated image endpoint |
| 239 | +(`/v1/image_generation`) and ignores `models.providers.minimax.baseUrl`, |
| 240 | +since that field configures the chat/Anthropic-compatible base URL. Set |
| 241 | +`MINIMAX_API_HOST=https://api.minimaxi.com` to route image generation |
| 242 | +through the CN endpoint; the default global endpoint is |
| 243 | +`https://api.minimax.io`. |
| 244 | + |
238 | 245 | When onboarding or API-key setup writes explicit `models.providers.minimax` |
239 | 246 | entries, OpenClaw materializes `MiniMax-M2.7` and |
240 | 247 | `MiniMax-M2.7-highspeed` as text-only chat models. Image understanding is |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。