Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

pi-dashscope

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pi-dashscope

Alibaba DashScope (ModelStudio) provider for oh my pi — Qwen3, GLM-5, MiniMax M2.5, Kimi K2.5 via OpenAI-compatible coding API

latest
npmnpm
Version
1.0.5
Version published
Weekly downloads
11
-68.57%
Maintainers
1
Weekly downloads
 
Created
Source

pi-dashscope

Alibaba DashScope (ModelStudio) provider for pi.dev — routes Qwen3 / GLM-5 / Kimi K2.5 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.5192k32k
kimi-k2.5Kimi K2.5252K32K

Install Pi

Prerequisites

npm i @mariozechner/pi-coding-agent

Installation

# Install using npm package
pi install npm:pi-dashscope

Verify Installation

After installation, verify it's working:

# List available models
pi model list

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

Configuration

After installing, run the configure command inside pi:

/dashscope-configure

It will prompt you for your API key and save it to ~/.pi/agent/dashscope.json. The key is applied immediately — no restart needed.

Environment variable

Set DASHSCOPE_API_KEY in your environment (takes precedence over the saved config):

export DASHSCOPE_API_KEY=sk-sp-...

Get your API key from the Model Studio console.

Usage

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

Keywords

pi-package

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