GET
/v1/schemas/fal/audio/fal-ai%2Forpheus-tts
Accept:
Request body
4 properties · 1 required · 0 $defs| property | type | description | constraints |
|---|---|---|---|
| text* | string | The text to be converted to speech. You can additionally add the following emotive tags: <laugh>, <chuckle>, <sigh>, <cough>, <sniffle>, <groan>, <yawn>, <gasp> | |
| voice | enum | Voice ID for the desired voice. | tara | leah | jess | leo | dan | mia · +2 more · default: "tara" |
| temperature | number | Temperature for generation (higher = more creative). | 0 ≤ n ≤ 2 · default: 0.7 |
| repetition_penalty | number | Repetition penalty (>= 1.1 required for stable generations). | 1.1 ≤ n ≤ 2 · default: 1.2 |
Validate a payload
before you spend tokensshell
$ curl -X POST https://modelschemas.com/v1/validate \
-d '{"provider":"fal","endpointId":"fal-ai/orpheus-tts","payload":{…}}'
→ {"valid": false, "errors": [{"path": "#", "keyword": "required", …}]}