pi-fireworks-quota
Pi commands /fireworks:quota and /fireworks:test-key — Fireworks AI balance, spend, tokens, and limits
Package details
Install pi-fireworks-quota from npm and Pi will load the resources declared by the package manifest.
$ pi install npm:pi-fireworks-quota- Package
pi-fireworks-quota- Version
0.1.2- Published
- Aug 9, 2026
- Downloads
- 279/mo · 33/wk
- Author
- zer020
- License
- MIT
- Types
- extension
- Size
- 43.8 KB
- Dependencies
- 2 dependencies · 2 peers
Pi manifest JSON
{
"extensions": [
"./extensions/index.ts"
]
}Security note
Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.
README
pi-fireworks-quota
/fireworks:quota + /fireworks:test-key — Fireworks AI balance/spend inside Pi.
Install
From npm:
pi install npm:pi-fireworks-quota
From GitHub:
pi install git:github.com/ZeR020/pi-fireworks-quota
Usage
/fireworks:quota
/fireworks:test-key
/fireworks:test-key fw_...
| Command | What it does |
|---|---|
/fireworks:quota |
Quota UI for the currently active Fireworks key |
/fireworks:test-key |
Prompt for (or take) another key and open the same UI — does not switch your active key |
| Tab | Content |
|---|---|
| Balance | Credits remaining and month spend against budget |
| Tokens | Month totals: prompt, completion, cached, uncached, cache hit |
| Models | Per-model tokens and spend; switch period with ←/→ |
| Account | Email, account ID, state, API-key tail, serverless RPM limit |
Keybindings:
Tab/Shift+Tab— switch tabsr— refreshq/Esc— close←/→— change period on the Models tab
Requirements
Fireworks auth must be configured in Pi, either in auth.json or via the FIREWORKS_API_KEY environment variable.
Note
This package calls Fireworks' internal gRPC control-plane API, which may change without notice.