{"info":{"title":"ModelRunner OpenAPI schema for google/lyria2","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":{"seed":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Seed","default":null,"x-order":2,"description":"A seed for deterministic generation. Leave empty for a random result."},"prompt":{"type":"string","title":"Prompt","x-order":0,"maxLength":2000,"minLength":1,"description":"The text prompt describing the music you want to generate. Name the genre, mood, key instruments, and tempo for the closest result."},"negative_prompt":{"type":"string","title":"Negative Prompt","default":"low quality","x-order":1,"description":"A description of what to exclude from the generated audio (e.g. 'vocals, distortion')."}},"x-fal-order-properties":["prompt","negative_prompt","seed"]},"Output":{"type":"string","title":"Output","format":"uri","description":"Generated music audio file URL."}}}}