@mrexodia/kilo-pi-provider
Kilo provider extension for Pi. Access 300+ AI models through the Kilo Gateway.
Package details
Install @mrexodia/kilo-pi-provider from npm and Pi will load the resources declared by the package manifest.
$ pi install npm:@mrexodia/kilo-pi-provider- Package
@mrexodia/kilo-pi-provider- Version
1.2.0- Published
- Mar 8, 2026
- Downloads
- 33/mo · 6/wk
- Author
- mrexodia
- License
- BSL-1.0
- Types
- extension
- Size
- 24 KB
- Dependencies
- 0 dependencies · 0 peers
Pi manifest JSON
{
"extensions": [
"./kilo.ts"
]
}Security note
Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.
README
kilo-pi-provider
Kilo provider extension for Pi. Access 300+ AI models through the Kilo Gateway.
Prerequisites
Install Pi (the coding agent CLI):
npm install -g @mariozechner/pi-coding-agent
Installation
pi install git:github.com/mrexodia/kilo-pi-provider
Usage
Start Pi as usual:
pi
Free models are available immediately. To access all models, log in with your Kilo account:
/login
This opens your browser for device authorization. Once approved, all models become available in the model selector (Ctrl+L).
You can also set the KILO_API_KEY environment variable directly instead of using the login flow.