MiniMax Speech 2.6 HD
Studio-quality speech with clear pronunciation, smooth pacing, and realistic emotion for audiobooks, podcasts, and narration.
Muapi's text-to-speech API converts written text into natural, human-like audio through one unified REST integration. Choose from six models across MiniMax, Google Gemini, and ElevenLabs for single-voice narration or multi-speaker dialogue.Use studio-grade or turbo-fast generation with controls for voice, emotion, pace, stability, and similarity. The same asynchronous submit-and-poll pattern works across every model, with pricing from $0.035 per 1,000 characters.
Text to speech is live on Muapi
Choose a single-voice or multi-speaker model, submit your script, and poll the returned request ID for a downloadable audio file.
Studio-quality speech with clear pronunciation, smooth pacing, and realistic emotion for audiobooks, podcasts, and narration.
Fast, lightweight speech with natural quality and adjustable speed, volume, pitch, and emotion for quick-turnaround audio.
Cost-efficient multi-speaker speech with distinct voices, accents, emotional styles, and inline tone tags such as [whispers].
Premium multi-speaker speech for audiobooks, cinematic dialogue, and long-form narration with high-fidelity delivery.
Fast single-voice speech with tunable stability, similarity, and speaking rate for voiceovers, IVR, and high-throughput narration.
Multilingual multi-speaker dialogue from a structured script, with per-speaker voice IDs and lifelike turn-taking.
A text-to-speech (TTS) API converts written text into spoken audio through a single HTTP request. Submit a script, choose a voice and delivery style, and receive a downloadable audio file without building an audio-engineering pipeline.
Muapi exposes six TTS endpoints through the same unified REST pattern: one API key, one request and poll flow, and pay-as-you-go billing. Choose single-voice narration for voiceovers and IVR, or multi-speaker dialogue for characters, podcasts, and audiobooks.
Gemini TTS and ElevenLabs Text to Dialogue V3 assign distinct voices, accents, and delivery styles to scripted conversation turns.
Gemini models support inline tags such as [whispers], [shouting], and [determination] for expressive control within a line.
Use MiniMax Speech 2.6 HD or Gemini 2.5 Pro TTS for fidelity, or their faster counterparts when latency and cost matter more.
Adjust speed, volume, pitch, emotion, stability, similarity, and other model-specific controls.
ElevenLabs endpoints accept a custom voice ID. Create a reusable voice first with a compatible voice-cloning workflow.
MiniMax, Google Gemini, and ElevenLabs models share Muapi authentication, asynchronous tasks, result polling, and billing.
Produce audiobook chapters, video narration, ads, explainers, and social clips from scripts.
Render multi-host conversations and character dialogue with distinct voices and emotional direction.
Generate phone prompts, notifications, accessibility audio, and other dynamic speech at scale.
Use multilingual dialogue and language controls for global content and learning materials.
| Model | Provider | Price | Best For |
|---|---|---|---|
| MiniMax Speech 2.6 HD | MiniMax | $0.13/1,000 characters | Studio-quality single-voice narration |
| MiniMax Speech 2.6 Turbo | MiniMax | $0.07/1,000 characters | Fast single-voice generation |
| ElevenLabs TTS Turbo 2.5 | ElevenLabs | $0.05/1,000 characters | High-throughput narration and IVR |
| Gemini 3.1 Flash TTS | $0.035/1,000 characters | Fast multi-speaker dialogue | |
| Gemini 2.5 Pro TTS | $0.035/1,000 characters | Studio-quality multi-speaker dialogue | |
| ElevenLabs Text to Dialogue V3 | ElevenLabs | $0.10/1,000 characters | Multilingual multi-speaker conversations |
Submit plain text or structured dialogue with your Muapi API key, save the request ID, and poll the standard prediction result endpoint for the audio URL.
curl -X POST https://api.muapi.ai/api/v1/minimax-speech-2.6-hd \
-H "x-api-key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"prompt":"Welcome to Muapi. Your workspace is ready.","voice_id":"Friendly_Person","speed":1,"emotion":"happy","format":"mp3"}'
# Response: {"request_id":"REQUEST_ID"}Use a MiniMax or ElevenLabs single-voice endpoint with prompt, voice, and optional delivery parameters.
curl -X POST https://api.muapi.ai/api/v1/gemini-3-1-flash-tts \
-H "x-api-key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"speakers":[{"speaker_id":"Speaker 1","voice_name":"Kore","accent":"Neutral","style":"Empathetic","pace":"Natural"},{"speaker_id":"Speaker 2","voice_name":"Puck","accent":"British (RP)","style":"Deadpan","pace":"Natural"}],"dialogue_turns":[{"speaker_id":"Speaker 1","text":"[warmly] Welcome to the show."},{"speaker_id":"Speaker 2","text":"[whispers] Let us begin."}]}'Define speakers and ordered dialogue turns; each turn references the voice configuration it should use.
curl -X POST https://api.muapi.ai/api/v1/elevenlabs-text-to-dialogue-v3 \
-H "x-api-key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"dialogue":[{"text":"Welcome to the show.","voice_id":"ZQe5CZNOzWyzPSCn5a3c"},{"text":"Let us begin.","voice_id":"EXAVITQu4vr4xnSDxMaL"}],"language_code":"en","stability":0.5}'Pass a structured dialogue array with a voice ID per turn for multilingual multi-speaker output.
curl https://api.muapi.ai/api/v1/predictions/REQUEST_ID/result \ -H "x-api-key: YOUR_API_KEY" # Read the generated audio URL after status becomes completed.
Poll until status is completed, then read the downloadable audio URL from the response.
Muapi's TTS API converts written text into natural audio through six MiniMax, Google Gemini, and ElevenLabs endpoints for single-voice narration and multi-speaker dialogue.
Use Gemini 3.1 Flash TTS or Gemini 2.5 Pro TTS for speaker profiles and inline tone tags, or ElevenLabs Text to Dialogue V3 for multilingual structured conversations with per-speaker voice IDs.
Pricing starts at $0.035 per 1,000 characters for Gemini TTS, $0.05 per 1,000 characters for ElevenLabs TTS Turbo 2.5, $0.10 per 1,000 characters for ElevenLabs Dialogue V3, $0.07 for MiniMax Turbo, and $0.13 for MiniMax HD.
Yes. ElevenLabs endpoints accept a custom ElevenLabs voice ID, and MiniMax supports trained voice IDs where the selected model schema allows them.
Each model returns a downloadable audio file URL from the standard prediction result endpoint, ready to embed, download, or pass into a video or lipsync pipeline.
Create a Muapi API key, call the endpoint that matches your script, and poll the returned request ID. No waitlist is required for the live models.
Use one Muapi API key for narration, character dialogue, IVR, podcasts, and multilingual audio.