CLI reference
The Psyllama CLI provides commands for running models, managing local state, and working with registries.
Run a model
psyllama run <model>
Chat
psyllama chat <model>
Pull a model
psyllama pull <model>
List models
psyllama list
Serve
psyllama serve
Launch integrations
Some models and tools can be launched via:
psyllama launch <tool> --model <model>
Registry operations
psyllama push <model> psyllama rm <model>