pi-model-control

Model and thinking level controls for pi — /variants and /thinking commands

Packages

Package details

extension

Install pi-model-control from npm and Pi will load the resources declared by the package manifest.

$ pi install npm:pi-model-control
Package
pi-model-control
Version
0.1.8
Published
Jul 13, 2026
Downloads
not available
Author
mooti
License
MIT
Types
extension
Size
10.7 KB
Dependencies
0 dependencies · 2 peers
Pi manifest JSON
{
  "extensions": [
    "./extensions/variants.ts",
    "./extensions/thinking.ts"
  ]
}

Security note

Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.

README

pi-model-control

Model and thinking level controls for pi.

Commands

  • /variants — Searchable model + thinking level selector. Shows only enabled models from your API. Type to fuzzy-filter, ↑↓ navigate, Enter to confirm.
  • /thinking — Select thinking level for the current model.

Install

// settings.json
{
  "packages": ["npm:pi-model-control"]
}

Or via pi CLI:

pi package install pi-model-control