A pi extension that dynamically registers all Fuel1.ai models as a provider. Models are fetched live on startup, so new model releases appear automatically.
pi install git:github.com/blackfuel-ai/pi-fuel1The extension auto-discovers on next pi startup — no /reload needed.
Get an API key at console.fuel1.ai.
Recommended — log in from inside pi:
- Run
/login - Choose Use an API key
- Select Fuel1
- Paste your key when prompted
pi stores the key in ~/.pi/agent/auth.json, so you only do this once.
export FUEL1_API_KEY=bf_your_key_hereThe extension reads the key stored via /login first, then falls back to FUEL1_API_KEY.
Verify the models are available:
pi --list-modelsYou should see all Fuel1 models listed under the fuel1 provider.
Select a model via the model selector (Ctrl+P) or by typing:
/model fuel1
pi updateOr after upgrading, run /reload in pi.