{"models":[{"endpoint_id":"minimax/h3-max/text-to-video","metadata":{"display_name":"MiniMax H3 Max Text to Video","category":"text-to-video","description":"fal's H3 Max is a post-trained variant of MiniMax H3, tuned for stronger prompt adherence and better aesthetics while co-optimized with our custom inference stack for higher throughput with no compromises on output quality","status":"active","tags":["stylized","transform","lipsync"],"updated_at":"2026-08-28T01:44:48.570Z","is_favorited":null,"thumbnail_url":"https://v3b.fal.media/files/b/0aa7657e/LlavC7cCdZ_GGyvyglA82.jpg","model_url":"https://fal.run/minimax/h3-max/text-to-video","license_type":"commercial","date":"2026-08-23T17:56:01.222Z","group":{"key":"hailuo-03-new-turbo","label":"Text to Video Max"},"highlighted":false,"kind":"inference","pinned":false},"openapi":{"openapi":"3.0.4","info":{"title":"Queue OpenAPI for fal-ai/minimax-h3-turbo/text-to-video","version":"1.0.0","description":"The OpenAPI schema for the fal-ai/minimax-h3-turbo/text-to-video queue.","x-fal-metadata":{"endpointId":"fal-ai/minimax-h3-turbo/text-to-video","playgroundUrl":"https://fal.ai/models/fal-ai/minimax-h3-turbo/text-to-video","documentationUrl":"https://fal.ai/models/fal-ai/minimax-h3-turbo/text-to-video/api","about":"Text To Video Turbo"}},"components":{"securitySchemes":{"apiKeyAuth":{"type":"apiKey","in":"header","name":"Authorization","description":"Fal Key"}},"schemas":{"QueueStatus":{"type":"object","properties":{"status":{"type":"string","enum":["IN_QUEUE","IN_PROGRESS","COMPLETED"]},"request_id":{"type":"string","description":"The request id."},"response_url":{"type":"string","description":"The response url."},"status_url":{"type":"string","description":"The status url."},"cancel_url":{"type":"string","description":"The cancel url."},"logs":{"type":"object","description":"The logs.","additionalProperties":true},"metrics":{"type":"object","description":"The metrics.","additionalProperties":true},"queue_position":{"type":"integer","description":"The queue position."}},"required":["status","request_id"]},"MinimaxH3TurboTextToVideoInput":{"type":"object","title":"TurboTextToVideoHailuo03Input","required":["prompt","prompt_expansion_mode"],"x-fal-order-properties":["prompt","duration","resolution","seed","enable_safety_checker","sync_mode","prompt_expansion_mode","aspect_ratio"],"properties":{"enable_safety_checker":{"type":"boolean","title":"Enable Safety Checker","description":"If set to true, the safety checker will be enabled.","default":true},"duration":{"minimum":5,"title":"Duration","type":"integer","maximum":15,"description":"The duration of the video in seconds.","default":5},"sync_mode":{"type":"boolean","title":"Sync Mode","description":"Return the generated video as base64 instead of a CDN URL.","default":false},"resolution":{"type":"string","title":"Resolution","enum":["480P","768P"],"description":"The native generation resolution of the video.","default":"768P"},"prompt":{"type":"string","title":"Prompt","examples":["A white kitten chases a butterfly across a sunlit garden. Gentle camera tracking, natural movement, soft afternoon light filtering through the leaves."],"description":"Text prompt for video generation","minLength":1,"maxLength":50000},"aspect_ratio":{"type":"string","title":"Aspect Ratio","enum":["21:9","16:9","4:3","1:1","3:4","9:16"],"description":"The aspect ratio of the generated video.","default":"16:9"},"seed":{"title":"Seed","anyOf":[{"type":"integer"},{"type":"null"}],"description":"Random seed. A random seed is selected when omitted."},"prompt_expansion_mode":{"type":"string","title":"Prompt Expansion Mode","enum":["disabled","balanced","quality"],"description":"How much effort to spend rewriting the prompt before generation. 'disabled' skips prompt expansion. 'balanced' returns in about a second. 'quality' spends up to ~30s on a richer prompt.","default":"balanced"}}},"MinimaxH3TurboTextToVideoOutput":{"type":"object","title":"TurboTextToVideoHailuo03Output","required":["video"],"x-fal-order-properties":["video","expanded_prompt","timings"],"properties":{"timings":{"title":"Timings","anyOf":[{"type":"object","additionalProperties":{"type":"number"}},{"type":"null"}],"description":"Timing breakdown in seconds. 'inference' is the DiT denoising time on the GPU backend. Null on routes that do not report backend timings."},"expanded_prompt":{"title":"Expanded Prompt","anyOf":[{"type":"string"},{"type":"null"}],"description":"The prompt after expansion, as sent to the model. Null when prompt expansion was disabled, left the prompt unchanged, or was performed internally by MiniMax's hosted API."},"video":{"examples":[{"url":"https://v3b.fal.media/files/b/0aa46818/--prs89fkHtWW406fmEs__NRhTqNku.mp4","file_name":"--prs89fkHtWW406fmEs__NRhTqNku.mp4","file_size":6463396,"content_type":"video/mp4"}],"description":"The generated video","$ref":"#/components/schemas/File"}}},"File":{"type":"object","title":"File","required":["url"],"x-fal-order-properties":["url","content_type","file_name","file_size"],"properties":{"url":{"type":"string","title":"Url","description":"The URL where the file can be downloaded from."},"file_name":{"title":"File Name","anyOf":[{"type":"string"},{"type":"null"}],"examples":["z9RV14K95DvU.png"],"description":"The name of the file. It will be auto-generated if not provided."},"file_size":{"title":"File Size","anyOf":[{"type":"integer"},{"type":"null"}],"examples":[4404019],"description":"The size of the file in bytes."},"content_type":{"title":"Content Type","anyOf":[{"type":"string"},{"type":"null"}],"examples":["image/png"],"description":"The mime type of the file."}}}}},"paths":{"/fal-ai/minimax-h3-turbo/text-to-video/requests/{request_id}/status":{"get":{"parameters":[{"name":"request_id","in":"path","required":true,"schema":{"type":"string","description":"Request ID"}},{"name":"logs","in":"query","required":false,"schema":{"type":"number","description":"Whether to include logs (`1`) in the response or not (`0`)."}}],"responses":{"200":{"description":"The request status.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/QueueStatus"}}}}}}},"/fal-ai/minimax-h3-turbo/text-to-video/requests/{request_id}/cancel":{"put":{"parameters":[{"name":"request_id","in":"path","required":true,"schema":{"type":"string","description":"Request ID"}}],"responses":{"200":{"description":"The request was cancelled.","content":{"application/json":{"schema":{"type":"object","properties":{"success":{"type":"boolean","description":"Whether the request was cancelled successfully."}}}}}}}}},"/fal-ai/minimax-h3-turbo/text-to-video":{"post":{"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/MinimaxH3TurboTextToVideoInput"}}}},"responses":{"200":{"description":"The request status.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/QueueStatus"}}}}}}},"/fal-ai/minimax-h3-turbo/text-to-video/requests/{request_id}":{"get":{"parameters":[{"name":"request_id","in":"path","required":true,"schema":{"type":"string","description":"Request ID"}}],"responses":{"200":{"description":"Result of the request.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MinimaxH3TurboTextToVideoOutput"}}}}}}}},"servers":[{"url":"https://queue.fal.run"}],"security":[{"apiKeyAuth":[]}]}}],"next_cursor":null,"has_more":false}
