Official Kilo-maintained provider extension for Pi. Access Kilo Gateway models with free-model support, browser authentication, and organization accounts.
- Use free Kilo Gateway models without signing in
- Sign in to access the full model catalog and select a personal or organization account
- Expose Kilo reasoning variants through Pi thinking levels
- Route responses-only OpenAI models through the compatible Kilo endpoint
Install Pi, the coding agent CLI:
npm install -g --ignore-scripts @earendil-works/pi-coding-agentpi install git:github.com/Kilo-Org/kilo-pi-providerStart Pi as usual:
piFree models are available immediately. To access all models, sign in with your Kilo account:
/login kilo
This opens your browser for device authorization. When your account belongs to organizations, Pi lets you choose which Kilo account to use.
You can also set KILO_API_KEY directly instead of using the login flow. Set KILO_ORG_ID or KILOCODE_ORGANIZATION_ID to bill and filter models for an organization account.
This repository is a Kilo-maintained derivative of mrexodia/kilo-pi-provider. The original source and Kilo modifications are distributed under the Boost Software License 1.0.