CLI for OpenModelMap — the Chinese open-source AI model discovery engine.
Find the right model for your hardware. Compare benchmarks. Get deploy commands. All from your terminal.
npx openmodelmap qwen3 # Search
npx openmodelmap recommend # Interactive: task + GPU → best modelnpx openmodelmap deepseek
🔍 "deepseek" ...
DeepSeek-V3.2
DeepSeek · text-generation
MMLU 90.5 · HumanEval 94.2 · C-Eval 92.0
Deploy: ollama run deepseek-v3
→ https://openmodelmap.com/model/deepseek-ai/DeepSeek-V3.2
| Resource | URL |
|---|---|
| 🏆 Rankings | https://openmodelmap.com/rankings |
| 🆕 Latest Models | https://openmodelmap.com/latest |
| 🖥️ Hardware Matching | https://openmodelmap.com/hardware |
| 📋 Model Directory | https://openmodelmap.com |
npm install -g openmodelmap- Zero dependencies, single-file Node.js
- MMLU / HumanEval / C-Eval benchmarks
- Hardware VRAM matching
- Ollama / vLLM / Docker deploy commands
- OMS 5-dimension scoring
| API | Endpoint |
|---|---|
| Search | /api/search?q=... |
| Recommend | /api/recommend?task=...&gpu_memory=... |
| OMS Model | /api/oms/v1/model/:org/:name |
| OMS Top | /api/oms/v1/top?limit=20 |
Full docs: https://openmodelmap.com/oms/api
MIT · https://openmodelmap.com