Synopsis
Description
Analyzes all models in the database and shows which ones are compatible with your system’s hardware. Models are scored and ranked based on how well they fit your available resources. This command provides classic table output (non-interactive) unlike the default TUI mode.Options
boolean
default:"false"
Show only models that perfectly match recommended specs (fit level = Perfect).
integer
Limit number of results displayed.
enum
default:"score"
Sort column for output. Options:
score- Composite ranking score (default)tps- Estimated tokens/second (aliases:tokens,toks,throughput)params- Model parameter countmem- Memory utilization percentage (aliases:memory,mem_pct,utilization)ctx- Context window length (alias:context)date- Release date, newest first (aliases:release,released)use- Use-case grouping (aliases:use_case,usecase)
boolean
default:"false"
Output results as JSON instead of table format.
string
Override GPU VRAM size (e.g., “32G”, “32000M”, “1.5T”).
integer
Cap context length used for memory estimation (tokens). Must be >= 1.
Usage Examples
Basic Fit Analysis
Filter by Fit Level
Sort Options
Advanced Examples
JSON Output
Example Output
Table Format
JSON Format
Fit Levels
Models are classified into fit levels:- Perfect (✓): Model fits comfortably with recommended specs
- Good (✓): Model fits but may be tight on resources
- Marginal (⚠): Model fits but resources are constrained
- Too Tight (✗): Model exceeds available resources (not shown by default)
Run Modes
- GPU: Full model on GPU (best performance)
- MoE Offload: MoE model with inactive experts in RAM
- CPU Offload: Partial layers on CPU
- CPU Only: Full model on CPU (slowest)
Score Components
The composite score includes:- Quality: Model capability and benchmark performance
- Speed: Estimated tokens/second throughput
- Fit: How well the model fits available resources
- Context: Context window size advantage
