List Kenari Media Models
list_media_modelsFind available Kenari media models for image and video tasks. Filter by modality or view all to identify options for generation and editing workflows.
Instructions
List Kenari media-capable models (image/video). Public, no key needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| modality | No | Filter by media modality: 'image' returns image generation/edit models, 'video' returns video-generation models (the video list may be empty). Omit to list all media-capable models. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Kenari video job id, when relevant to the result or error. | |
| op | No | Tool operation name the error occurred in. | |
| code | No | Machine-readable code: an error code (e.g. unauthorized, bad_request, upstream_error) or a state marker (e.g. rendering, done, still_rendering). | |
| hint | No | Human-readable remediation hint (e.g. set KENARI_API_KEY). | |
| models | No | Kenari media-capable models matching the modality filter. | |
| status | No | HTTP status number (on API errors) or the Kenari job status string (on video status results). | |
| disabled | No | True when video tools are disabled via KENARI_ALLOW_VIDEO=0. |