Optional apiAPI key. Falls back to $MINIMAX_API_KEY.
Optional baseBase URL of the MiniMax API. Falls back to $MINIMAX_BASE_URL, otherwise
DEFAULT_BASE_URL.
Optional bitrateOutput bitrate (ignored for PCM). Kept for API parity.
Optional emotionOptional emotion override. fluent is only supported by speech-2.6-*
models; passing it with a different model throws at construction time.
Optional intensityVoice strength slider. Range [-100, 100].
Optional languageLanguage hint for multilingual performance.
Optional modelMiniMax model name. Defaults to speech-02-turbo.
Optional pitchPitch adjustment. Must be in the range [-12, 12].
Optional pronunciationPronunciation dictionary, in the format
{ "word": ["replacement1", "replacement2"] }.
Optional sampleOutput PCM sample rate. Defaults to 24000.
Optional speedPlayback speed. Must be in the range [0.5, 2.0].
Optional textEnable Chinese/English text normalization on the server side.
Optional timbreVoice timbre (nasal/crisp) slider. Range [-100, 100].
Optional tokenizerTokenizer used when chunking input text for the WebSocket stream.
Optional voiceMiniMax voice id. Defaults to DEFAULT_VOICE_ID.
Optional volVolume. Must be in the range (0, 10].
Configuration options for the MiniMax TTS plugin.