← All models
Generate sound effects using ElevenLabs advanced sound effects model.
Details
- Accepts
- text
Pricing
- Price
- 0.250 cr / second
Prices in credits (1 credit = $0.01).
Data schema
Input
| Field | Type | Description |
|---|---|---|
| loop | boolean | Whether to create a sound effect that loops smoothly. |
| textrequired | string | The text describing the sound effect to generate |
| output_format | stringenum: mp3_22050_32, mp3_44100_32, mp3_44100_64, mp3_44100_96, mp3_44100_128, mp3_44100_192… | Output format of the generated audio. Formatted as codec_sample_rate_bitrate. |
| duration_seconds | — | Duration in seconds (0.5-22). If None, optimal duration will be determined from prompt. |
| prompt_influence | number | How closely to follow the prompt (0-1). Higher values mean less variation. |
Output
| Field | Type | Description |
|---|---|---|
| audio | — | The generated sound effect audio file in MP3 format |