{"version":"1","model":{"id":"elevenlabs/instant-voice-clone","name":"ElevenLabs Instant Voice Clone","kind":"audio","availability":"available","available":true,"restricted":false,"api_key_only":false,"description":"Create a reusable ElevenLabs voice from a short, clean recording and hear it speak your preview text immediately.","pricing_note":"Clone creation plus a Multilingual v2 speech preview","categories":["clone"],"prompt_required":true,"prompt_supported":true,"supports":{"referenceAudio":true},"requires":{"referenceAudio":true},"aspect_ratios":[],"resolutions":[],"durations":[],"reference_audio_duration":{"min_seconds":10,"max_seconds":120},"base_credits":1,"api_gross_margin_percent":20,"added_at":"2026-07-20","popularity_rank":9,"example_prompt":"Hello! This is a preview of my new cloned voice. It is ready to use for narration and speech generation.","preview":{"image":"/images/elevenlabs-instant-voice-clone-preview.webp"},"schema_url":"/api/v1/models?id=elevenlabs%2Finstant-voice-clone","input_schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://www.artemotion.ai/api/v1/models?id=elevenlabs%2Finstant-voice-clone","title":"ElevenLabs Instant Voice Clone generation request","description":"Request body accepted by POST /api/v1/generate for elevenlabs/instant-voice-clone.","type":"object","properties":{"model_id":{"type":"string","const":"elevenlabs/instant-voice-clone","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_name":{"title":"Voice Name","description":"A private name for this voice in your ArtEmotion account.","default":"My Voice Clone","type":"string"},"description":{"title":"Description","description":"Optional notes that make this voice easier to recognize later.","type":"string"},"remove_background_noise":{"title":"Remove Background Noise","description":"Enable only when the sample contains background noise. It can reduce quality on an already-clean recording.","default":false,"type":"boolean"},"consent_confirmed":{"title":"Voice Ownership Confirmed","description":"You must own the voice or have explicit permission from its owner before cloning it.","default":false,"type":"boolean"},"language":{"title":"Sample Language","description":"Optional metadata describing the language spoken in the sample.","type":"string"},"accent":{"title":"Accent","description":"Optional metadata describing the accent in the sample.","type":"string"},"audio_url":{"type":"string","format":"uri"}},"required":["model_id","prompt","voice_name","consent_confirmed","audio_url"],"additionalProperties":false},"parameters":[{"key":"voice_name","label":"Voice Name","type":"text","default":"My Voice Clone","required":true,"description":"A private name for this voice in your ArtEmotion account."},{"key":"description","label":"Description","type":"text","description":"Optional notes that make this voice easier to recognize later."},{"key":"remove_background_noise","label":"Remove Background Noise","type":"toggle","default":false,"description":"Enable only when the sample contains background noise. It can reduce quality on an already-clean recording."},{"key":"consent_confirmed","label":"Voice Ownership Confirmed","type":"toggle","default":false,"required":true,"description":"You must own the voice or have explicit permission from its owner before cloning it."},{"key":"language","label":"Sample Language","type":"text","description":"Optional metadata describing the language spoken in the sample."},{"key":"accent","label":"Accent","type":"text","description":"Optional metadata describing the accent in the sample."}]}}