GET

/v1/schemas/fal/audio/fal-ai%2Fqwen-3-tts%2Fvoice-design%2F1.7b

kind inputactivity audiohash 896a0630extracted Jul 6, 2026version currentsource upstream spec ↗

Request body

12 properties · 2 required · 0 $defs
propertytypedescriptionconstraints
prompt*stringOptional prompt to guide the style of the generated speech.
text*stringThe text to be converted to speech.
subtalker_top_pnumberTop-p for sub-talker sampling.0 ≤ n ≤ 1 · nullable
temperaturenumberSampling temperature; higher => more random.0 ≤ n ≤ 1 · nullable
subtalker_top_kintegerTop-k for sub-talker sampling.n ≥ 0 · nullable
top_kintegerTop-k sampling parameter.n ≥ 0 · nullable
top_pnumberTop-p sampling parameter.0 ≤ n ≤ 1 · nullable
languageenumThe language of the voice to be designed.Auto | English | Chinese | Spanish | French | German · +5 more · default: "Auto"
subtalker_dosamplebooleanSampling switch for the sub-talker.nullable
repetition_penaltynumberPenalty to reduce repeated tokens/codes.n ≥ 0 · nullable
subtalker_temperaturenumberTemperature for sub-talker sampling.0 ≤ n ≤ 1 · nullable
max_new_tokensintegerMaximum number of new codec tokens to generate.1 ≤ n ≤ 8192 · nullable

Validate a payload

before you spend tokens
shell
$ curl -X POST https://modelschemas.com/v1/validate \
    -d '{"provider":"fal","endpointId":"fal-ai/qwen-3-tts/voice-design/1.7b","payload":{…}}'
→ {"valid": false, "errors": [{"path": "#", "keyword": "required", …}]}