{"version":"1","model":{"id":"elevenlabs/sound-effects/v2","name":"ElevenLabs Sound Effects v2","kind":"audio","availability":"available","available":true,"restricted":false,"api_key_only":false,"description":"Generate high-quality sound effects from text descriptions using ElevenLabs' latest sound effects model.","pricing_note":"~$0.12 / generation (flat)","categories":["sfx"],"prompt_required":true,"prompt_supported":true,"supports":{},"aspect_ratios":[],"resolutions":[],"durations":[],"base_credits":15,"api_gross_margin_percent":20,"added_at":"2026-05-24","popularity_rank":7,"example_prompt":"Heavy thunder crack followed by rain pattering on a tin roof, close-mic'd","preview":{"image":"/images/model-previews/generated/elevenlabs-sound-effects-v2-v1.webp"},"schema_url":"/api/v1/models?id=elevenlabs%2Fsound-effects%2Fv2","input_schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://www.artemotion.ai/api/v1/models?id=elevenlabs%2Fsound-effects%2Fv2","title":"ElevenLabs Sound Effects v2 generation request","description":"Request body accepted by POST /api/v1/generate for elevenlabs/sound-effects/v2.","type":"object","properties":{"model_id":{"type":"string","const":"elevenlabs/sound-effects/v2","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"},"duration_seconds":{"title":"Duration (seconds)","description":"Duration in seconds (0.5–30). Leave blank and the model picks the optimal length.","type":"number","minimum":0.5,"maximum":30},"prompt_influence":{"title":"Prompt Influence","description":"How closely to follow the prompt (0–1). Higher values produce less variation.","default":0.3,"type":"number","minimum":0,"maximum":1},"loop":{"title":"Loop","description":"Create a sound effect that loops smoothly (v2 model feature).","default":false,"type":"boolean"},"output_format":{"title":"Output Format","description":"Output audio format.","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":"duration_seconds","label":"Duration (seconds)","type":"number","min":0.5,"max":30,"description":"Duration in seconds (0.5–30). Leave blank and the model picks the optimal length."},{"key":"prompt_influence","label":"Prompt Influence","type":"number","default":0.3,"min":0,"max":1,"description":"How closely to follow the prompt (0–1). Higher values produce less variation."},{"key":"loop","label":"Loop","type":"toggle","default":false,"description":"Create a sound effect that loops smoothly (v2 model feature)."},{"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."}]}}