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

qwen-opencode-provider

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

qwen-opencode-provider

OpenCode plugin for Qwen API - auto adds provider with 28+ models

latest
Source
npmnpm
Version
3.2.4
Version published
Maintainers
1
Created
Source

OpenCode Qwen Plugin

OpenCode plugin for Qwen API - auto-configures models.

Important

⚠️ Plugin requires manual provider config - OpenCode doesn't support auto-registering providers via plugins yet.

Plugin only auto-configures the model list.

Installation

Step 1: Add plugin to opencode.json

{
  "plugin": ["qwen-opencode-provider"]
}

Step 2: Add Provider Config

Add this to your opencode.json:

{
  "$schema": "https://opencode.ai/config.json",
  "plugin": ["qwen-opencode-provider"],
  "provider": {
    "qwen": {
      "npm": "@ai-sdk/openai-compatible",
      "name": "Qwen",
      "options": {
        "baseURL": "https://qwen.aikit.club/v1",
        "apiKey": "YOUR_QWEN_TOKEN"
      },
      "models": {}
    }
  }
}

Get Token

  • Visit https://chat.qwen.ai and login
  • Open Developer Console (F12)
  • Run: localStorage.getItem('token')

Usage

/connect
# Select: Other
# Enter: qwen

/models
# Select Qwen model

Supported Models

Plugin auto-configures these models:

ModelContextOutput
qwen3-max262K32K
qwen3-vl-plus262K32K
qwen3-coder-plus1M65K
qwen3-vl-32b131K32K
qwen3-coder-flash262K65K
qwq-32b--
qwen-deep-research--

Features

  • 👁️ Vision (image analysis)
  • 🌐 Web Search
  • 🧠 Thinking Mode
  • 👨‍💻 Code Generation

License

MIT

Keywords

opencode

FAQs

Package last updated on 01 Mar 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