{"info":{"title":"ModelRunner OpenAPI schema for resemble-ai/chatterboxhd/speech-to-speech","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":["source_audio_url"],"properties":{"target_voice":{"allOf":[{"$ref":"#/components/schemas/TargetVoiceEnum"}],"title":"Target Voice","default":"Aurora","x-order":1,"description":"The named voice to convert the source recording into. If a reference clip is provided in target_voice_audio_url it overrides this setting; if both are left unset a random target voice is used."},"source_audio_url":{"type":"string","title":"Source Audio Url","format":"uri","x-order":0,"description":"The speech recording to voice-convert. Its words, timing, and delivery are preserved while the speaker's voice is replaced. Provide a clean, single-speaker clip (WAV or MP3)."},"high_quality_audio":{"type":"boolean","title":"High Quality Audio","default":false,"x-order":3,"description":"When true, the generated audio is upscaled to 48kHz for higher quality at the cost of longer generation time. When false, the audio is 24kHz."},"target_voice_audio_url":{"type":"string","title":"Target Voice Audio Url","format":"uri","x-order":2,"description":"Optional reference clip of the voice to convert the source into. Provide a clean, single-speaker sample of the target voice; it overrides the named target_voice. Leave unset to use the named voice."}},"x-fal-order-properties":["source_audio_url","target_voice","target_voice_audio_url","high_quality_audio"]},"Output":{"type":"string","title":"Output","format":"uri","description":"Converted speech audio file URL (WAV)."},"TargetVoiceEnum":{"enum":["Aurora","Blade","Britney","Carl","Cliff","Richard","Rico","Siobhan","Vicky"],"type":"string","title":"TargetVoiceEnum"}}}}