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.
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.console.aliyun.com — Chinese UI, requires Chinese corporate entity or individual ICP, Alipay billing.dashscope-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.
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.
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 telltales for Qwen-branded sites:
*.aliyun.com subdomain — Alibaba does not franchise Qwen access to third partiesLive pricing matrix sorts all of these vs. other Chinese LLMs. For head-to-head analysis, see /compare/alibaba-dashscope-vs-deepseek/.
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.
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.