Skip to content

Commit 024ee69

Browse files
committed
add Elevenlabs premade voices
1 parent ee7ec2b commit 024ee69

File tree

3 files changed

+52
-3
lines changed

3 files changed

+52
-3
lines changed

api-reference/endpoint/getPossibleVoiceIDs.mdx

+46
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,49 @@
22
title: 'Voice IDs'
33
openapi: 'GET /getPossibleVoiceIDs'
44
---
5+
6+
### Premade voices
7+
| Language | Voice Name | Gender | Description | Voice id|
8+
|----------|------------|----------|--------|-------------------|
9+
|English| Adam | Male | Deep | pNInz6obpgDQGcFmaJgB|
10+
|English| Charlie | Male | Casual | IKne3meq5aSn9XLyUdCD|
11+
|English| Clyde | Male | War veteran | 2EiwWnXFnvU5JabPnv8n|
12+
|English| Dorothy | Female | Pleasant | ThT5KcBeYPX3keUQqHPh|
13+
|English| Freya | Female | Overhyped | jsCqWAovK2LkecY7zXl4|
14+
|English| Gigi | Female | Childlish | jBpfuIE2acCO8z3wKNLl|
15+
|English| Harry | Male | Anxious | SOYHLrjzK2X1ezoPC6cr|
16+
|English| James | Male | Calm | ZQe5CZNOzWyzPSCn5a3c|
17+
|English| Lily | Female | Raspy | pFZP5JQG7iQjIQuC4Bku|
18+
|English| Rachel | Female | Calm | 21m00Tcm4TlvDq8ikWAM|
19+
|Spanish| Dorothy | Female | Pleasant | ThT5KcBeYPX3keUQqHPh|
20+
|Spanish| Glinda | Female | Witch | z9fAnlkpzviPz146aGWa|
21+
|Spanish| Grace | Female | gentle | oWAxZDx7w5VEj9dCyTzz|
22+
|Spanish| Matilda | Female | Warm | XrExE9yKIg1WjnnlVkGX|
23+
|German| Sarah | Female | Soft | EXAVITQu4vr4xnSDxMaL|
24+
|German| Serena | Female | Pleasant | pMsXgVXv3BLzUgSXRplE|
25+
|German| Matilda | Female | Warm | XrExE9yKIg1WjnnlVkGX|
26+
|German| Freya | Female | Overhyped | jsCqWAovK2LkecY7zXl4|
27+
|German| Adam | Male | Deep | pNInz6obpgDQGcFmaJgB|
28+
|German| Antoni | Male | Well-rounded | ErXwobaYiN019PkySvjV|
29+
|French| Adam | Male | Deep | pNInz6obpgDQGcFmaJgB|
30+
|French| Antoni | Male | Well-rounded | ErXwobaYiN019PkySvjV|
31+
|French| Arnold | Male | Crisp | VR6AewLTigWG4xSOukaG|
32+
|French| Bill | Male | Strong | pqHfZKP75CvOlQylNhV4|
33+
|French| George | Male | Raspy | JBFqnCBsd6RMkjVDRZzb|
34+
|French| Charlotte | Female | Seductive | XB0fDUnXU5powFXDhCwa|
35+
|French| Domi | Female | Strong | AZnzlk1XvdvUeBnXmlld|
36+
|French| Dorothy | Female | Pleasant | ThT5KcBeYPX3keUQqHPh|
37+
|French| Serena | Female | Pleasant | pMsXgVXv3BLzUgSXRplE|
38+
|French| Sarah | Female | Soft | EXAVITQu4vr4xnSDxMaL|
39+
|Polish| Adam | Male | Deep | pNInz6obpgDQGcFmaJgB|
40+
|Polish| Charlie | Male | Casual | IKne3meq5aSn9XLyUdCD|
41+
|Polish| Clyde | Male | War veteran | 2EiwWnXFnvU5JabPnv8n|
42+
|Polish| Dorothy | Female | Pleasant | ThT5KcBeYPX3keUQqHPh|
43+
|Polish| Gigi | Female | Childlish | jBpfuIE2acCO8z3wKNLl|
44+
|Polish| Harry | Male | Anxious | SOYHLrjzK2X1ezoPC6cr|
45+
|Italian| Adam | Male | Deep | pNInz6obpgDQGcFmaJgB|
46+
|Italian| Charlie | Male | Casual | IKne3meq5aSn9XLyUdCD|
47+
|Italian| Clyde | Male | War veteran | 2EiwWnXFnvU5JabPnv8n|
48+
|Italian| Dorothy | Female | Pleasant | ThT5KcBeYPX3keUQqHPh|
49+
|Italian| Gigi | Female | Childlish | jBpfuIE2acCO8z3wKNLl|
50+
|Italian| Harry | Male | Anxious | SOYHLrjzK2X1ezoPC6cr|

mint.json

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://mintlify.com/schema.json",
3-
"name": "Starter Kit",
3+
"name": "Simli",
44
"logo": {
55
"dark": "/logo/dark.svg",
66
"light": "/logo/light.svg"
@@ -11,10 +11,13 @@
1111
"light": "#FFFFFF",
1212
"dark": "#000000"
1313
},
14+
"feedback": {
15+
"suggestEdit": true
16+
},
1417
"topbarLinks": [
1518
{
1619
"name": "Support",
17-
"url": "mailto:lars@simli.com"
20+
"url": "mailto:support@simli.com"
1821
}
1922
],
2023
"topbarCtaButton": {

quickstart.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: 'Quickstart'
3-
icon: 'jet-fighter'
3+
icon: 'bolt'
44
description: 'Start an AI Avatar interaction in under 10 minutes'
55
---
66

0 commit comments

Comments
 (0)