Two Core Capabilities
Text-to-Speech (TTS)
Convert text content into natural, fluent speech audio. Supports multiple voice styles, ideal for audio content creation.
Speech Recognition (ASR)
Transcribe speech from audio files into text. Supports long audio, ideal for meeting notes and content organization.
Text-to-Speech (TTS)
How to Use
Tell the Expert which text to voice. The audio arrives as an inline file card in the conversation, ready to play or download:tts_batch, submitting several segments at once with a concurrency cap of 20 — the right shape for voicing a long script section by section.
Voice Selection
You can specify your preferred voice type in your request. Different models offer different voice options, typically including:- Male / Female
- Young / Mature
- Gentle / Powerful
- News broadcast / Casual conversation
Use Cases
Audiobooks
Audiobooks
Convert written manuscripts into audio content — quickly produce sample clips for audiobooks or audio courses.
Video Voiceover
Video Voiceover
Generate narration voiceovers for video content, pairing with the video generation capability.
Accessibility
Accessibility
Convert documents and web content into speech for visually impaired users or for consuming information on the go.
Content Repurposing
Content Repurposing
Quickly convert written content into audio format for publishing on podcast or audio platforms.
Speech Recognition (ASR)
How to Use
1
Upload an Audio File
Drag and drop the audio file you want to transcribe (e.g., MP3, WAV, M4A) into the chat, or click the attachment button to upload.
2
Request Transcription
Tell Expert what you need, such as “transcribe this recording into text” or “extract the key points from this meeting recording.”
3
Get the Results
Expert will return the transcribed text content. You can then ask Expert to format the text, extract summaries, or translate it into other languages.
Use Cases
Meeting Minutes
Meeting Minutes
Upload meeting recordings and have Expert transcribe and organize structured meeting minutes, including topics, decisions, and action items.
Interview Transcription
Interview Transcription
Convert interview recordings into text transcripts. Expert can also help distinguish between different speakers.
Study Notes
Study Notes
After transcribing recordings, have Expert extract key points, generate mind maps, or organize study notes.
Multilingual Processing
Multilingual Processing
After transcription, you can directly have Expert translate the content — enabling a “listen in one language, read in another” workflow.
Usage Tips
Billing
Whether TTS settles per character or per 10,000 characters depends on the pricing unit configured for that model in the admin panel — the database config is the single source of truth, and the unit reported by the runtime is only a fallback hint. Switching speech models can therefore switch the billing basis for identical text.Counting follows the MiniMax convention: one Chinese character counts as 2, one Latin letter as 1. A 500-character Chinese script is about 1,000 billable characters, so don’t estimate from visible character count.
Voice input in the chat box is free and does not follow the ASR billing above —
POST /api/audio/transcribe has no billing hook. What costs credits is the turn that follows, once the transcribed text enters the conversation as tokens.The ASR billing above applies when an Expert actively calls speech recognition to process an audio file as part of a task (for example, “turn this meeting recording into minutes”). These are two different entry points; do not conflate them.
