Skip to main content

Qwen (Alibaba)

Connect to Alibaba's Qwen models via DashScope API.

Configuration

FieldRequiredExample
Application NameYesmy-qwen-app
Model NameYesqwen-max, qwen-plus
API KeyYessk-...

Getting Your API Key

  1. Go to Alibaba Cloud Model Studio
  2. Sign up or log in
  3. Navigate to API-KEY Management
  4. Create and copy your API key
ModelDescription
qwen3-maxLatest flagship, outperforms Claude 4 Opus and DeepSeek V3.1
qwen3-235b-a22b-instruct-25071M token context, 235B params (22B active)
qwen3-coder-480b-a35b-instructMost agentic code model, state-of-the-art for coding
qwq-32bReasoning model on par with DeepSeek-R1
qwen3-vl-235b-a22b-instructVision-language model
qwen-plusBalanced performance
qwen-turboFast and efficient

Note: Qwen3 supports both thinking and non-thinking modes via enable_thinking parameter. Trained on 36 trillion tokens in 119 languages.

For the complete list of available models, visit the Qwen API Documentation.

Regional Endpoints

RegionBase URL
Internationalhttps://dashscope-intl.aliyuncs.com/compatible-mode/v1
Chinahttps://dashscope.aliyuncs.com/compatible-mode/v1

Advanced Parameters

ParameterTypeDescription
max_tokensintegerMaximum tokens
temperaturefloatRandomness
top_pfloatNucleus sampling
top_kintegerTop-k sampling
seedintegerFor reproducibility

Setup Steps

  1. Navigate to AI Applications → New Application
  2. Select Model Providers tab
  3. Click Qwen (Alibaba)
  4. Enter your Application Name and API Key
  5. Select your desired Model Name
  6. Configure Advanced Settings (optional)
  7. Click Test Response to verify (optional)
  8. Review and submit