npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

opencode-sumopod

v2.0.2

Published

OpenCode plugin for AI Sumopod (OpenAI-compatible)

Readme

opencode-sumopod

OpenCode plugin for Sumopod — a multi-model AI provider.


Quick Start

npx opencode-sumopod install

That's it. The installer writes the provider config (with all 50+ models) to your global OpenCode config automatically.

Then:

  1. Open opencode
  2. Run /connect → search Sumopod → enter your API key
  3. Run /models → pick any Sumopod model
  4. Start coding!

What the installer does

Writes the following to ~/.config/opencode/opencode.json:

  • Adds "opencode-sumopod" to the plugin list
  • Registers the full Sumopod provider config with all available models

No manual file editing required.


Uninstall

npx opencode-sumopod uninstall

To also remove the stored API key:

opencode auth remove sumopod

Available Models (50+)

| Model ID | Display Name | Context | Provider | |---|---|---|---| | qwen3.6-flash | Qwen 3.6 Flash | 991K | Alibaba | | qwen3.6-plus | Qwen 3.6 Plus | 991K | Alibaba | | claude-haiku-4-5 | Claude Haiku 4.5 | 200K | Anthropic | | claude-sonnet-4-6 | Claude Sonnet 4.6 | 1M | Anthropic | | claude-opus-4-6 | Claude Opus 4.6 | 1M | Anthropic | | deepseek-v3-2 | DeepSeek V3.2 | 96K | BytePlus | | kimi-k2-5-260127 | Kimi K2.5 | 256K | BytePlus | | seed-2-0-code | Seed 2.0 Code | 256K | BytePlus | | seed-2-0-pro | Seed 2.0 Pro | 256K | BytePlus | | deepseek-v4-flash | DeepSeek V4 Flash | 1M | DeepSeek | | deepseek-v4-pro | DeepSeek V4 Pro | 1M | DeepSeek | | gemini/gemini-2.5-flash | Gemini 2.5 Flash | 1M | Google | | gemini/gemini-2.5-pro | Gemini 2.5 Pro | 1M | Google | | gemini/gemini-3-flash-preview | Gemini 3 Flash | 1M | Google | | gemini/gemini-3-pro-preview | Gemini 3 Pro | 1M | Google | | gpt-4.1 | GPT-4.1 | 1M | OpenAI | | gpt-5 | GPT-5 | 272K | OpenAI | | gpt-5.1-codex | GPT-5.1 Codex | 272K | OpenAI | | gpt-5.2-codex | GPT-5.2 Codex | 272K | OpenAI | | kimi-k2.6 | Kimi K2.6 | 262K | Moonshot | | glm-5 | GLM-5 | 200K | Z.AI | | glm-5.1 | GLM-5.1 | 200K | Z.AI | | (and 30+ more) | | | |


Troubleshooting

Models not showing in /models after install

  • Make sure you ran the installer: npx opencode-sumopod install
  • Restart opencode after installing
  • Confirm API key is set: opencode auth list

Clear plugin cache if needed

rm -rf ~/.cache/opencode/node_modules/opencode-sumopod

Then restart opencode.


License

MIT