Synopsis
Description
Searches the model database for models matching a query string. The search looks across model names, providers, parameter sizes, and use cases. Unlike thefit command, search shows all matching models regardless of system compatibility.
Arguments
string
required
Search query to match against model name, provider, parameter count, or use case. Case-insensitive.
Usage Examples
Search by Model Name
Search by Provider
Search by Size
Search by Use Case
Search by Partial Name
Example Output
Successful Search
No Results
Provider Search
Search Behavior
The search is:- Case-insensitive: “LLAMA” matches “llama-3.3-70b”
- Partial match: “qwen” matches “qwen-2.5-72b” and “qwq-32b-preview”
- Multi-field: Searches name, provider, size, and use case
- Unfiltered: Shows all matches regardless of system compatibility
