@hashset/pi
Hashset inference provider for the Pi coding agent
Package details
Install @hashset/pi from npm and Pi will load the resources declared by the package manifest.
$ pi install npm:@hashset/pi- Package
@hashset/pi- Version
0.1.1- Published
- Aug 24, 2026
- Downloads
- 332/mo · 5/wk
- Author
- veld
- License
- unknown
- Types
- extension
- Size
- 11.4 KB
- Dependencies
- 0 dependencies · 2 peers
Pi manifest JSON
{
"extensions": [
"./src/index.ts"
]
}Security note
Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.
README
Hashset for Pi
Use Hashset's OpenAI-compatible inference API from the Pi coding agent.
Install
pi install npm:@hashset/pi
Restart Pi, run /login hashset, choose Hashset API key, and paste a key from the Hashset dashboard. Then choose a Hashset model with /model.
For non-interactive environments, set HASHSET_API_KEY instead. HASHSET_BASE_URL can override the default https://api.hashset.ai/v1 endpoint for development.
The extension refreshes Hashset's model catalog through /v1/models; Pi retains its last successful dynamic catalog, and the package includes a baseline catalog for offline startup. Displayed costs are the prices published when Pi last refreshed the catalog. Hashset always bills the price effective when the request is served.