You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: skill/SKILL.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ Always use these flags in non-interactive (agent/CI) contexts:
46
46
47
47
### text chat
48
48
49
-
Chat completion. Default model: `MiniMax-M2.7`.
49
+
Chat completion. Default model: `MiniMax-M3`.
50
50
51
51
```bash
52
52
mmx text chat --message <text> [flags]
@@ -57,7 +57,7 @@ mmx text chat --message <text> [flags]
57
57
|`--message <text>`| string, **required**, repeatable | Message text. Prefix with `role:` to set role (e.g. `"system:You are helpful"`, `"user:Hello"`) |
58
58
|`--messages-file <path>`| string | JSON file with messages array. Use `-` for stdin |
59
59
|`--system <text>`| string | System prompt |
60
-
|`--model <model>`| string | Model ID (default: `MiniMax-M2.7`) |
60
+
|`--model <model>`| string | Model ID (default: `MiniMax-M3`) |
61
61
|`--max-tokens <n>`| number | Max tokens (default: 4096) |
62
62
|`--temperature <n>`| number | Sampling temperature (0.0, 1.0]|
63
63
|`--top-p <n>`| number | Nucleus sampling threshold |
{flag: '--output-format <fmt>',description: 'Return format: hex (default, saved to file) or url (24h expiry, download promptly). When --stream, only hex.'},
41
41
{flag: '--aigc-watermark',description: 'Embed AI-generated content watermark in audio for content provenance'},
0 commit comments