Skip to main content

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 the fit 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

No Results

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

Search Tips

Be Specific

Use Distinctive Terms

Combine with Other Commands

Comparison with Other Commands

  • list - List all models
  • info - Get detailed model information
  • fit - Find compatible models
  • recommend - Get top recommendations