GET

/v1/schemas/fal/audio/fal-ai%2Forpheus-tts

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

Request body

4 properties · 1 required · 0 $defs
propertytypedescriptionconstraints
text*stringThe text to be converted to speech. You can additionally add the following emotive tags: <laugh>, <chuckle>, <sigh>, <cough>, <sniffle>, <groan>, <yawn>, <gasp>
voiceenumVoice ID for the desired voice.tara | leah | jess | leo | dan | mia · +2 more · default: "tara"
temperaturenumberTemperature for generation (higher = more creative).0 ≤ n ≤ 2 · default: 0.7
repetition_penaltynumberRepetition penalty (>= 1.1 required for stable generations).1.1 ≤ n ≤ 2 · default: 1.2

Validate a payload

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