diff --git a/general/elevenlabs.json b/general/elevenlabs.json new file mode 100644 index 000000000..214f9097b --- /dev/null +++ b/general/elevenlabs.json @@ -0,0 +1,34 @@ +{ + "name": "elevenlabs", + "description": "", + "default": { + "params": [], + "type": { "primary": "audio", "supported": [] }, + "disablePlayground": true + }, + "eleven_multilingual_v2": { + "params": [], + "type": { "primary": "audio" }, + "disablePlayground": true + }, + "eleven_v3": { + "params": [], + "type": { "primary": "audio" }, + "disablePlayground": true + }, + "eleven_flash_v2_5": { + "params": [], + "type": { "primary": "audio" }, + "disablePlayground": true + }, + "eleven_turbo_v2_5": { + "params": [], + "type": { "primary": "audio" }, + "disablePlayground": true + }, + "scribe_v1": { + "params": [], + "type": { "primary": "audio" }, + "disablePlayground": true + } +} diff --git a/pricing/elevenlabs.json b/pricing/elevenlabs.json new file mode 100644 index 000000000..0c6187c46 --- /dev/null +++ b/pricing/elevenlabs.json @@ -0,0 +1,93 @@ +{ + "eleven_multilingual_v2": { + "pricing_config": { + "pay_as_you_go": { + "request_token": { + "price": 0.01 + }, + "response_token": { + "price": 0 + } + }, + "currency": "USD" + } + }, + "eleven_v3": { + "pricing_config": { + "pay_as_you_go": { + "request_token": { + "price": 0.01 + }, + "response_token": { + "price": 0 + } + }, + "currency": "USD" + } + }, + "eleven_flash_v2_5": { + "pricing_config": { + "pay_as_you_go": { + "request_token": { + "price": 0.005 + }, + "response_token": { + "price": 0 + } + }, + "currency": "USD" + } + }, + "eleven_turbo_v2_5": { + "pricing_config": { + "pay_as_you_go": { + "request_token": { + "price": 0.005 + }, + "response_token": { + "price": 0 + } + }, + "currency": "USD" + } + }, + "text-to-speech": { + "pricing_config": { + "pay_as_you_go": { + "request_token": { + "price": 0.01 + }, + "response_token": { + "price": 0 + } + }, + "currency": "USD" + } + }, + "scribe_v1": { + "pricing_config": { + "pay_as_you_go": { + "request_token": { + "price": 0 + }, + "response_token": { + "price": 0.00611111 + } + }, + "currency": "USD" + } + }, + "speech-to-text": { + "pricing_config": { + "pay_as_you_go": { + "request_token": { + "price": 0 + }, + "response_token": { + "price": 0.00611111 + } + }, + "currency": "USD" + } + } +}