changelog.md for @modelgrid.com/modelgrid

2026-01-30 - 1.0.1 - fix(docs)

revamp README with updated branding, expanded features, installation and uninstall instructions, resources, and legal/company information

2026-01-30 - 1.0.0 - Initial Release

ModelGrid v1.0.0 - GPU Infrastructure Management Daemon

ModelGrid is a root-level daemon that manages GPU infrastructure, Docker containers, and AI model serving with an OpenAI-compatible API interface.

Features

GPU Management:

Container Management:

OpenAI-Compatible API:

Model Management:

System Integration:

Installation

# Via npm (recommended)
npm install -g @modelgrid.com/modelgrid

# Via installer script
curl -sSL https://code.foss.global/modelgrid.com/modelgrid/raw/branch/main/install.sh | sudo bash

Supported Platforms

CLI Commands

modelgrid service enable|disable|start|stop|status|logs
modelgrid gpu list|status|drivers
modelgrid container add|remove|list|start|stop
modelgrid model list|pull|remove
modelgrid config show|init

Revision #2
Created 2026-03-28 13:07:57 UTC by foss.global Team
Updated 2026-03-29 16:50:25 UTC by foss.global Team