pi-freellmapi
Pi Agent extension for discovering models from a FreeLLMAPI
Package details
Install pi-freellmapi from npm and Pi will load the resources declared by the package manifest.
$ pi install npm:pi-freellmapi- Package
pi-freellmapi- Version
0.1.7- Published
- Sep 12, 2026
- Downloads
- 1,109/mo · 610/wk
- Author
- whohami-work
- License
- MIT
- Types
- extension
- Size
- 46.1 KB
- Dependencies
- 0 dependencies · 2 peers
Pi manifest JSON
{
"extensions": [
"./index.ts"
]
}Security note
Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.
README
pi-freellmapi
A Pi package and that discovers models from FreeLLMAPI
and registers them as the native freellmapi provider.
freellmapi router & fallback chains(<remote + local models providers>) -> unified API -> pi :D
Install as a Pi package
pi install npm:pi-freellmapi
Native pi [/login]
pi
--
[/reload]
[/login]
[ Select authentication method:
Signin with an API key
Select provider to configure:
> → FreeLLM API • unconfigured
- enter BASE_URL
- enter API_KEY
]
[/model] or [/scoped-models]
[ Select any freellmapi/<model>]
<!-- models router: <auto> < auto:<chain-name> --!>
--
Base Url
- Default:
http://127.0.0.1:31415/v1* - Chat:
/v1/chat/completions - Responses:
/v1/responses - Messages:
/v1/messages(Anthropic-compatible (Claude)) - Embeddings:
/v1/embeddings(model: "auto" or a family from the Embeddings tab)
Unified Key & Agent Keys
hat-to Tashfeen FreellmAPI Documentation