pi-bansos

Free OpenAI-compatible model provider for pi via OpenCode Zen and MiMo Free

Packages

Package details

extension

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.2.0
Published
Jun 18, 2026
Downloads
689/mo · 689/wk
Author
mannnrachman
License
MIT
Types
extension
Size
17.4 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. It adds a bansos provider with live free models from OpenCode Zen and Xiaomi MiMo Free 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 and mimo-auto
  • 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

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 pi-bansos

License

MIT