← All models
Change the voices in your audios with voices in ElevenLabs!
Details
- Accepts
- audio
Pricing
- Price
- 37.5 cr / minute
Prices in credits (1 credit = $0.01).
Data schema
Input
| Field | Type | Description |
|---|---|---|
| seed | integer | Random seed for reproducibility. |
| voice | string | The voice to use for speech generation |
| audio_urlrequired | string | The input audio file |
| 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. |
| remove_background_noise | boolean | If set, will remove the background noise from your audio input using our audio isolation model. |
Output
| Field | Type | Description |
|---|---|---|
| seed | integer | Random seed for reproducibility. |
| audio | — | The generated audio file |