List Hedra Models
hedra_list_modelsList all AI models available through the Hedra API—image, video, audio—and filter by modality to find the exact model ID needed for your generation job.
Instructions
List every AI model available through the Hedra API — image, video, and audio/avatar generation models from partners like ByteDance (Seedance, Seedream), Google (Veo, Imagen), OpenAI (GPT Image), Kling, ElevenLabs, and Hedra's own avatar models.
Use this first to discover a model's public id (e.g. "seedance-20", "veo-31", "hedra-avatar") before calling hedra_get_model_input_schema or hedra_submit_job with it.
Args:
modality ('IMAGE' | 'VIDEO' | 'AUDIO', optional): filter to only models of this output type. Omit to list all.
Returns: JSON with a "models" array, each entry having at least {id, name, modality}.
Examples:
Use when: "What video models can I use?" -> modality="VIDEO"
Use when: "Find the Seedance model id" -> list all, look for name containing "Seedance"
Don't use when: you already know the model id and just need its input schema (use hedra_get_model_input_schema instead)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| modality | No | Filter to only models producing this output type. |