{"version":"1","model":{"id":"elevenlabs/tts/eleven-v3","name":"ElevenLabs Eleven v3","kind":"audio","availability":"available","available":true,"restricted":false,"api_key_only":false,"description":"ElevenLabs' most expressive TTS model with superior naturalness, emotion, and voice stability.","pricing_note":"~$0.10 / 1k chars","categories":["narrate"],"prompt_required":true,"prompt_supported":true,"supports":{},"aspect_ratios":[],"resolutions":[],"durations":[],"base_credits":1,"api_gross_margin_percent":20,"added_at":"2026-05-24","popularity_rank":13,"example_prompt":"Welcome to today's episode. We'll be exploring the surprising history of espresso, from a 1901 patent in Milan to the third-wave coffee revolution.","preview":{"image":"/images/model-previews/generated/elevenlabs-eleven-v3-v1.webp"},"schema_url":"/api/v1/models?id=elevenlabs%2Ftts%2Feleven-v3","input_schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://www.artemotion.ai/api/v1/models?id=elevenlabs%2Ftts%2Feleven-v3","title":"ElevenLabs Eleven v3 generation request","description":"Request body accepted by POST /api/v1/generate for elevenlabs/tts/eleven-v3.","type":"object","properties":{"model_id":{"type":"string","const":"elevenlabs/tts/eleven-v3","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":"Rachel","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.","default":"Rachel","type":"string","enum":["Rachel","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}$"}]},"language_code":{"title":"Language","description":"Sets what language the model speaks. Any voice can speak any listed language — voices are not language-locked.","default":"","type":"string","enum":["","en","zh","es","hi","pt","fr","de","ja","ar","ko","id","it","nl","tr","pl","sv","fil","ms","ro","uk","el","cs","da","fi","bg","hr","sk","ta","ru"]},"stability":{"title":"Stability","description":"Voice stability (0–1). Higher values make the voice more consistent but less expressive.","default":0.5,"type":"number","minimum":0,"maximum":1,"multipleOf":0.05},"use_speaker_boost":{"title":"Speaker Boost","description":"Boosts similarity to the original speaker. On by default.","default":true,"type":"boolean"},"apply_text_normalization":{"title":"Text Normalization","description":"Whether to convert numbers, URLs, and symbols to spoken words. 'Auto' applies it selectively.","default":"auto","type":"string","enum":["auto","on","off"]},"seed":{"title":"Seed","description":"Seed for reproducibility. -1 for random.","type":"integer","minimum":-1}},"required":["model_id","prompt"],"additionalProperties":false},"parameters":[{"key":"voice","label":"Voice","type":"select","default":"Rachel","options":["Rachel","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."},{"key":"language_code","label":"Language","type":"select","default":"","options":["","en","zh","es","hi","pt","fr","de","ja","ar","ko","id","it","nl","tr","pl","sv","fil","ms","ro","uk","el","cs","da","fi","bg","hr","sk","ta","ru"],"description":"Sets what language the model speaks. Any voice can speak any listed language — voices are not language-locked."},{"key":"stability","label":"Stability","type":"number","default":0.5,"min":0,"max":1,"step":0.05,"description":"Voice stability (0–1). Higher values make the voice more consistent but less expressive."},{"key":"use_speaker_boost","label":"Speaker Boost","type":"toggle","default":true,"description":"Boosts similarity to the original speaker. On by default."},{"key":"apply_text_normalization","label":"Text Normalization","type":"select","default":"auto","options":["auto","on","off"],"description":"Whether to convert numbers, URLs, and symbols to spoken words. 'Auto' applies it selectively."},{"key":"seed","label":"Seed","type":"seed","min":-1,"description":"Seed for reproducibility. -1 for random."}]}}