{"info":{"title":"ModelRunner OpenAPI schema for grok-imagine-1.5/image-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","image_url"],"properties":{"prompt":{"type":"string","title":"Prompt","x-order":0,"maxLength":4096,"description":"Describe the motion and action you want in the generated video."},"duration":{"type":"integer","title":"Duration","default":6,"maximum":15,"minimum":1,"x-order":3,"description":"Length of the generated video in seconds (1-15)."},"image_url":{"type":"string","title":"Image URL","format":"uri","x-order":1,"description":"The URL of the starting image to animate into a video."},"resolution":{"allOf":[{"$ref":"#/components/schemas/resolution"}],"title":"Resolution","default":"720p","x-order":2,"description":"Video resolution - 480p for faster, cheaper generation, 720p for a sharper result."}}},"Output":{"type":"string","title":"Output","format":"uri","description":"Generated video file URL."},"resolution":{"enum":["480p","720p"],"type":"string","title":"resolution","default":"720p","description":"An enumeration."}}}}