fish_list_models
List available Fish voice models from the API. Filter by language, tag, author, or title, and paginate results to browse and select models for text-to-speech tasks.
Instructions
List available Fish voice models from the API.
Returns:
JSON response from /fish/model.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No | Filter by a single tag. | |
| title | No | Filter by partial title match. | |
| sort_by | No | Sort by field accepted by upstream (e.g. created_at, task_count). | |
| language | No | Filter by language code (e.g. en, zh). | |
| author_id | No | Filter by author id. | |
| page_size | No | Number of items per page. Defaults to 10. | |
| self_only | No | When true, only return models owned by the calling account. | |
| page_number | No | 1-based page number. Defaults to 1. | |
| title_language | No | Filter by title language. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |