Search Wiro models
search_modelsSearch AI models on Wiro by keyword, category, or owner. Filter results by sort order and paginate to browse available models for generation, editing, and analysis tasks.
Instructions
Search and browse AI models on Wiro. Choose a model from the result and call the returned get_model_schema next action before using run_model.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | Sort by relevance, newest, usage, comments, or rating. | relevance |
| limit | No | Maximum results (default 20, max 100). | |
| start | No | Pagination offset (default 0). | |
| search | No | Search keyword, e.g. "flux", "video generation", "upscale". | |
| slugowner | No | Filter by model owner slug. | |
| categories | No | Filter by categories. Available: "text-to-image", "image-to-image", "image-editing", "text-to-video", "image-to-video", "speech-to-video", "talking-head", "text-to-speech", "speech-to-text", "text-to-music", "text-to-song", "voice-clone", "realtime-conversation", "3d-generation", "chat", "llm", "llm-reasoning", "rag". |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | Yes | ||
| start | Yes | ||
| total | Yes | ||
| models | Yes | ||
| nextStart | Yes | ||
| nextAction | No |