{"info":{"title":"ModelRunner OpenAPI schema for hailuo-02/standard/text-to-video","version":"0.1.0"},"paths":{"/health-check":{"get":{"summary":"Healthcheck","responses":{"200":{"content":{"application/json":{"schema":{"title":"Response Healthcheck Health Check Get"}}},"description":"Successful Response"}},"operationId":"healthcheck_health_check_get"}}},"openapi":"3.1.0","components":{"schemas":{"Input":{"type":"object","title":"Input","required":["prompt"],"properties":{"prompt":{"type":"string","title":"Prompt","x-order":0,"maxLength":2000,"minLength":1,"description":"Text description of the video to generate."},"duration":{"allOf":[{"$ref":"#/components/schemas/DurationEnum"}],"title":"Duration","default":"6","x-order":1,"description":"Video duration in seconds."},"prompt_optimizer":{"type":"boolean","title":"Prompt Optimizer","default":true,"x-order":2,"description":"Whether to use the model's prompt optimizer."}}},"Output":{"type":"string","title":"Output","format":"uri","description":"Generated video file URL."},"DurationEnum":{"enum":["6","10"],"type":"string","title":"DurationEnum","description":"An enumeration."}}}}