get_model
Retrieve full details for a single open-source LLM model: parameters, VRAM per quantization, context window, family, tags, license, and URLs.
Instructions
Get full details for a single model.
Args: model_id: the model ID (e.g. 'mistral-7b-instruct', 'qwen3-8b')
Returns: full model record with params, vram per quant, context window, family, tags, license, and URLs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model_id | Yes |