pi-sumopod-connector

SumoPod AI models for Pi coding agent - One-command setup for all SumoPod models

Package details

extension

Install pi-sumopod-connector from npm and Pi will load the resources declared by the package manifest.

$ pi install npm:pi-sumopod-connector
Package
pi-sumopod-connector
Version
1.1.0
Published
May 3, 2026
Downloads
not available
Author
wahyudichrisdianto
License
MIT
Types
extension
Size
23 KB
Dependencies
0 dependencies · 1 peer
Pi manifest JSON
{
  "extensions": [
    "./extensions/sumopod.ts"
  ],
  "image": "https://ai.sumopod.com/assets/pi-package-preview.png"
}

Security note

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

README

pi-sumopod-connector

SumoPod AI models for Pi coding agent — one-command setup for all SumoPod models.

Overview

pi-sumopod-connector bridges SumoPod AI with Pi coding agent. One install command makes every SumoPod model available inside Pi with correct pricing metadata, context-window sizes, and streaming support.

Prerequisites

Quick Start

# 1. Install the package
pi install npm:pi-sumopod-connector

# 2. Get your SumoPod API key
#    → https://ai.sumopod.com → AI tab → API Keys → Create key

# 3. Set the API key inside Pi
/sumopod-key sk-xxxx

# 4. Select SumoPod in Pi
/provider sumopod

Model Catalogue

All SumoPod models are available after install. Key highlights:

Tier Models Price Range
Free Nemotron 3 Nano 30B, GPT-OSS 20B, Qwen3 30B $0.00
Budget Gemini 2.0 Flash, GPT-4.1 Nano, DeepSeek V4 Flash $0.10–$0.28/1M
Standard GPT-4o Mini, Claude Haiku 4.5, Gemini 2.5 Flash $0.15–$3.50/1M
Premium Claude Opus 4.6, GPT-5.2, Gemini 3 Pro $1.75–$25.00/1M

For the full catalogue and current pricing, see ai.sumopod.com.

Available Models

Anthropic

  • claude-opus-4-6 — Claude Opus 4.6 (reasoning, 1M context)
  • claude-sonnet-4-6 — Claude Sonnet 4.6 (1M context)
  • claude-haiku-4-5 — Claude Haiku 4.5 (30% off)

OpenAI

  • gpt-5.2 / gpt-5.2-codex — GPT-5.2 (272K context)
  • gpt-5 / gpt-5-mini — GPT-5 series
  • gpt-4o / gpt-4o-mini — GPT-4o series
  • gpt-4.1 / gpt-4.1-nano — GPT-4.1 series

Google

  • gemini/gemini-3-pro-preview — Gemini 3 Pro (reasoning)
  • gemini/gemini-2.5-flash — Gemini 2.5 Flash
  • gemini/gemini-2.0-flash — Gemini 2.0 Flash

DeepSeek

  • deepseek-v4-flash — DeepSeek V4 Flash
  • deepseek-v4-pro — DeepSeek V4 Pro (75% off)

Other Providers

  • kimi-k2-5-260127 — Kimi K2.5 (BytePlus)
  • qwen3.6-plus — Qwen 3.6 Plus (50% off)
  • mimo-v2.5-pro — Mimo V2.5 Pro (70% off)
  • glm-5 — GLM-5 (90% off until Apr 2027)

Free Tier (until May 8, 2026)

  • nvidia/nemotron-3-nano-30b — Nemotron 3 Nano 30B
  • openai/gpt-oss-20b — GPT-OSS 20B
  • qwen/qwen3-30b-a3b-instruct-2507 — Qwen3 30B

Usage in Pi

# Switch to SumoPod provider
/provider sumopod

# Use a specific model
/model gpt-5.2          # then pick from sumopod list

# Or combine
/model sumopod:gpt-5.2

# List all available providers
/provider list

Troubleshooting

"SUMOPOD_API_KEY is not set"

Make sure the environment variable is exported before starting Pi:

export SUMOPOD_API_KEY=sk-xxxx
pi

Models not appearing

Run pi update --extensions to refresh package installation.

Security

  • API key is read from the SUMOPOD_API_KEY environment variable
  • Key is never logged, stored in code, or committed to the repository
  • Review the source code before installing any third-party package

License

MIT — Wahyudi Chrisdianto

Links