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

openmodelmap

v1.0.1

Published

OpenModelMap CLI — query OMS scores, best use-cases, and deploy commands for any open-source AI model. npx openmodelmap qwen3

Readme

openmodelmap

CLI for OpenModelMap — the Chinese open-source AI model decision standard.

Query OMS scores, best use-cases, and deploy commands for any open-source AI model directly from your terminal.

Quick Start

# Quick search
npx openmodelmap qwen3

# Interactive recommendation
npx openmodelmap recommend

Search Mode

🔍 搜索 "qwen3" ...

  Qwen3 32B
  Qwen · 文本生成

  OMS 66.1/100 B级
  擅长: 综合能力 · 中文 · 编程
  部署: ollama run qwen3
  https://openmodelmap.com/model/Qwen/Qwen3-32B

Recommend Mode (Interactive)

npx openmodelmap recommend
想做什么任务?
[1] 编程 / Coding
[2] 对话 / Chat
[3] 翻译 / Translation
...

用什么显卡?
[1] RTX 4060 / RTX 3070 (8 GB)
[2] RTX 4070 / RTX 3060 (12 GB)
[3] RTX 4090 / RTX 3090 (24 GB)
...

━━━ 推荐结果 ━━━

#1  Qwen3 32B
    OMS 66.1/100 B级
    擅长: 综合能力 · 中文 · 编程
    部署: Ollama

What is OMS?

OMS (OpenModelMap Score) is a 5-dimension, 100-point scoring system for open-source AI models:

| Dimension | Weight | What it measures | |-----------|--------|------------------| | 综合能力 (Comprehensive) | 30% | MMLU / C-Eval / MMLU-Pro | | 编程能力 (Coding) | 20% | HumanEval | | 中文能力 (Chinese) | 20% | C-Eval + language support | | 部署友好 (Deployment) | 15% | GPU memory requirements | | 许可友好 (License) | 15% | Open-source license tier |

See the full OMS Methodology 1.0 whitepaper.

Usage

# Quick search by model name
npx openmodelmap deepseek

# Interactive recommendation
npx openmodelmap recommend

# Search by organization
npx openmodelmap meta-llama

# Get help
npx openmodelmap --help

APIs Used

This CLI queries two OpenModelMap APIs:

| API | Endpoint | Used by | |-----|----------|---------| | Search | /api/search?q=... | npx openmodelmap <name> | | Recommend | /api/recommend?task=...&gpu_memory=...&language=zh | npx openmodelmap recommend |

Both are CORS-enabled, cached, and free to use.

Features

  • Zero dependencies — single-file Node.js script, no install needed
  • OMS评分 — 5-dimension scoring at a glance
  • Best-for tags — what each model excels at
  • Deploy commands — copy-paste ready ollama / vllm / docker commands
  • Direct links — jump to full comparison pages

Environment Variables

| Variable | Default | Description | |----------|---------|-------------| | OPENMODELMAP_API | https://openmodelmap.com | Custom API endpoint |

API

This CLI uses the OpenModelMap Search API:

curl "https://openmodelmap.com/api/search?q=qwen3&limit=5"

Other APIs:

Full API docs: openmodelmap.com/oms/api

Install Globally

npm install -g openmodelmap
openmodelmap qwen3

Support

License

MIT