pi-bansos
Free OpenAI-compatible model provider for pi via OpenCode Zen, MiMo Free, and KiloCode gateway
Package details
Install pi-bansos from npm and Pi will load the resources declared by the package manifest.
$ pi install npm:pi-bansos- Package
pi-bansos- Version
0.3.2- Published
- Jul 8, 2026
- Downloads
- 1,053/mo · 35/wk
- Author
- mannnrachman
- License
- MIT
- Types
- extension
- Size
- 23.6 KB
- Dependencies
- 0 dependencies · 0 peers
Pi manifest JSON
{
"extensions": [
"./extensions"
]
}Security note
Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.
README
pi-bansos
Free model provider for pi (browse packages). It adds a bansos provider with live free models from OpenCode Zen, Xiaomi MiMo Free, and the KiloCode gateway through a local OpenAI-compatible proxy.
Why
- No user API key required for supported free upstreams
- Auto-checks model availability on every pi startup
- Registers only models that are currently alive
- Supports OpenCode free models,
mimo-auto, and KiloCode gateway free models (keyless, 200 req/hr per IP) - Local-only proxy binds to
127.0.0.1
Education & responsible use
pi-bansos is made for learning how pi extensions, local proxies, OpenAI-compatible providers, and free-model routing work. Use it responsibly: respect upstream terms, avoid abuse or traffic flooding, and expect free access to change or stop anytime.
Install
Requires pi.
pi install npm:pi-bansos
Usage
pi
# /model → bansos → choose a free model
Optional custom port:
BANSOS_PORT=18081 pi
Notes
Free upstream models are best-effort: promos can expire, model IDs can change, and rate limits may apply. pi-bansos health-checks them at startup so unavailable models are skipped instead of registered.
Uninstall
pi remove npm:pi-bansos
License
MIT