Endpoint: fal-ai/elevenlabs/text-to-dialogue/eleven-v3
Issue: The endpoint returns a 422 with the following error, even when using the default example on the fal playground:
{
"detail": [
{
"loc": ["body", "voice"],
"msg": "Voice not found: ",
"type": "feature_not_supported",
"url": "https://docs.fal.ai/errors#feature_not_supported",
"input": ""
}
]
}
Steps to reproduce:
- Go to https://fal.ai/models/fal-ai/elevenlabs/text-to-dialogue/eleven-v3
- Reset to default values
- Hit Run
- Get 422 error
Notes:
- The pre-cached default output displays fine, but any actual Run request fails
- Single TTS endpoint (
fal-ai/elevenlabs/tts/eleven-v3) works perfectly
- Kling video endpoints work perfectly
- The error suggests a top-level
voice field is being sent as empty string, which doesn't exist in the dialogue schema (voices are per-input)
- Tested via both playground and API with fal_client
Environment: fal_client (Python), also reproducible directly on playground
Endpoint:
fal-ai/elevenlabs/text-to-dialogue/eleven-v3Issue: The endpoint returns a 422 with the following error, even when using the default example on the fal playground:
{ "detail": [ { "loc": ["body", "voice"], "msg": "Voice not found: ", "type": "feature_not_supported", "url": "https://docs.fal.ai/errors#feature_not_supported", "input": "" } ] }Steps to reproduce:
Notes:
fal-ai/elevenlabs/tts/eleven-v3) works perfectlyvoicefield is being sent as empty string, which doesn't exist in the dialogue schema (voices are per-input)Environment: fal_client (Python), also reproducible directly on playground