Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 16 additions & 1 deletion providers/elevenlabs/eleven_english_sts_v2.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,17 @@
mode: unknown
costs:
- input_cost_per_second: 0.002
region: "*"
modalities:
input:
- audio
output:
- audio
mode: audio_translation
model: eleven_english_sts_v2
provisioning: serverless
sources:
- https://elevenlabs.io/docs/capabilities/voice-changer
- https://elevenlabs.io/docs/api-reference/speech-to-speech/convert
status: active
supportedModes:
- audio_translation
Comment thread
Archit-Kumar-16 marked this conversation as resolved.
10 changes: 10 additions & 0 deletions providers/elevenlabs/eleven_flash_v2.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
costs:
- input_cost_per_character: 0.00005
region: "*"
modalities:
input:
- text
output:
- audio
mode: text_to_speech
model: eleven_flash_v2
provisioning: serverless
status: active
supportedModes:
- text_to_speech
10 changes: 10 additions & 0 deletions providers/elevenlabs/eleven_flash_v2_5.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
costs:
- input_cost_per_character: 0.00005
region: "*"
modalities:
input:
- text
output:
- audio
mode: text_to_speech
model: eleven_flash_v2_5
provisioning: serverless
status: active
supportedModes:
- text_to_speech
9 changes: 9 additions & 0 deletions providers/elevenlabs/eleven_monolingual_v1.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
modalities:
input:
- text
output:
- audio
mode: text_to_speech
model: eleven_monolingual_v1
provisioning: serverless
supportedModes:
- text_to_speech

# Pricing, limits, and features not found in official docs — eleven_monolingual_v1
# is not listed on the current ElevenLabs models, pricing, or deprecation pages.
12 changes: 12 additions & 0 deletions providers/elevenlabs/eleven_multilingual_sts_v2.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,14 @@
costs:
- input_cost_per_second: 0.002
region: "*"
modalities:
input:
- audio
output:
- audio
mode: unknown
model: eleven_multilingual_sts_v2
provisioning: serverless
status: active
supportedModes:
- unknown
7 changes: 7 additions & 0 deletions providers/elevenlabs/eleven_multilingual_v1.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
modalities:
input:
- text
output:
- audio
mode: text_to_speech
model: eleven_multilingual_v1
provisioning: serverless
status: active
Comment thread
Archit-Kumar-16 marked this conversation as resolved.
supportedModes:
- text_to_speech
10 changes: 10 additions & 0 deletions providers/elevenlabs/eleven_multilingual_v2.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
costs:
- input_cost_per_character: 0.0001
region: "*"
modalities:
input:
- text
output:
- audio
mode: text_to_speech
model: eleven_multilingual_v2
provisioning: serverless
status: active
supportedModes:
- text_to_speech
2 changes: 2 additions & 0 deletions providers/elevenlabs/eleven_turbo_v2.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
isDeprecated: true
mode: text_to_speech
model: eleven_turbo_v2
status: deprecated
supportedModes:
- text_to_speech
2 changes: 2 additions & 0 deletions providers/elevenlabs/eleven_turbo_v2_5.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
isDeprecated: true
mode: text_to_speech
model: eleven_turbo_v2_5
status: deprecated
supportedModes:
- text_to_speech
10 changes: 10 additions & 0 deletions providers/elevenlabs/eleven_v3.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
costs:
- input_cost_per_character: 0.0001
region: "*"
modalities:
input:
- text
output:
- audio
mode: text_to_speech
model: eleven_v3
provisioning: serverless
status: active
supportedModes:
- text_to_speech
12 changes: 12 additions & 0 deletions providers/elevenlabs/eleven_v3_conversational.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,14 @@
costs:
- input_cost_per_character: 0.00005
region: "*"
modalities:
input:
- text
output:
- audio
mode: text_to_speech
model: eleven_v3_conversational
provisioning: serverless
status: active
supportedModes:
- text_to_speech
13 changes: 13 additions & 0 deletions providers/elevenlabs/scribe_v2.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,15 @@
costs:
- input_cost_per_second: 6.111111111111111e-5
region: "*"
modalities:
input:
- audio
- video
output:
- text
mode: audio_transcription
model: scribe_v2
provisioning: serverless
status: active
supportedModes:
- audio_transcription
Loading