Cloud
Psyllama supports cloud-only model variants. These are discoverable in the catalog and runnable via psyllama launch, but they are not downloadable blobs.
Cloud models
Cloud-only variants are marked with the :cloud tag (or tags that end with -cloud, _cloud, or .cloud).
Running cloud models
psyllama run kimi-k2.5:cloud
If a model is cloud-only, Psyllama will use a launch-style flow rather than pulling local blobs.
Local only mode
If you want to disable cloud features, configure the server to run local-only.
export PSYLLAMA_NO_CLOUD=1