catalogue / elevenlabs-tts

Elevenlabs Tts sample output
sample from fal.ai/fal-ai/elevenlabs/tts/multilingual-v2
AudioRuns now

Elevenlabs Tts

from $0.05

per 1K characters

one character of input text; $0.05 per 1k characters on the Flash/Turbo tier

Fixed at intake, charged only on a successful run. Rate verified 2026-08-12 against elevenlabs.io.

POST https://renderhour.com/api/gateway/v1/audio/speech

curl -X POST https://renderhour.com/api/gateway/v1/audio/speech \
  -H "Authorization: Bearer $RENDERHOUR_API_KEY" \
  -H "Content-Type: application/json" \
  --output speech.mp3 \
  -d '{
  "model": "elevenlabs/eleven_multilingual_v2",
  "input": "Welcome to RenderHour. Your render is ready."
}'

$0.1 per 1K charactersone character of input text; $0.10 per 1k characters on the Multilingual tier. Quoted before the run; a failed run is not charged.

Runs against your own balance at that price. A failed run is not charged.

Or copy the request and run it with your RenderHour API key — the one in your profile.