Get Hedra Model Details
hedra_get_modelGet full catalog details for a Hedra model by ID, including display name, modality, description, and capability metadata. Review capabilities before generating.
Instructions
Get full catalog details for one Hedra model: display name, modality, description, and any capability metadata Hedra publishes for it.
This gives a human-readable overview. For the exact, machine-typed input parameters needed to submit a job (required fields, enums, media roles), use hedra_get_model_input_schema instead — this tool alone is not enough to construct a valid hedra_submit_job call.
Args:
model_id (string, required): the model's public id from hedra_list_models (e.g. "seedance-20").
Returns: JSON object describing the model.
Error Handling:
Returns "Error [NOT_FOUND]: Model '' not found." if the id doesn't exist — double check with hedra_list_models.
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. |