Inspect a local model file
inspect_modelSummarize local GGUF or safetensors models: architecture, parameter count, quantization, context length, file size, tensor count. Reads only headers, so inspecting a 70GB model is instant.
Instructions
Summarize a local GGUF or safetensors model: architecture, parameter count, quantization, context length, file size, tensor count. Reads only headers — inspecting a 70 GB model is instant. Works on extension-less GGUF blobs (e.g. Ollama's).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to a .gguf or .safetensors file, a *.safetensors.index.json, or a model directory |