{"version":"1","model":{"id":"elevenlabs/tts/eleven-v3-conversational","name":"ElevenLabs v3 Conversational","kind":"audio","availability":"available","available":true,"restricted":false,"api_key_only":false,"description":"Expressive speech with Eleven v3 Conversational in 70+ languages. ArtEmotion generates one voice per job through the provider's Text to Dialogue WebSocket and saves a playable MP3. Use audio tags such as [laughs] and [whispers]. Maximum 5,000 characters per job.","pricing_note":"$0.05 / 1,000 characters.","categories":["narrate"],"prompt_required":true,"prompt_supported":true,"supports":{},"aspect_ratios":[],"resolutions":[],"durations":[],"max_prompt_length":5000,"base_credits":1,"api_gross_margin_percent":20,"added_at":"2026-09-14","popularity_rank":24,"example_prompt":"[warmly] Welcome back. Let's take this one step at a time, and find the answer together.","preview":{"image":"/images/model-previews/generated/elevenlabs-v3-conversational-v1.webp"},"schema_url":"/api/v1/models?id=elevenlabs%2Ftts%2Feleven-v3-conversational","input_schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://www.artemotion.ai/api/v1/models?id=elevenlabs%2Ftts%2Feleven-v3-conversational","title":"ElevenLabs v3 Conversational generation request","description":"Request body accepted by POST /api/v1/generate for elevenlabs/tts/eleven-v3-conversational.","type":"object","properties":{"model_id":{"type":"string","const":"elevenlabs/tts/eleven-v3-conversational","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","maxLength":5000},"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":"Select a voice, including an authorized clone belonging to your account.","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}$"}]},"output_format":{"title":"Output format","description":"Browser-playable MP3 audio.","default":"mp3_44100_128","type":"string","enum":["mp3_44100_128"]}},"required":["model_id","prompt"],"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":"Select a voice, including an authorized clone belonging to your account."},{"key":"output_format","label":"Output format","type":"select","default":"mp3_44100_128","options":["mp3_44100_128"],"description":"Browser-playable MP3 audio."}]}}