MiniMax Speech 2.8 HD is a premium TTS engine engineered for studio-grade vocal production. It excels in accurately restoring the subtle nuances of real human speech while comprehensively enhancing timbre similarity for an authentic listening experience. Moving beyond standard synthesis, the HD processing ensures richer, cleaner audio suitable for professional broadcasting. With 17+ diverse voice presets, lifelike interjections (like laughs or gasps), and granular control over pitch and bitrate, it delivers a high-fidelity solution where every breath and inflection is rendered with breathtaking precision.
Request
Authorization
Header Params
Body Params application/jsonRequired
Example
{"text":"Bonjour! How are you today? 今天过得怎么样?Me encanta este lugar — it’s so peaceful. ¿Verdad?","pronunciation_dict":["ASAP/As soon as possible"],"voice_id":"Wise_Woman","speed":1,"volume":1,"pitch":0,"emotion":"happy","enable_base64_output":false,"english_normalization":false}
Request Code Samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request POST 'https://www.runninghub.ai/openapi/v2/rhart-audio/text-to-audio/speech-2.8-hd' \
--header'Authorization: Bearer [Your API KEY]' \
--header'Content-Type: application/json' \
--data-raw'{
"text": "Bonjour! How are you today? 今天过得怎么样?Me encanta este lugar — it’s so peaceful. ¿Verdad?",
"pronunciation_dict": [
"ASAP/As soon as possible"
],
"voice_id": "Wise_Woman",
"speed": 1,
"volume": 1,
"pitch": 0,
"emotion": "happy",
"enable_base64_output": false,
"english_normalization": false
}'