Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Install the Supermodel CLI
curl -fsSL https://supermodeltools.com/install.sh | sh
npm install -g @supermodeltools/cli
git clone https://github.com/supermodeltools/cli cd cli go build -o supermodel .
supermodel update # install latest release supermodel update --check # check without installing
supermodel logout rm -rf ~/.supermodel rm "$(command -v supermodel)" # or remove the binary from your PATH manually