@@ -51,6 +51,27 @@ export const config: ModuleConfig = {
5151 ]
5252 } ,
5353
54+ "minimax/h3-max/text-to-video" : {
55+ className : "MinimaxH3MaxTextToVideo" ,
56+ docstring :
57+ "MiniMax H3 Max generates video from text at higher fidelity than H3, with optional prompt expansion." ,
58+ tags : [
59+ "video" ,
60+ "generation" ,
61+ "text-to-video" ,
62+ "txt2vid" ,
63+ "minimax" ,
64+ "h3"
65+ ] ,
66+ useCases : [
67+ "Render the final take of a written shot" ,
68+ "Generate high-fidelity narrative clips" ,
69+ "Produce ads from a script" ,
70+ "Expand a terse prompt before generating" ,
71+ "Finish a shot approved from an H3 draft"
72+ ]
73+ } ,
74+
5475 "xai/grok-imagine-video/v1.5/text-to-video" : {
5576 className : "GrokImagineVideoV15TextToVideo" ,
5677 docstring : "Grok Imagine Video 1.5 generates videos from text prompts." ,
@@ -2208,6 +2229,28 @@ export const config: ModuleConfig = {
22082229 ]
22092230 } ,
22102231
2232+ "minimax/h3-max/text-to-video/lora" : {
2233+ className : "MinimaxH3MaxTextToVideoLora" ,
2234+ docstring :
2235+ "MiniMax H3 Max generates video from text with trained LoRAs applied at adjustable strength." ,
2236+ tags : [
2237+ "generation" ,
2238+ "text-to-video" ,
2239+ "txt2vid" ,
2240+ "video" ,
2241+ "minimax" ,
2242+ "h3" ,
2243+ "lora"
2244+ ] ,
2245+ useCases : [
2246+ "Generate video in a fine-tuned style" ,
2247+ "Keep a trained character consistent" ,
2248+ "Stack several LoRAs on one shot" ,
2249+ "Blend a LoRA at partial strength" ,
2250+ "Produce branded video at full fidelity"
2251+ ]
2252+ } ,
2253+
22112254 "mirage-api/avatar-x/text-to-video" : {
22122255 className : "AvatarXTextToVideo" ,
22132256 docstring :
0 commit comments