Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>LLM File ViewerNew to Visual Studio Code? Get it now.
LLM File Viewer

LLM File Viewer

Koalavault

|
8 installs
| (0) | Free
A metadata viewer for LLM model files such as .safetensors, .gguf, etc.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

LLM File Viewer

A VS Code extension for viewing metadata and tensor information of LLM model files.

Developed by KoalaVault.

Features

  • SafeTensors Viewer: Explore .safetensors files metadata and tensor structure
  • CryptoTensors Viewer: View encrypted tensors metadata (compatible with SafeTensors format)
  • GGUF Viewer: Inspect GGUF model files (Llama.cpp format) metadata and tensors
  • CGGUF Viewer: View encrypted GGUF model files metadata and tensors
  • Tree View: Metadata is presented in a readable tree structure
  • Data Grid: Tensor information (shape, dtype, offsets) is displayed in a table view

Installation

Install from VS Code Marketplace

Or search for "LLM File Viewer" in VS Code Extensions view.

Supported Formats

  • .safetensors
  • .cryptotensors
  • .gguf
  • .cgguf

Usage

Simply open any supported file in VS Code. The extension will automatically register as a custom editor for these formats. Files will be displayed with:

  • Tree structure view for metadata
  • Table view for tensor information

License

This project is licensed under the Apache License 2.0 - see the LICENSE file for details.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft