Skip to main content
Skip table of contents

ElevenLabs Voices in Rapport - August 2024

The table below describes the voice models along with their speaker boost values and associated labels.

Explanation of Terms:

  • Fine-Tuned Models: The models that have been fine-tuned specifically for that voice.

  • Non-Fine-Tuned Models: Models compatible with the voice but not fine-tuned.

  • Speaker Boost: Indicates whether the speaker boost is set to True or False for that voice.

This table provides a comprehensive view of each voice, showing their fine-tuned and non-fine-tuned models along with the speaker boost status.

  • Fine-Tuned Models: This refers to whether a specific model has been customized or adjusted (fine-tuned) to better match the voice's characteristics. Fine-tuning can improve the performance of a model for a particular voice, making it sound more natural or accurate according to the intended use case.

  • Speaker Boost: This is a separate setting that can be turned on or off (True or False). Speaker Boost generally refers to an enhancement that makes the voice louder, clearer, or more prominent when it is used. It is not dependent on whether the model has been fine-tuned.

So, to summarize, while both fine-tuning and speaker boost can affect the output quality of a voice, they operate independently of each other.

Voice

Voice ID

Fine-Tuned Models

Non-Fine-Tuned Models

Speaker Boost

Use Case

Age

Gender

Accent

Description

Sarah

EXAVITQu4vr4xnSDxMaL

None

eleven_turbo_v2, eleven_multilingual_v2, eleven_turbo_v2_5

False

news

young

female

American

soft

Laura

FGY2WhTYpPnrIDTdsKH5

eleven_turbo_v2, eleven_multilingual_v2, eleven_turbo_v2_5

None

True

social media

young

female

American

upbeat

Charlie

IKne3meq5aSn9XLyUdCD

eleven_turbo_v2

eleven_multilingual_v1, eleven_multilingual_v2, eleven_turbo_v2_5

True

conversational

middle-aged

male

Australian

natural

George

JBFqnCBsd6RMkjVDRZzb

eleven_turbo_v2

eleven_multilingual_v2, eleven_turbo_v2_5

True

narration

middle-aged

male

British

warm

Callum

N2lVS1w4EtoT3dr4eOWO

eleven_turbo_v2

eleven_multilingual_v1, eleven_multilingual_v2, eleven_turbo_v2_5

True

characters

middle-aged

male

Transatlantic

intense

Liam

TX3LPaxmHKxFdv7VOQHJ

eleven_turbo_v2

eleven_multilingual_v1, eleven_multilingual_v2, eleven_turbo_v2_5

True

narration

young

male

American

articulate

Charlotte

XB0fDUnXU5powFXDhCwa

eleven_turbo_v2

eleven_multilingual_v1, eleven_multilingual_v2, eleven_turbo_v2_5

True

characters

young

female

Swedish

seductive

Alice

Xb7hH8MSUJpSbSDYk0k2

eleven_turbo_v2

eleven_multilingual_v2, eleven_turbo_v2_5

True

news

middle-aged

female

British

confident

Matilda

XrExE9yKIg1WjnnlVkGX

eleven_turbo_v2

eleven_multilingual_v1, eleven_multilingual_v2, eleven_turbo_v2_5

True

narration

middle-aged

female

American

friendly

Will

bIHbv24MWmeRgasZH58o

eleven_turbo_v2, eleven_multilingual_v2, eleven_turbo_v2_5

None

True

social media

young

male

American

friendly

Jessica

cgSgspJ2msm6clMCkdW9

eleven_turbo_v2, eleven_multilingual_v2, eleven_turbo_v2_5

None

True

conversational

young

female

American

expressive

Eric

cjVigY5qzO86Huf0OWal

eleven_turbo_v2, eleven_multilingual_v2, eleven_turbo_v2_5

None

True

conversational

middle-aged

male

American

friendly

Chris

iP95p4xoKVk53GoZ742B

eleven_turbo_v2

eleven_multilingual_v2, eleven_turbo_v2_5

True

conversational

middle-aged

male

American

casual

Brian

nPczCjzI2devNBz1zQrb

eleven_turbo_v2

eleven_multilingual_v2, eleven_turbo_v2_5

True

narration

middle-aged

male

American

deep

Daniel

onwK4e9ZLuTAKqWW03F9

eleven_turbo_v2

eleven_multilingual_v1, eleven_multilingual_v2, eleven_turbo_v2_5

True

news

middle-aged

male

British

authoritative

Lily

pFZP5JQG7iQjIQuC4Bku

eleven_turbo_v2

eleven_multilingual_v2, eleven_turbo_v2_5

True

narration

middle-aged

female

British

warm

Bill

pqHfZKP75CvOlQylNhV4

eleven_turbo_v2

eleven_multilingual_v2, eleven_turbo_v2_5

True

narration

old

male

American

trustworthy

Default pre-made voice settings

These settings can be used in the Rapport User Interface and are set in the TTS Args

CODE
{
  "stability": 0.5,
  "similarity_boost": 0.75,
  "style": 0,
  "use_speaker_boost": true
}


ElevenLabs Voice Settings in Rapport

Under Project Settings set the Text to Speech (TTS) option to be ElevenLabs.
The voice settings can then be set in the TTS Args field inon the user interface.

To do this we can enter a small piece of JSON code as shown below. This example uses the model eleven_turbo_v2_5

The TTS arguments field is a write field and will validate if an incorrect JSON format has been entered. If you copy the format shown above then everything should be fine.

image-20240830-144158.png

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.