{"version":"1","model":{"id":"fal-ai/elevenlabs/voice-changer","name":"ElevenLabs Voice Changer","kind":"audio","availability":"available","available":true,"restricted":false,"api_key_only":false,"description":"Transform the voice in an audio file to any ElevenLabs pre-made voice while preserving the original speech rhythm and content.","pricing_note":"~$0.12 / min (30 s default)","categories":["clone"],"prompt_required":false,"prompt_supported":true,"supports":{"referenceAudio":true},"requires":{"referenceAudio":true},"aspect_ratios":[],"resolutions":[],"durations":[],"base_credits":2,"api_gross_margin_percent":20,"added_at":"2026-05-24","popularity_rank":8,"preview":{"image":"/images/model-previews/generated/elevenlabs-voice-changer-v1.webp"},"schema_url":"/api/v1/models?id=fal-ai%2Felevenlabs%2Fvoice-changer","input_schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://www.artemotion.ai/api/v1/models?id=fal-ai%2Felevenlabs%2Fvoice-changer","title":"ElevenLabs Voice Changer generation request","description":"Request body accepted by POST /api/v1/generate for fal-ai/elevenlabs/voice-changer.","type":"object","properties":{"model_id":{"type":"string","const":"fal-ai/elevenlabs/voice-changer","description":"ArtEmotion model identifier."},"extra":{"type":"object","additionalProperties":true,"description":"Model-specific settings may also be nested here."},"max_credits":{"type":"number","minimum":1,"description":"Reject before submission if the estimated list price exceeds this cap."},"webhook_url":{"type":"string","format":"uri","maxLength":2048},"webhook_secret":{"type":"string","maxLength":512},"folder_id":{"type":"string"},"prompt":{"type":"string"},"voice":{"title":"Voice","default":"Sarah","description":"A listed premade voice or clone:<voice_id> owned by your account. Clone ownership is checked before submission.","anyOf":[{"title":"Voice","description":"Pre-made ElevenLabs voice. Upload reference audio in the input slot to use voice cloning instead.","default":"Sarah","type":"string","enum":["Sarah","Laura","Alice","Matilda","Jessica","Bella","Lily","River","Roger","Charlie","George","Callum","Harry","Liam","Will","Eric","Chris","Brian","Daniel","Adam","Bill"]},{"type":"string","pattern":"^clone:[A-Za-z0-9_-]{8,128}$"}]},"remove_background_noise":{"title":"Remove Background Noise","description":"Strip background noise from the input audio before applying the voice change.","default":false,"type":"boolean"},"output_format":{"title":"Output Format","description":"Output audio format. Formatted as codec_sample_rate_bitrate.","default":"mp3_44100_128","type":"string","enum":["mp3_44100_32","mp3_44100_64","mp3_44100_96","mp3_44100_128","mp3_44100_192","mp3_22050_32","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"]},"seed":{"title":"Seed","description":"Random seed for reproducibility.","type":"integer"},"audio_url":{"type":"string","format":"uri"}},"required":["model_id","audio_url"],"additionalProperties":false},"parameters":[{"key":"voice","label":"Voice","type":"select","default":"Sarah","options":["Sarah","Laura","Alice","Matilda","Jessica","Bella","Lily","River","Roger","Charlie","George","Callum","Harry","Liam","Will","Eric","Chris","Brian","Daniel","Adam","Bill"],"description":"Pre-made ElevenLabs voice. Upload reference audio in the input slot to use voice cloning instead."},{"key":"remove_background_noise","label":"Remove Background Noise","type":"toggle","default":false,"description":"Strip background noise from the input audio before applying the voice change."},{"key":"output_format","label":"Output Format","type":"select","default":"mp3_44100_128","options":["mp3_44100_32","mp3_44100_64","mp3_44100_96","mp3_44100_128","mp3_44100_192","mp3_22050_32","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"],"description":"Output audio format. Formatted as codec_sample_rate_bitrate."},{"key":"seed","label":"Seed","type":"seed","description":"Random seed for reproducibility."}]}}