Skip to main content
HfModelsResource mounts a Hugging Face Model repo at a prefix such as /m/. You can inspect configs, tokenizers, and READMEs without downloading the weights, weights stream only when you actually cat them. The TypeScript backend mirrors the Python one and returns identical results. For credential setup, see HF Models Setup.
Node only. The backend uses the native opendal binding, which does not run in the browser.

Node

Filesystem Layout

Maps model repo files (config, tokenizer, weights, etc.) to virtual paths. For example, sapientinc/HRM-Text-1B mounted at /m/ exposes:

Shell Commands

Same set as HF Buckets.