GET
/v1/schemas/fal/audio/fal-ai%2Fminimax%2Fspeech-2.8-hd
Accept:
Request body
8 properties · 1 required · 5 $defs| property | type | description | constraints |
|---|---|---|---|
| prompt* | string | Text to convert to speech. Use `<#x#>` for pauses (x = 0.01-99.99 seconds). Supports interjection tags: `(laughs)`, `(sighs)`, `(coughs)`, `(clears throat)`, `(gasps)`, `(sniffs)`, `(groans)`, `(yawns)`. | length ≥ 1 · length ≤ 10000 |
| language_boost | enum | Enhance recognition of specified languages and dialects | Chinese | Chinese,Yue | English | Arabic | Russian | Spanish · +32 more · nullable |
| voice_modify | VoiceModify | Voice modification settings for Speech 2.8 models. | nullable |
| audio_setting | AudioSetting | Audio configuration settings | |
| voice_setting | VoiceSetting | Voice configuration settings | |
| output_format | enum | Format of the output content (non-streaming only) | url | hex · default: "hex" |
| pronunciation_dict | PronunciationDict | Custom pronunciation dictionary for text replacement | nullable |
| normalization_setting | LoudnessNormalizationSetting | Loudness normalization settings for the audio |
Validate a payload
before you spend tokensshell
$ curl -X POST https://modelschemas.com/v1/validate \
-d '{"provider":"fal","endpointId":"fal-ai/minimax/speech-2.8-hd","payload":{…}}'
→ {"valid": false, "errors": [{"path": "#", "keyword": "required", …}]}