modelmarketplace
v0.2.0
Published
Official ModelMarketplace CLI — download your purchased AI models from the terminal.
Maintainers
Readme
ModelMarketplace CLI
Download your purchased AI models from the terminal.
Install
npm install -g modelmarketplaceRequires Node 18+.
Usage
On any model you own a license for, open Model Files → CLI to copy your download command:
mm get aB3xK9qTw2↓ vit-base.safetensors · 342 MB
████████████████████████████ 100%
✓ saved to ./vit-base.safetensorsOptions:
mm get <code|url> -o <dir>— save into a directoryMM_BASE_URL=http://localhost:3000 mm get <code>— point at a different deployment (development)
Download codes are single-user, single-use, and expire after ~5 minutes; grab a fresh one from the model page if a download is refused. Every download re-verifies your license server-side, and the file's SHA-256 checksum is verified after download — a corrupted file is deleted automatically.
Publishing (maintainers)
cd cli && npm publish