Browse, search, and download models from the models.dev catalog and Hugging Face Hub.
Results are cached at ~/.superqode/models_cache.json with a 1-hour TTL. Use --refresh to force an update. Use --live to query the provider's /v1/models endpoint directly instead of the catalog.
# Browse default view
superqodemodels
# Search for models
superqodemodels-sclaude
# Filter by provider and capability
superqodemodels-panthropic--captools
# Free models with reasoning
superqodemodels--free--capreasoning
# Sort by context window
superqodemodels--sortcontext--limit10# Live query of provider endpoint
superqodemodels-popenai--live--json
# All models, no limit
superqodemodels--limit0
Show detailed information for a specific provider/model combination: context window, pricing, capabilities, and required API key environment variables.
# Search Hugging Face
superqodemodelshubqwen
# Filter by format
superqodemodelshub--ggufqwen
superqodemodelshub--mlxdeepseek
# Sort by downloads
superqodemodelshub--sortdownloads--limit10# Full JSON output
superqodemodelshub--json
# Download with defaults
superqodemodelsdownloadQuantFactory/Qwen3-8B-GGUF
# Download for Ollama with custom name
superqodemodelsdownloadQuantFactory/Qwen3-8B-GGUF--toollama--nameqwen3-8b
# Download to specific directory, no register
superqodemodelsdownloadmlx-community/Qwen2.5-Coder-3B-4bit--tomlx--dir~/models--no-register
# Non-interactive
superqodemodelsdownloadQuantFactory/Qwen3-8B-GGUF--yes
# Convert with 4-bit quantization
superqodemodelsconvert-mlxQwen/Qwen3-8B--q-bits4# Convert without quantization
superqodemodelsconvert-mlxQwen/Qwen3-8B--no-quantize--out./mlx-model
# Convert and upload
superqodemodelsconvert-mlxQwen/Qwen3-8B--q-bits8--upload