🦎 Psyllama

Quickstart

Install Psyllama, run your first model, and learn the basics of the CLI.

Install

curl -fsSL https://psyllama.com/install.sh | sh

Run a model

Start an interactive chat session:

psyllama run kimi-k2.5:cloud

Chat explicitly

If you prefer a dedicated chat command:

psyllama chat kimi-k2.5:cloud

List models

psyllama list

Stop the server

Psyllama can run as a background server. How you stop it depends on how you installed it (service vs manual). If you started it manually, stop the process. If you installed a service, use your OS service manager.


Next: Cloud →