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
Compatible with Cursor, Cline, Dify, and any framework that speaks Anthropic/OpenAI tool schemas. See [skill/SKILL.md](skill/SKILL.md) for the full integration guide.
160
-
161
-
**Piping:**
162
-
163
-
```bash
164
-
minimax text chat --message "Hello" --output json | jq .content
165
-
minimax image "A logo" --quiet | xargs curl -O
166
-
minimax video generate --prompt "A robot" --async --quiet
167
-
```
168
-
169
-
stdout is always clean data. stderr carries all UI (status bar, spinners, progress).
170
-
171
-
---
172
-
173
-
## Output Philosophy
174
-
175
-
-`stdout` → data only (text, URLs, JSON, raw audio bytes)
0 commit comments