{"version":"1","model":{"id":"elevenlabs/voice-design","name":"ElevenLabs Voice Design","kind":"audio","availability":"available","available":true,"restricted":false,"api_key_only":false,"description":"Generate a brand-new voice from a text description using ElevenLabs Voice Design v3. The model produces an audio sample of the custom voice speaking your sample text. Ideal for prototyping unique narrator voices, character voices, or brand-specific voices.","pricing_note":"$0.10 / 1k chars of preview text (charged once for all 3 previews).","categories":["narrate"],"prompt_required":true,"prompt_supported":true,"supports":{},"aspect_ratios":[],"resolutions":[],"durations":[],"base_credits":2,"api_gross_margin_percent":20,"added_at":"2026-06-18","popularity_rank":14,"example_prompt":"Warm, authoritative female narrator, mid-40s, slight Eastern-European accent, measured cadence, slightly husky timbre","preview":{"image":"/images/model-previews/generated/elevenlabs-voice-design-v1.webp"},"schema_url":"/api/v1/models?id=elevenlabs%2Fvoice-design","input_schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://www.artemotion.ai/api/v1/models?id=elevenlabs%2Fvoice-design","title":"ElevenLabs Voice Design generation request","description":"Request body accepted by POST /api/v1/generate for elevenlabs/voice-design.","type":"object","properties":{"model_id":{"type":"string","const":"elevenlabs/voice-design","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"},"text":{"title":"Sample Text","description":"The text the generated voice will speak in the sample output. Must be 100-1000 characters.","default":"Hello there, this is a preview of my newly designed voice. I hope the tone, warmth, and clarity come through clearly in every word I speak.","type":"string"},"output_format":{"title":"Output Format","description":"Audio format for the output sample.","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"]}},"required":["model_id","prompt"],"additionalProperties":false},"parameters":[{"key":"text","label":"Sample Text","type":"text","default":"Hello there, this is a preview of my newly designed voice. I hope the tone, warmth, and clarity come through clearly in every word I speak.","min":100,"max":1000,"description":"The text the generated voice will speak in the sample output. Must be 100-1000 characters."},{"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":"Audio format for the output sample."}]}}