@neilurk12/pi-pioneer

Pioneer AI model provider extension for pi coding agent

Packages

Package details

extension

Install @neilurk12/pi-pioneer from npm and Pi will load the resources declared by the package manifest.

$ pi install npm:@neilurk12/pi-pioneer
Package
@neilurk12/pi-pioneer
Version
0.1.1
Published
Jun 2, 2026
Downloads
not available
Author
neilurk12
License
MIT
Types
extension
Size
3.3 KB
Dependencies
0 dependencies · 1 peer
Pi manifest JSON
{
  "extensions": [
    "./dist/index.js"
  ]
}

Security note

Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.

README

pi-pioneer

Pioneer AI model provider extension for pi coding agent.

Installation

pi install npm:@neilurk12/pi-pioneer

Setup

Get an API key from Pioneer AI, then choose one of the following methods:

Config file (recommended)

Create ~/.config/pi-pioneer/config.json:

{
  "apiKey": "your-api-key"
}

Environment variable

export PIONEER_API_KEY="your-api-key"

If both are set, the environment variable takes precedence.

Available Models

Models are fetched dynamically from the Pioneer AI API. Example models include:

  • claude-opus-4.8
  • moonshotai/Kimi-K2.6
  • deepseek-ai/DeepSeek-V4-Flash
  • deepseek-ai/DeepSeek-V4-Pro
  • XiaomiMiMo/MiMo-V2.5-Pro
  • MiniMaxAI/MiniMax-M3

Usage

Select a Pioneer AI model in pi with /model command.