Video generation now supports MiniMax H3 #3
AM-young-fun
announced in
Announcements
Replies: 1 comment
|
Learn more about Flatkey on our official website: https://flatkey.ai/ |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
MiniMax H3 video support
We are excited to announce that Flatkey video generation now supports MiniMax H3.
You can generate MiniMax H3 videos directly from the CLI:
flatkey video generate \ --model MiniMax-H3 \ --prompt "A bird flying over a lake" \ --resolution 768PMiniMax H3 supports the following video resolutions:
768P2KWhen no duration is provided, the CLI uses a default duration of 5 seconds for MiniMax H3. Explicit
--durationvalues are still supported.Video results follow the same artifact workflow as other supported video models and are saved locally by default.
Available now in the latest CLI release.
All reactions