GET

/v1/schemas/fal/audio/fal-ai%2Fminimax%2Fspeech-2.6-turbo?kind=output

kind outputactivity audiohash a3cd9858extracted Jul 6, 2026version currentsource upstream spec ↗

Response body

2 properties · 2 required · 1 $defs
propertytypedescriptionconstraints
audio*FileThe generated audio file
duration_ms*integerDuration of the audio in milliseconds

Validate a payload

before you spend tokens
shell
$ curl -X POST https://modelschemas.com/v1/validate \
    -d '{"provider":"fal","endpointId":"fal-ai/minimax/speech-2.6-turbo","payload":{…}}'
→ {"valid": false, "errors": [{"path": "#", "keyword": "required", …}]}