- Add Plan Limits & Quotas section with standard and high-speed plan tables
- Remove all 1080P references (not available on any plan)
- Update default video duration from 10s to 6s to match plan quota units
- Add explicit warning: video quota is very limited (2–5/day), confirm before generating
Made-with: Cursor
When running in i2i (image-to-image) mode, the script passes a
base64-encoded image as a jq argument on the command line. On Windows,
cmd.exe limits arguments to ~32 KB, causing 'Argument list too long' errors
when the reference image is large.
Fix: write intermediate JSON fragments to temp files and pass them to jq
via --from-file instead of on the command line. This works reliably on
Windows and is equally valid on Linux/macOS.
Fixes the i2i (--mode i2i --ref-image) workflow on Windows.
Add community skill for MiniMax multimodal content generation,
covering TTS, voice cloning, music, video (t2v/i2v/sef/ref/long-form),
image (t2i/i2i), and FFmpeg-based media processing tools.
Made-with: Cursor