Text-to-Speech

ElevenLabs

premium

ElevenLabs is an enterprise-grade text-to-speech provider offering Speech Synthesis, Streaming TTS, Music Generation and 1 more through Aweb's unified API. It features full streaming support with premium-tier latency.

Try ElevenLabsOfficial docs

Specifications

CategoryText-to-Speech
Auth Typeapi_key
Latency Tierpremium
Streamingfull
Pricing Tierpremium
Reliabilitypremium
Qualitypremium
Base URLhttps://api.elevenlabs.io
SDK Package

Capabilities (4)

Speech Synthesistts.synthesize
Score: 95DEFAULT
Streaming TTStts.stream
Score: 98DEFAULT
Music Generationmusic.generate
Score: 92DEFAULT
Sound Effects Generationaudio.sfx
Score: 95DEFAULT

Quick start

Use ElevenLabs through Alfred's unified API — no provider-specific SDK needed.

cURL

curl -X POST https://api.alfred-ai.app/v1/execute \
  -H "Authorization: Bearer $ALFRED_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "provider": "elevenlabs",
    "capability": "tts.synthesize",
    "input": { "prompt": "Hello from ElevenLabs!" }
  }'

TypeScript

import { Alfred } from '@alfred/core';

const alfred = new Alfred({ apiKey: process.env.ALFRED_API_KEY });

const result = await alfred.execute({
  provider: 'elevenlabs',
  capability: 'tts.synthesize',
  input: { prompt: 'Hello from ElevenLabs!' },
});

console.log(result.output);

Related Text-to-Speech providers

Deepgram

standard tier

Resemble AI

premium tier

Fish Audio

economy tier

Cartesia

standard tier

Getting started →API reference →All capabilities →All providers →