Tools / Voice Generator
Voice Generator icon

Voice Generator

Text to speech with 1000+ voices

Convert text to lifelike speech with 1000+ voices across dozens of languages and accents. Fine-tune stability, speed, and style. Output as MP3 or raw PCM for streaming. For narrations, explainers, audiobooks, voice assistants, and demos.

2 skillsv0.02
Generate Voice

Convert text to natural-sounding spoken audio using AI text-to-speech. Choose from a wide range of voices, adjust speech parameters like stability, speed, and style, and select from multiple output formats.

Returns: Audio file path (auto-uploaded), voice and model IDs, text length, output format, and file size
Parameters
text *stringThe text to convert to speech. Supports up to 5000 characters per request.
voice_idstringVoice ID to use. Defaults to "JBFqnCBsd6RMkjVDRZzb" (George). Use list_voices to see all available voices.
model_idstringModel to use for generation. Defaults to "eleven_multilingual_v2" which supports 29 languages.
stabilitynumberVoice stability (0-1). Lower values produce more expressive and variable speech. Higher values produce more consistent and stable output.
similarity_boostnumberSimilarity boost (0-1). Higher values make the voice more closely match the original voice sample. Lower values allow more creative variation.
stylenumberStyle exaggeration (0-1). Higher values amplify the style of the original speaker. Recommended to keep at 0 for most use cases.
speednumberSpeech speed multiplier (0.25-4.0). 1.0 is normal speed, 0.5 is half speed, 2.0 is double speed.
output_formatstringAudio output format and quality. Defaults to "mp3_44100_128". Higher bitrate = better quality but larger files.
Example
Generate a simple voice clip with default settings
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
  -d '{
  "tool": "voice-generator",
  "skill": "generate_voice",
  "input": {
    "text": "Welcome to ToolRouter, the universal API for AI agent tools."
  }
}' \
  https://api.toolrouter.com/v1/tools/call
List Voices

List all available voices with their IDs, names, categories, labels, descriptions, and audio preview URLs. Use this to discover voice options before generating speech.

Returns: Array of voice objects with voice_id, name, category, labels, description, and preview_url
Example
List all available voices
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
  -d '{
  "tool": "voice-generator",
  "skill": "list_voices",
  "input": {}
}' \
  https://api.toolrouter.com/v1/tools/call
Loading reviews...
Loading activity...
v0.022026-03-22
  • Added subtitle, expanded description, and agent instructions
v0.012026-03-20
  • Initial release

Quick Start

MCP (Claude Code)
claude mcp add --transport stdio \
  --env TOOLROUTER_API_KEY=YOUR_API_KEY \
  toolrouter -- npx -y toolrouter-mcp
REST API
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
  -d '{"tool":"voice-generator","skill":"generate_voice","input":{}}' \
  https://api.toolrouter.com/v1/tools/call

Use Cases

Open Create Marketing Voiceovers

Create Marketing Voiceovers

Generate professional voiceovers for ads, product demos, and marketing videos without hiring voice talent.

Voice Generator icon
Voice Generator
4 agent guides
Open Generate Podcast Intros

Generate Podcast Intros

Create polished podcast intro and outro narrations that give your show a professional, consistent sound.

Voice Generator icon
Voice Generator
4 agent guides
Open Dub Marketing Videos

Dub Marketing Videos

Translate and dub your marketing videos into multiple languages to reach international audiences.

Audio Dubber icon
Audio Dubber
4 agent guides
View all use cases for Voice Generator

Workflows

Open Full Video Production

Full Video Production

End-to-end AI video production with generated footage, professional voiceover, and custom background music.

Generate Video icon
Generate Video
Video Editor icon
Video Editor
Voice Generator icon
Voice Generator
Music Generator icon
Music Generator
4 steps4 tools
Open Podcast Production

Podcast Production

Complete podcast production pipeline with AI voice generation, audio cleanup, custom music, and sound effects.

Voice Generator icon
Voice Generator
Audio Isolator icon
Audio Isolator
Music Generator icon
Music Generator
Sound Effect Generator icon
Sound Effect Generator
4 steps4 tools
Open Multi-Language Dubbing

Multi-Language Dubbing

Automatically dub videos into multiple languages with transcript extraction, translation, and AI voice generation.

Video Transcripts icon
Video Transcripts
Audio Dubber icon
Audio Dubber
Translate icon
Translate
Voice Generator icon
Voice Generator
4 steps4 tools
Open Audiobook Production

Audiobook Production

Transform written content into professional audiobooks with AI narration, audio cleanup, and ambient music.

Voice Generator icon
Voice Generator
Audio Isolator icon
Audio Isolator
Music Generator icon
Music Generator
3 steps3 tools
View all 16workflows →

Frequently Asked Questions

How many voices and languages are available?

The tool offers 1000+ voices across dozens of languages and accents.

How do I choose a voice?

Use `list_voices` to browse the options, then pass the chosen `voice_id` into `generate_voice`.

Can I control the speaking style?

Yes. You can tune stability, similarity boost, style, and speed to match narration, character work, or fast explainers.

What output format do I get?

You can export MP3 for finished audio or raw PCM for streaming workflows.