← ClaudeAtlas

dashscope-providerlisted

Configure Alibaba Cloud DashScope (通义千问 Qwen) as a model provider in Hermes Agent. Covers provider setup, available models, vision support detection, and mixed usage with DeepSeek.
988hj7tczd-oss/skill-tool · ★ 0 · AI & Automation · score 73
Install: claude install-skill 988hj7tczd-oss/skill-tool
# DashScope (Alibaba Cloud / 通义千问) Provider for Hermes Configure DashScope as a Hermes model provider, especially for mixing Qwen vision models with DeepSeek/Hermes reasoning models. ## Quick Setup ### Via Hermes Studio Web UI Open `http://127.0.0.1:8648` → Settings → Add Provider: | Field | Value | |-------|-------| | Provider Name | `dashscope` | | Base URL | `https://dashscope.aliyuncs.com/compatible-mode/v1` | | API Key | Your DashScope API key | | Default Model | `qwen2.5-vl-72b-instruct` (for vision) or `qwen3.6-plus` (for text) | ### Via CLI ```bash hermes config set model.base_url "https://dashscope.aliyuncs.com/compatible-mode/v1" hermes config set model.api_key "sk-xxx" hermes config set model.provider "custom" ``` Or set env var in `.env`: ``` DASHSCOPE_API_KEY=sk-xxxxxxxxxxxxxxxxxxxxxxxxxxxxx ``` Then Hermes' built-in `alibaba` provider auto-detects the key. ## Available Qwen Models on DashScope ### Text Models (推理/对话) | Model ID | Notes | |----------|-------| | `qwen3.7-max` | 最新旗舰文本模型 | | `qwen3.6-plus` | 高性价比文本模型 | | `qwen3.5-plus` | ��一代高性价比 | | `qwen3-coder-plus` | 编程专用 | | `qwen3-coder-next` | 最新编程版 | ### Vision/Multimodal Models (视觉/多模态) | Model ID | Strength | Price | |----------|----------|-------| | `qwen2.5-vl-72b-instruct` | **最强视觉**,OCR/图表/截图最优 | ~¥4/百万token | | `qwen2.5-vl-7b-instruct` | 轻量视觉 | ~¥0.5/百万token | | `qwen-vl-max` | 上一代旗舰视觉 | ~¥3/百万token | | `qwen-vl-plus` | 最便宜,简单OCR可用 | ~¥0.5/百万token | ### Qwen3.x 视觉能力说明 NOTE: `qwen3.6-3