List Voices For A Hedra Model
hedra_list_model_voicesRetrieve the list of text-to-speech voices a specific model accepts. Use this to pick a valid voice_id before submitting a speech or avatar job.
Instructions
List the text-to-speech voices a specific model accepts (scoped to that model's voice provider — e.g. ElevenLabs voices differ from Hedra Avatar's own voices).
Use this before submitting a job to a speech or avatar model that takes a voice_id input.
Args:
model_id (string, required): the model's public id (e.g. "hedra-avatar", "elevenlabs-v3").
Returns: JSON with a "voices" array of {id, name, ...}.
Error Handling:
Returns "Error [NOT_FOUND]..." if the model doesn't accept voice input at all.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model_id | Yes | The model's public id (e.g. 'seedance-20', 'gpt-image-2', 'hedra-avatar'). Get valid ids from hedra_list_models. |