Synopsis
Description
Displays comprehensive information about a specific model including specifications, hardware requirements, fit analysis, score breakdown, and download sources. If multiple models match the query, you’ll be prompted to be more specific.Arguments
string
required
Model name or partial name to look up. Case-insensitive.
Options
boolean
default:"false"
Output model information as JSON instead of formatted text.
string
Override GPU VRAM size for fit analysis (e.g., “32G”, “32000M”, “1.5T”).
integer
Cap context length used for memory estimation (tokens). Must be >= 1.
Usage Examples
Basic Model Info
JSON Output
Test Different Configurations
Multiple Model Info
Example Output
Detailed Info
MoE Model Info
Multiple Matches
No Match
JSON Format
Information Sections
Model Specs
- Provider, parameter count, quantization
- Context window size
- Use case and category
- Release date
Score Breakdown
- Overall composite score (0-100)
- Individual components: quality, speed, fit, context
- Estimated tokens/second throughput
Resource Requirements
- Minimum VRAM for GPU inference
- Minimum RAM for CPU inference
- Recommended RAM for comfortable operation
MoE Details (if applicable)
- Expert configuration (active/total)
- Active VRAM usage
- Offloaded expert size
Fit Analysis
- Fit level (Perfect, Good, Marginal, Too Tight)
- Run mode (GPU, MoE Offload, CPU Offload, CPU Only)
- Memory utilization percentage
Download Sources
- HuggingFace GGUF repositories
- Download command examples
