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

openclaw-aiberm

v0.3.3

Published

Aiberm provider plugin for OpenClaw - Access GPT, Claude, Gemini, DeepSeek, Grok and more models via Aiberm API with dynamic model loading

Readme

openclaw-aiberm

English | 中文

Aiberm 的 OpenClaw 插件。

通过 Aiberm API,使用一个 API Key 即可访问 GPT、Claude、Gemini、DeepSeek、Grok 等多种模型。

动态模型加载:插件会自动从 Aiberm API 获取最新的模型列表,无需更新插件即可使用最新模型。

安装

openclaw plugins install openclaw-aiberm

或通过 npm 安装:

npm install openclaw-aiberm

启用插件:

openclaw plugins enable openclaw-aiberm

重要:启用后需要重启 gateway 才能生效:

openclaw gateway restart

认证

安装并启用插件后,使用 Aiberm API Key 进行认证:

openclaw models auth login --provider aiberm --set-default

系统会提示你输入 Aiberm API Key。在 https://aiberm.com/console/token 获取你的 API Key。

如果需要更换成其他模型,可以重新运行一下 openclaw onboard,在 Model/auth provider 中选择 Skip for now,在 Filter models by provider 中选择 aiberm,然后在模型列表中选择你想切换的模型。

可用模型

模型从 API 动态加载,以下是一些示例:

OpenAI GPT

  • aiberm/openai/gpt-5.2-codex
  • aiberm/openai/gpt-5.2
  • aiberm/openai/gpt-4.1
  • aiberm/openai/gpt-4o
  • aiberm/openai/gpt-4o-mini

Anthropic Claude

  • aiberm/anthropic/claude-opus-4.5
  • aiberm/anthropic/claude-sonnet-4.5
  • aiberm/anthropic/claude-haiku-4.5
  • aiberm/anthropic/claude-sonnet-4.5:thinking

Google Gemini

  • aiberm/google/gemini-3-pro
  • aiberm/google/gemini-3-flash
  • aiberm/google/gemini-2.5-pro

DeepSeek

  • aiberm/deepseek/deepseek-r1
  • aiberm/deepseek/deepseek-v3.2

X.AI Grok

  • aiberm/x-ai/grok-4.1-fast
  • aiberm/x-ai/grok-code-fast-1

访问 Aiberm 价格页面 查看完整的模型列表。

使用方法

认证成功后,即可开始使用 OpenClaw。具体使用方法请参考 OpenClaw 官方文档

查看已安装的模型:

openclaw models list | grep aiberm

环境变量

也可以通过环境变量设置 API Key:

export AIBERM_API_KEY=sk-your-api-key

动态加载原理

  1. 插件加载时,从 https://aiberm.com/api/pricing 获取最新模型列表
  2. 如果 API 不可用,插件会使用内置的模型列表
  3. 认证时会再次获取最新模型,确保模型列表是最新的

这意味着:

  • 新模型上线后无需更新插件即可使用
  • 下线的模型会自动移除
  • 模型信息始终保持最新

为什么选择 Aiberm?

  • 统一 API:一个 API Key 访问多个 AI 提供商(OpenAI、Anthropic、Google、DeepSeek、X.AI 等)
  • 始终最新:动态模型加载确保你始终可以使用最新模型
  • 价格优惠:所有模型均有竞争力的价格
  • 稳定可靠:高可用性和快速响应
  • 简单易用:简单的认证流程

相关链接

许可证

MIT