Alibaba Cloud Qwen & Qwen Code
Alibaba Cloud's Qwen (通义千问) and Qwen-Coder series are state-of-the-art open-source and proprietary foundation models purpose-built for code generation, bug fixing, refactoring, and multi-language software engineering.
Website: https://www.alibabacloud.com/help/en/model-studio/
Getting an API Key
- Log in to the Alibaba Cloud Model Studio / DashScope Console.
- Navigate to API Key Management.
- Create a new API key (
DASHSCOPE_API_KEY) and copy it securely.
Supported Models
PostQode supports all major Qwen-Coder and DashScope models:
Coding & Agentic Execution
qwen2.5-coder-32b-instruct- (Recommended for Coding) Flagship open-weights coding model for unified diffs, refactoring, and syntax accuracyqwen3-coder-480b-a35b-instruct- Frontier high-capacity code generation engineqwen2.5-coder-14b-instruct- Efficient balanced coding modelqwen2.5-coder-7b-instruct- Ultra-fast lightweight model for quick scripts and completions
Frontier Reasoning & Planning
qwen3-235b-a22b- (Recommended for Planning) High-depth algorithmic reasoning and system architectureqwen-max- Alibaba Cloud's flagship proprietary reasoning modelqwen-plus- Balanced reasoning and execution model for daily developmentqwen-turbo- Fast, low-latency reasoning and chat modelqwen2.5-72b-instruct- 72B open-weights foundation model
Configuration in PostQode
- Open PostQode Settings ().
- Select Qwen (or Alibaba Cloud DashScope) in the API Provider dropdown.
- Enter your DashScope API Key (
sk-...). - Select your model from the dropdown or manually specify the Model ID (e.g.
qwen2.5-coder-32b-instructorqwen-max). - (Optional) If using DashScope International endpoints, configure your custom Base URL (
https://dashscope-intl.aliyuncs.com/compatible-mode/v1). - Click Save Settings to connect.