Search Wiro models
search_modelsFind the right AI model for any task by searching across Wiro's model catalog. Filter by category, owner, or keyword and sort results by relevance, rating, or usage.
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 |