Supported formats
| Format | Status | Extracted | Notes |
|---|---|---|---|
| GGUF | Full | Header/version, size, basic compat | Very large models may take longer |
| ONNX | Full | Graph, opsets, dtype/param hist, external data refs | Custom ops/domains flagged |
| Safetensors | Full | Header, tensor count, dtype histogram, metadata, SHA256/512 | HuggingFace-native format; header-injection and offset checks included |