{"info":{"title":"ModelRunner OpenAPI schema for elevenlabs/sound-effects","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":["text"],"properties":{"loop":{"type":"boolean","title":"Loop","default":false,"x-order":4,"description":"Generate a sound effect that loops smoothly, for seamless ambience and beds."},"text":{"type":"string","title":"Text","x-order":0,"maxLength":450,"description":"The text describing the sound effect to generate."},"output_format":{"allOf":[{"$ref":"#/components/schemas/OutputFormatEnum"}],"title":"Output Format","default":"mp3_44100_128","x-order":3,"description":"Output audio format, named as codec_samplerate_bitrate."},"duration_seconds":{"anyOf":[{"type":"number","maximum":22,"minimum":0.5},{"type":"null"}],"title":"Duration Seconds","x-order":1,"description":"Length of the generated effect in seconds (0.5–22). Leave unset to let the model choose the optimal duration from the prompt."},"prompt_influence":{"type":"number","title":"Prompt Influence","default":0.3,"maximum":1,"minimum":0,"x-order":2,"description":"How closely the output follows the prompt (0–1). Higher is more literal and on-prompt; lower allows more variation."}},"x-fal-order-properties":["text","duration_seconds","prompt_influence","output_format","loop"]},"Output":{"type":"string","title":"Output","format":"uri","description":"Generated sound effect audio file URL (MP3)."},"OutputFormatEnum":{"enum":["mp3_22050_32","mp3_44100_32","mp3_44100_64","mp3_44100_96","mp3_44100_128","mp3_44100_192","pcm_8000","pcm_16000","pcm_22050","pcm_24000","pcm_44100","pcm_48000","ulaw_8000","alaw_8000","opus_48000_32","opus_48000_64","opus_48000_96","opus_48000_128","opus_48000_192"],"type":"string","title":"OutputFormatEnum"}}}}