Synopsis
Description
Displays all LLM models in the llmfit database without filtering by system compatibility. This shows the complete catalog of models that llmfit knows about. The list includes models from various providers (Meta, Anthropic, OpenAI, Google, Alibaba, etc.) with their parameter counts, quantizations, and context windows.Options
This command has no options.Usage Examples
List All Models
Count Models
Filter by Provider
Example Output
Model Database
The model database is:- Embedded: Compiled into the binary from
data/hf_models.json - No network: All data is local, no API calls required
- Updated: Regenerate via
python3 scripts/scrape_hf_models.py
Model Fields
- Name: Model identifier
- Provider: Company/organization (Meta, Anthropic, etc.)
- Size: Parameter count (e.g., 7B, 70B, 405B)
- Quant: Quantization format (4bit, Q4_K_M, Q8_0, etc.)
- Context: Context window in tokens (k = thousands)
Model Types
- Local models: Have parameter counts and can run locally (llama.cpp, MLX)
- API-only models: Claude, GPT-4, Gemini (no local inference)
- Quantized: GGUF models for llama.cpp
- MLX models: 4bit quantized for Apple Silicon
Comparison with Other Commands
| Command | Purpose | Filtering |
|---|---|---|
list | Show all models | None |
fit | Show compatible models | By system specs |
search | Find specific models | By search query |
recommend | Get top recommendations | By fit quality + filters |
