GET
/v1/schemas/fal/audio/fal-ai%2Fminimax%2Fpreview%2Fspeech-2.5-hd
Accept:
Request body
6 properties · 1 required · 3 $defs| property | type | description | constraints |
|---|---|---|---|
| text* | string | Text to convert to speech (max 5000 characters, minimum 1 non-whitespace character) | length ≥ 1 · length ≤ 5000 |
| output_format | enum | Format of the output content (non-streaming only) | url | hex · default: "hex" |
| language_boost | enum | Enhance recognition of specified languages and dialects | Persian | Filipino | Tamil | Chinese | Chinese,Yue | English · +35 more · nullable |
| pronunciation_dict | PronunciationDict | Custom pronunciation dictionary for text replacement | nullable |
| voice_setting | VoiceSetting | Voice configuration settings | |
| audio_setting | AudioSetting | Audio configuration settings |
Validate a payload
before you spend tokensshell
$ curl -X POST https://modelschemas.com/v1/validate \
-d '{"provider":"fal","endpointId":"fal-ai/minimax/preview/speech-2.5-hd","payload":{…}}'
→ {"valid": false, "errors": [{"path": "#", "keyword": "required", …}]}