feat(minimax-multimodal-toolkit): update models, simplify scripts, and standardize docs#57
Open
BLUE-coconut wants to merge 1 commit intoMiniMax-AI:mainfrom
Conversation
…d standardize docs - Add default models table and error handling section with auto-fallback for video quota exhaustion - Remove deprecated models (speech-2.6, T2V-01, I2V-01, S2V-01, MiniMax-Hailuo-02) and unify all video modes to MiniMax-Hailuo-2.3 - Simplify video model constraints to 6s + 768P only (remove 10s/1080P options) - Remove plan limits/quotas section from SKILL.md (subject to change, reduces maintenance burden) - Translate all Chinese text in docs and prompts to English for international accessibility - Simplify image generation script: replace Windows temp-file payload builder with inline jq, fix macOS base64 compatibility - Add model validation to video generation scripts with clear error messages - Change default video duration from 10s to 6s to match actual model constraints Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
base64 -w 0→base64for macOS compatibility. Removed verbose error output.generate_video.shandgenerate_long_video.shnow validate model/duration/resolution combinations upfront with clear error messages.Test plan
speech-2.8-hddefault modelbase64command works on macOS without-w 0flag🤖 Generated with Claude Code