get_model_info_tool
Retrieve VRAM requirements, context window size, and tier classification for AI models to optimize resource allocation and model selection decisions.
Instructions
Get detailed information about a specific model.
Returns VRAM requirements, context window size, and tier classification. For configured models, shows exact values. For unknown models, provides estimates.
Args: model_name: Name of the model to get info for (e.g., "qwen2.5:14b", "llama3.1:70b")
Returns: Formatted model information including VRAM, context, and tier
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model_name | Yes |