New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

omp-dashscope

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

omp-dashscope

Alibaba DashScope (ModelScope) provider for Oh My Pi — Qwen3, GLM-5, Minimax M2.5, Kimi K2.5 via OpenAI-compatible coding API

latest
npmnpm
Version
1.0.3
Version published
Weekly downloads
7
40%
Maintainers
1
Weekly downloads
 
Created
Source

omp-dashscope

Alibaba DashScope (ModelScope) provider for Oh My Pi — routes Qwen3 / GLM-5 / Kimi models through the OpenAI-compatible coding endpoint.

Models

IDNameContextOutputThinking
qwen3.5-plusQwen 3.5 Plus960K64K
qwen3-max-2026-01-23Qwen3 Max (2026-01-23)252K32K
qwen3-coder-plusQwen3 Coder Plus975K64K
qwen3-coder-nextQwen3 Coder Next200K64K
glm-5GLM-5200K16K
glm-4.7GLM-4.7166K16K
minimax-m2.5MiniMax M2.5196K64K
kimi-k2.5Kimi K2.5252K32K

Installation

From local path (development)

omp plugin link /path/to/omp-dashscope

From npm (when published)

omp plugin install omp-dashscope

Restart OMP after install/link.

Verify Installation

After installation, verify it's working:

# List available models
omp model list

# Check if dashscope models appear:
# dashscope/qwen3.5-plus
# dashscope/qwen3-max-2026-01-23
# etc.

Inside OMP, /dashscope-debug should show non-zero DashScope models (all).

Configuration

Interactive setup

Inside OMP:

/login

Select Alibaba DashScope and paste your API key.

Environment variable

Optional: set DASHSCOPE_API_KEY in your environment to use env-based auth without /login:

export DASHSCOPE_API_KEY=sk-sp-...

Get your API key from the Model Studio console.

Usage

After installing, use /model or Ctrl+L in OMP to select a dashscope/... model. Use Ctrl+T to toggle thinking for models that support it.

License

MIT

Keywords

omp-plugin

FAQs

Package last updated on 26 Feb 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts