Access Qwen via DashScope International: The English-First Chinese LLM Path

Alibaba runs both a Chinese and an international DashScope portal. Overseas developers should use the International one — English UI, Visa/Mastercard accepted, same Qwen models.

Fan Chuanyu's profile

Written by Fan Chuanyu

2 min read

Alibaba's Qwen family (Qwen3-72B / Qwen 2.5 Max / Qwen-VL Max) is the best-served Chinese LLM for overseas developers — because Alibaba Cloud International exists as a separate legal entity from Alibaba Cloud China with a proper English platform. This post is how to use it without accidentally ending up on the Chinese-only portal.

What is Qwen / DashScope

Qwen is Alibaba's family of LLMs. They're hosted on DashScope, Alibaba Cloud's managed inference platform. The catch: DashScope has two faces.

  • DashScope (domestic China)dashscope.console.aliyun.com — Chinese UI, requires Chinese corporate entity or individual ICP, Alipay billing.
  • DashScope Internationaldashscope-intl.console.aliyun.com — English UI, international card billing, Singapore legal entity.

Overseas developers should always be on the International portal. The domestic one is a dead-end unless you have a Chinese company.

The real official URLs

Chinese portal: dashscope.console.aliyun.com English portal: dashscope-intl.console.aliyun.com

Both listed on our Alibaba DashScope Provider Profile. The ICP filing is under Alibaba Cloud's China entity; the International operation is a Singapore-incorporated subsidiary, which simplifies tax + data-residency conversations for non-Chinese companies.

Signup walkthrough (International portal)

  1. Go directly to dashscope-intl.console.aliyun.com. Not the Chinese portal.
  2. Register an Alibaba Cloud International account. Email + international phone number accepted.
  3. Add a payment method. Visa / Mastercard both work officially — no Alipay required on this portal.
  4. Activate Model Studio (the product bundle that includes DashScope).
  5. API Keys → create and copy.
  6. First call — Qwen is OpenAI-compatible:
    curl https://dashscope-intl.aliyuncs.com/compatible-mode/v1/chat/completions \
      -H "Authorization: Bearer YOUR_KEY" \
      -H "Content-Type: application/json" \
      -d '{"model": "qwen-plus", "messages": [{"role": "user", "content": "Hello"}]}'
    

Wrapper vs. real DashScope

Wrapper telltales for Qwen-branded sites:

  • Not a *.aliyun.com subdomain — Alibaba does not franchise Qwen access to third parties
  • Claims to offer "Qwen API" without mentioning DashScope or Alibaba Cloud (they're operationally inseparable)
  • Billing in USD with a fixed-markup "per-conversation" pricing model (real DashScope charges per-token, matching the published Qwen pricing)

Model picks

  • Qwen 2.5 Max — the closed flagship, competitive with GPT-4o on Chinese + bilingual benchmarks
  • Qwen3 72B Instruct — mid-tier flagship, open-weight under Apache 2.0 (also hostable on Together.ai or self-hosted)
  • Qwen-VL Max — multimodal, strong OCR on Chinese documents

Live pricing matrix sorts all of these vs. other Chinese LLMs. For head-to-head analysis, see /compare/alibaba-dashscope-vs-deepseek/.

Reliability + compliance

Singapore legal entity makes DashScope International the easiest Chinese LLM to defend in a procurement review — it's legally Alibaba Cloud Singapore, not China. Combined with solid uptime (Alibaba scales inference on the same infrastructure that runs Taobao), this is the path of least resistance for enterprise buyers.

Summary

Always start at dashscope-intl, not the Chinese portal. Alibaba supports overseas buyers officially. See our Provider Profile for the verified URLs + ICP + last-verified date.


Last updated: 2026-04-22. DashScope pricing + portal URLs verified same day.

Share: