diff --git a/skills/minimax-multimodal-toolkit/SKILL.md b/skills/minimax-multimodal-toolkit/SKILL.md index 0db5b87d..fd6b17c6 100644 --- a/skills/minimax-multimodal-toolkit/SKILL.md +++ b/skills/minimax-multimodal-toolkit/SKILL.md @@ -43,7 +43,7 @@ Always use these flags in non-interactive (agent/CI) contexts: ### text chat -Chat completion. Default model: `MiniMax-M2.7`. +Chat completion. Default model: `MiniMax-M3`. ```bash mmx text chat --message [flags] @@ -54,7 +54,7 @@ mmx text chat --message [flags] | `--message ` | string, **required**, repeatable | Message text. Prefix with `role:` to set role (e.g. `"system:You are helpful"`, `"user:Hello"`) | | `--messages-file ` | string | JSON file with messages array. Use `-` for stdin | | `--system ` | string | System prompt | -| `--model ` | string | Model ID (default: `MiniMax-M2.7`) | +| `--model ` | string | Model ID (default: `MiniMax-M3`) | | `--max-tokens ` | number | Max tokens (default: 4096) | | `--temperature ` | number | Sampling temperature (0.0, 1.0] | | `--top-p ` | number | Nucleus sampling threshold |