aa_list_media_models
Retrieve top-ranked multimodal models such as text-to-image, text-to-video, and more, sorted by Elo ratings. Filter by modality and get top N results with optional category breakdowns.
Instructions
List top-ranked multimodal / media models by Elo ratings.
Args:
modality: One of 'text-to-image', 'image-editing', 'text-to-speech',
'text-to-video', 'image-to-video'
top_n: Number of top models to return (default 10)
include_categories: Include per-category Elo breakdown (text-to-image, text-to-video only)
Returns:
JSON array of media model rankings.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| modality | No | text-to-image | |
| top_n | No | ||
| include_categories | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |