tts

Text-to-Speech

Speech Synthesis

Speech Synthesis is a text-to-speech capability available through ElevenLabs, RunPod, Deepgram and 5 more on Aweb. Text-to-speech full audio generation. Access it through a single unified API with automatic failover and intelligent routing.

Try Speech SynthesisAPI docs

Best for

Highest quality

ElevenLabs, RunPod

Premium tier

Most affordable

RunPod, Groq

Economy tier

Contract

Max Latency5000ms
Min Qualitynatural

Providers (8)

ProviderScoreQualityPricing
ElevenLabsDEFAULT
95premiumpremium
RunPod
82premiumeconomy
Deepgram
80premiumstandard
Runway ML
72premiumpremium
Resemble AI
82premiumpremium
Groq
85premiumeconomy
Fish Audio
82premiumeconomy
Cartesia
88premiumstandard

Public discovery and orchestration

Inspect the live capability descriptor directly, then route orchestration through a capability filter. Generic public execute examples are intentionally withheld until the canonical public execute contract is normalized.

cURL

curl "https://aweblabs.ai/api/v2/capabilities/tts.synthesize"

TypeScript

import Aweb from '@aweb/sdk';

const client = new Aweb({
  baseUrl: 'https://aweblabs.ai/api/v2',
});

const capability = await client.capabilities.get('tts.synthesize');

console.log(capability.data.runtime.providers);

Orchestration pipeline

import Aweb from '@aweb/sdk';

const aweb = new Aweb({ apiKey: process.env.AWEB_API_KEY });

const result = await aweb.orchestrate.run({
  query: 'Use Speech Synthesis to help with a hello-world task and summarize the output',
  capabilities: ['tts.synthesize'],
  policy: 'balanced',
});

console.log(result.data.status);

Related Text-to-Speech capabilities

Streaming TTS

tts

Voice Cloning

tts

Voiceover Generation

tts

Voiceover Voices

tts

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