From 9f5c3493af6b136226dcfa9503abd993716e6908 Mon Sep 17 00:00:00 2001 From: "openclaw-docs-sync[bot]" Date: Sat, 25 Apr 2026 20:32:41 +0000 Subject: [PATCH] chore(sync): mirror docs from openclaw/openclaw@d5b6667823a431bc6ddaf36b5ab064833336a92b --- .openclaw-sync/source.json | 4 ++-- docs/providers/minimax.md | 18 ++++++++++-------- docs/tools/music-generation.md | 4 ++-- docs/tools/video-generation.md | 2 +- 4 files changed, 15 insertions(+), 13 deletions(-) diff --git a/.openclaw-sync/source.json b/.openclaw-sync/source.json index 253962e6e..0010c80ea 100644 --- a/.openclaw-sync/source.json +++ b/.openclaw-sync/source.json @@ -1,5 +1,5 @@ { "repository": "openclaw/openclaw", - "sha": "6a7b76e119caa401e9a9c304e612ef0d9453f93c", - "syncedAt": "2026-04-25T20:24:38.007Z" + "sha": "d5b6667823a431bc6ddaf36b5ab064833336a92b", + "syncedAt": "2026-04-25T20:31:08.663Z" } diff --git a/docs/providers/minimax.md b/docs/providers/minimax.md index 33dec8aa6..8d06efb57 100644 --- a/docs/providers/minimax.md +++ b/docs/providers/minimax.md @@ -17,10 +17,10 @@ MiniMax also provides: Provider split: -| Provider ID | Auth | Capabilities | -| ---------------- | ------- | --------------------------------------------------------------- | -| `minimax` | API key | Text, image generation, image understanding, speech, web search | -| `minimax-portal` | OAuth | Text, image generation, image understanding, speech | +| Provider ID | Auth | Capabilities | +| ---------------- | ------- | --------------------------------------------------------------------------------------------------- | +| `minimax` | API key | Text, image generation, music generation, video generation, image understanding, speech, web search | +| `minimax-portal` | OAuth | Text, image generation, music generation, video generation, image understanding, speech | ## Built-in catalog @@ -286,10 +286,11 @@ The bundled `minimax` plugin registers MiniMax T2A v2 as a speech provider for ### Music generation -The bundled `minimax` plugin also registers music generation through the shared -`music_generate` tool. +The bundled MiniMax plugin registers music generation through the shared +`music_generate` tool for both `minimax` and `minimax-portal`. - Default music model: `minimax/music-2.6` +- OAuth music model: `minimax-portal/music-2.6` - Also supports `minimax/music-2.5` and `minimax/music-2.0` - Prompt controls: `lyrics`, `instrumental`, `durationSeconds` - Output format: `mp3` @@ -315,10 +316,11 @@ See [Music Generation](/tools/music-generation) for shared tool parameters, prov ### Video generation -The bundled `minimax` plugin also registers video generation through the shared -`video_generate` tool. +The bundled MiniMax plugin registers video generation through the shared +`video_generate` tool for both `minimax` and `minimax-portal`. - Default video model: `minimax/MiniMax-Hailuo-2.3` +- OAuth video model: `minimax-portal/MiniMax-Hailuo-2.3` - Modes: text-to-video and single-image reference flows - Supports `aspectRatio` and `resolution` diff --git a/docs/tools/music-generation.md b/docs/tools/music-generation.md index 47aa4e42e..812d2b60d 100644 --- a/docs/tools/music-generation.md +++ b/docs/tools/music-generation.md @@ -81,7 +81,7 @@ Example: | -------- | ---------------------- | ---------------- | --------------------------------------------------------- | -------------------------------------- | | ComfyUI | `workflow` | Up to 1 image | Workflow-defined music or audio | `COMFY_API_KEY`, `COMFY_CLOUD_API_KEY` | | Google | `lyria-3-clip-preview` | Up to 10 images | `lyrics`, `instrumental`, `format` | `GEMINI_API_KEY`, `GOOGLE_API_KEY` | -| MiniMax | `music-2.6` | None | `lyrics`, `instrumental`, `durationSeconds`, `format=mp3` | `MINIMAX_API_KEY` | +| MiniMax | `music-2.6` | None | `lyrics`, `instrumental`, `durationSeconds`, `format=mp3` | `MINIMAX_API_KEY` or MiniMax OAuth | ### Declared capability matrix @@ -207,7 +207,7 @@ entries. prompt, optional lyrics text, and optional reference images. - MiniMax uses the batch `music_generation` endpoint. The current bundled flow supports prompt, optional lyrics, instrumental mode, duration steering, and - mp3 output. + mp3 output through either `minimax` API-key auth or `minimax-portal` OAuth. - ComfyUI support is workflow-driven and depends on the configured graph plus node mapping for prompt/output fields. diff --git a/docs/tools/video-generation.md b/docs/tools/video-generation.md index 48fefb4e1..8ca3345c8 100644 --- a/docs/tools/video-generation.md +++ b/docs/tools/video-generation.md @@ -91,7 +91,7 @@ Duplicate prevention: if a video task is already `queued` or `running` for the c | ComfyUI | `workflow` | Yes | 1 image | No | `COMFY_API_KEY` or `COMFY_CLOUD_API_KEY` | | fal | `fal-ai/minimax/video-01-live` | Yes | 1 image | No | `FAL_KEY` | | Google | `veo-3.1-fast-generate-preview` | Yes | 1 image | 1 video | `GEMINI_API_KEY` | -| MiniMax | `MiniMax-Hailuo-2.3` | Yes | 1 image | No | `MINIMAX_API_KEY` | +| MiniMax | `MiniMax-Hailuo-2.3` | Yes | 1 image | No | `MINIMAX_API_KEY` or MiniMax OAuth | | OpenAI | `sora-2` | Yes | 1 image | 1 video | `OPENAI_API_KEY` | | Qwen | `wan2.6-t2v` | Yes | Yes (remote URL) | Yes (remote URL) | `QWEN_API_KEY` | | Runway | `gen4.5` | Yes | 1 image | 1 video | `RUNWAYML_API_SECRET` |