Lab onboarding and model management CLI for The Inference Grid.
brew install The-AI-Grid/tap/gridDownload the latest release for your platform from Releases.
curl -LO https://github.com/The-AI-Grid/grid-cli/releases/latest/download/grid-cli_<version>_linux_amd64.deb
sudo dpkg -i grid-cli_*.deb# Authenticate
grid auth login --endpoint api.theinferencegrid.com:443 --api-key <YOUR_KEY>
# Push a model
grid model push \
--name my-model \
--version 1 \
--origin "r2://my-bucket/model.safetensors" \
--sign-key lab-key.pem \
--security-tier SEC0
# Check status
grid model status my-model --version 1The gridprov CLI is also available for provider operations:
brew install The-AI-Grid/tap/gridprovProprietary. See LICENSE for details.