pi-gpt-fast
Tiny pi extension to toggle OpenAI GPT Fast mode.
Package details
Install pi-gpt-fast from npm and Pi will load the resources declared by the package manifest.
$ pi install npm:pi-gpt-fast- Package
pi-gpt-fast- Version
0.1.1- Published
- Jul 14, 2026
- Downloads
- 283/mo · 283/wk
- Author
- 10ego
- License
- MIT
- Types
- extension
- Size
- 17.3 KB
- Dependencies
- 0 dependencies · 1 peer
Pi manifest JSON
{
"extensions": [
"./extensions/gpt-fast.ts"
]
}Security note
Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.
README
pi-gpt-fast
Tiny pi package that adds a /gpt-fast toggle for OpenAI GPT Fast mode.
When enabled, eligible OpenAI/OpenAI Codex GPT requests are sent with:
{ "service_tier": "priority" }
Install
pi install npm:pi-gpt-fast
Or try it for one run:
pi -e npm:pi-gpt-fast
For local development, replace the package name with a checkout path such as ./pi-gpt-fast.
Usage
/gpt-fast # toggle on/off
/gpt-fast on # enable fast mode
/gpt-fast off # disable fast mode
/gpt-fast status # show current state
You can also start pi with Fast mode enabled:
pi --gpt-fast
Fast mode only applies to OpenAI/OpenAI Codex GPT models. Unsupported models/accounts may ignore or reject the priority service tier.