@xynogen/pix-models
Pi extension — enhanced /models picker with BenchLM ranks
Package details
Install @xynogen/pix-models from npm and Pi will load the resources declared by the package manifest.
$ pi install npm:@xynogen/pix-models- Package
@xynogen/pix-models- Version
0.2.5- Published
- Sep 3, 2026
- Downloads
- 2,775/mo · 755/wk
- Author
- xynogen
- License
- MIT
- Types
- extension
- Size
- 29.9 KB
- Dependencies
- 3 dependencies · 2 peers
Pi manifest JSON
{
"extensions": [
"src/extension.ts"
]
}Security note
Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.
README
pix-models
Pi extension — enhanced /models picker with coding score/rank.
What it does
Registers a /models slash command — a richer TUI picker replacing Pi's built-in /model selector.
- Each row — model id, context window, per-M-token cost, and a coding score/rank (star bar) when available.
- Sorting — by coding score (best first), then alphabetically for unscored models. Fuzzy search filters as you type.
- Thinking level — left/right cycles
off→minimal→low→medium→high→xhigh, shown live in the header. - Select — switches the active model for the session.
Model metadata comes from ~/.cache/pi/ via pix-data; the coding score/rank is computed locally from the modelgrep catalog (best = #1).
Install
pi install npm:@xynogen/pix-models
Also included in
@xynogen/pix-core:pi install npm:@xynogen/pix-core
Full distro
Source: github.com/xynogen/pix-mono
To install the complete pix suite (all packages + Pi itself):
curl -fsSL https://raw.githubusercontent.com/xynogen/pix-mono/main/scripts/install.sh | sh
License
MIT