Free to read. Sign up to save tools and get alerts when they change. Plus 900+ more AI tool profiles.

Sign up free
7 min read·Updated August 15, 2026

Qwen is Alibaba's AI model family, spanning sub-billion-parameter edge models up to the 2.4-trillion-parameter Qwen 3.8 Max, whose weights shipped in August 2026 under a custom license — while the smaller models stay Apache 2.0, now led by the multimodal Qwen3.8-27B, all supporting 100+ languages.

Share

Listen to this overview

Free preview · first 0:30
0:00 / 0:30

Unlock audio and more

Audio streaming, downloadable PDFs and certificates come with Plus and Pro.

Learning Objectives

  • Understand the Qwen model family and how its scale and multilingual breadth set it apart
  • Identify where Qwen's capabilities exceed or complement US-based models
  • Distinguish between Qwen's consumer chat interface and its open-weight models available for download

What Is Qwen?

Qwen (pronounced "chwen" — short for Qianwen, meaning "thousands of questions" in Chinese) is Alibaba's family of large language models developed by Alibaba Cloud's research team. First released publicly in 2023, Qwen has rapidly become one of the most capable and versatile international AI model families available globally.

The Qwen family is notable for three things: massive scale (models from 0.8 billion parameters up to the 2.4-trillion-parameter multimodal Qwen 3.8 Max), extreme multilingual breadth (100+ languages, with particularly strong performance across Asian languages), and a tiered licensing model — the smaller models ship under Apache 2.0, while the flagship Qwen 3.8 Max is downloadable under custom terms that gate large-scale commercial resale.

Qwen powers the consumer AI chat interface on Alibaba's platforms in China and is accessible globally via chat.qwenlm.ai and through API providers including Together.ai, Replicate, and Alibaba Cloud.

💡Key Concept

Why Qwen matters globally: Most AI model families are optimized for English and a handful of major Western European languages. Qwen was built from the ground up for 100+ languages — including Chinese, Japanese, Korean, Arabic, and dozens of other languages where US models often underperform. For multinational organizations and developers building applications for non-English markets, Qwen is one of the few frontier-class options with genuine multilingual depth.

🎯Tip

Try Qwen: chat.qwenlm.ai — free to use; models also available via Hugging Face and major cloud providers

The Qwen Model Family

The flagship is Qwen 3.8 Max (August 2026) — a mixture-of-experts model with 2.4 trillion total parameters, roughly 95 billion of them active per request, and 262,144 tokens of native context. Its weights went public on August 12, 2026 under a custom Qwen license rather than Apache 2.0. It sits above Qwen 3.7 Max (text reasoning and agentic, May 2026) and Qwen 3.7 Plus (a multimodal agent, generally available since June 2026), both of which remain API-only. The Apache 2.0 flagship is now Qwen3.8-27B (August 14, 2026) — 27 billion parameters with native image and video input, a 262,144-token context window extending to one million, and no licensing thresholds at all. It replaces Qwen 3.6 (April 2026) in that role, though 3.6 remains a solid smaller option. The earlier Qwen 3.5 generation introduced the family's Gated DeltaNet+MoE architecture and remains a capable open-weight option.

ModelTypeNotes
Qwen 3.8 Max (flagship)Downloadable (custom Qwen license)2.4 trillion total / 95 billion active; multimodal; 262K native context; weights published August 12, 2026
Qwen 3.7 MaxProprietary (API only)Text reasoning + agentic; 1 million token context; May 2026
Qwen 3.7 PlusProprietary (API only)Multimodal agent (text, image, video); generally available June 2026
Qwen3.8-27B (Apache 2.0 flagship)Open (Apache 2.0)27 billion; multimodal (image + video); 262K native context to 1 million; 61.7 SWE-bench Pro, 84.3 OSWorld; no license thresholds; August 14, 2026
Qwen 3.6Open (Apache 2.0)27 billion dense + 35 billion-A3 billion MoE; compact 27 billion beats the larger Qwen 3.5 on agentic coding; April 2026
Qwen 3.5Open (Apache 2.0)397 billion total / 17 billion active; Gated DeltaNet+MoE; 262K to 1 million context; strong multilingual (early 2026)
QwQ-32 billionOpen (Apache 2.0)Reasoning-specialized; chain-of-thought; competitive with larger models on math and logic
Qwen-VL / Qwen-Audio / Qwen-CoderOpen (multi-size)Vision, audio, and code-specialized variants in the same family

💡Key Concept

Openness by tier, not by track. Qwen began as an open-weight-first family, and by 2026 Alibaba had settled on a graded approach: the smaller and mid-sized models stay Apache 2.0, the flagship is downloadable under custom terms that only bite at commercial scale, and the intermediate Max and Plus models remain API-only. The effect is to keep Qwen central to the self-hosting community while still charging the largest resellers for the biggest model.

⚠️Warning

Qwen 3.8 Max is downloadable, but it is not Apache 2.0. The weights landed on Hugging Face on August 12, 2026. The custom Qwen license requires a separate agreement from Qwen once a model-as-a-service or AI work assistant business exceeds $50 million in revenue over twelve consecutive months, and requires prominent model-name attribution for products above 100 million monthly active users or $20 million in monthly revenue. Internal use is exempt so long as the model and its outputs stay in-house. The smaller Qwen 3.6 and 3.5 generations are unaffected and remain Apache 2.0.

The compact sibling shipped on August 14, 2026 with none of this attached. Qwen3.8-27B is on Hugging Face ungated under plain Apache 2.0 — no revenue trigger, no attribution requirement, no separate agreement. If the thresholds above are a problem for what you are building, that is the model to reach for.

Core Features

100+ Language Support

Qwen's multilingual capability is its most distinctive technical achievement. The model family supports over 100 languages with strong performance in:

  • East Asian languages: Chinese (Simplified and Traditional), Japanese, Korean — with idiomatic quality that often exceeds US models
  • Southeast Asian languages: Thai, Vietnamese, Indonesian, Malay, Filipino
  • Middle Eastern languages: Arabic, Persian, Turkish
  • European languages: French, German, Spanish, Italian, Portuguese, Russian
  • Low-resource languages: Many languages where other frontier models have minimal training data

For developers building applications for Asian markets especially, Qwen is frequently the highest-quality option available.

Gated DeltaNet+MoE Architecture

The open Qwen 3.5 flagship introduced a novel Gated DeltaNet+MoE architecture — combining efficient linear attention (DeltaNet) with a Mixture-of-Experts routing layer. That model has 397 billion total parameters but activates only ~17 billion for any given input, delivering frontier-class performance at a fraction of the compute cost of a dense model — a design the family has carried forward.

The 262K native context window can be extended to 1 million tokens, making Qwen 3.5 suitable for processing extremely long documents, codebases, and multi-turn conversations.

Remarkable Small Model Efficiency

One of Qwen 3.5's most impressive achievements is at the small end of the model range: the 9 billion parameter model matches GPT-OSS-120 billion (a model 13 times its size) on challenging benchmarks including GPQA Diamond and MMMU-Pro. This makes Qwen 3.5 small models some of the most efficient AI models available for on-device and edge deployment.

QwQ-32 billion — Reasoning Specialist

QwQ-32 billion is Qwen's reasoning-specialized model, trained to produce extended chain-of-thought reasoning before arriving at final answers. It competes with much larger models on math olympiad problems, logical deduction, and complex multi-step reasoning tasks — making it one of the most capable open-weight reasoning models available.

Open Weight Models

Most Qwen models are released on Hugging Face under Apache 2.0 or compatible permissive licenses, meaning they can be:

  • Downloaded and run locally (with appropriate hardware)
  • Fine-tuned on proprietary datasets
  • Deployed on-premise for air-gapped environments
  • Used commercially without royalties

The flagship Qwen 3.8 Max is the exception. Its weights are downloadable, but under custom terms rather than Apache 2.0 — so the last bullet does not hold for it once a model-as-a-service business passes $50 million in revenue. Check which license applies to the specific checkpoint you plan to deploy.

This openness has made Qwen models the most widely used open-weight models outside the US for many enterprise applications.

Pricing & Access

Access MethodCostDetails
chat.qwenlm.ai (consumer)FreeWeb chat interface; access to Qwen models; no account required for basic use
Alibaba Cloud Model Studio APIUsage-based (very low cost)~$0.0004–$0.002 per 1K tokens depending on model size; among the lowest API prices globally
Open-weight download (Hugging Face)FreeDownload models directly; run locally with Ollama, LM Studio, or vLLM; hardware required
Third-party API providersUsage-basedTogether.ai, Replicate, Fireworks AI — host Qwen models with competitive pricing
Qwen 3.8 Max (QwenCloud API)Usage-based$2 per million input tokens, $6 per million output tokens; cached input at 25 cents per million

Qwen's API pricing through Alibaba Cloud is among the lowest of any frontier model family — making it particularly attractive for high-volume enterprise deployments.

⚠️Warning

Data privacy note: Using Qwen via Alibaba Cloud or chat.qwenlm.ai sends data to servers in China, subject to Chinese data law. For privacy-sensitive applications, download the open-weight models and run them locally or on your own cloud infrastructure — this eliminates the data residency concern entirely.

Strengths

  • Multilingual depth: 100+ languages with high-quality performance in Asian languages where US models often fall short
  • Model size range: 0.8 billion to 397 billion — covers everything from on-device edge deployment to frontier-class cloud inference
  • Exceptional small model efficiency: 9 billion model matching GPT-OSS-120 billion (13x its size) on GPQA Diamond and MMMU-Pro
  • Open-weight availability: Most models downloadable under permissive licenses — privacy, fine-tuning, and on-premise deployment all supported
  • Extended context: 262K native, extensible to 1 million tokens — among the longest context windows available
  • Competitive API pricing: Among the lowest cost per token of any frontier model family
  • Strong tool use: 122 billion-A10 billion variant scores 72.2 on BFCL-V4, making it competitive for agentic applications
  • QwQ reasoning: Open-weight reasoning model competitive with much larger closed models
  • Multimodal variants: Vision, audio, and code-specialized models in the same family

Limitations & Considerations

  • Data privacy concerns for cloud API: Using Qwen via Alibaba Cloud sends data to Chinese servers — use open-weight models locally for sensitive applications
  • Alignment differences: Chinese government regulations shape content moderation — Qwen will not discuss certain topics freely (Taiwan, Tiananmen Square, political dissent) in ways that differ from US models
  • Ecosystem maturity: Fewer English-language tutorials, plugins, and integrations compared to ChatGPT or Claude
  • Hardware requirements for large models: Running the 70 billion+ models locally requires significant GPU memory (80GB+ VRAM for the largest variants)

Best Use Cases

TaskWhy Qwen
Non-English Asian language applicationsBest-in-class quality for Chinese, Japanese, Korean, and 97+ other languages
On-device or edge AI deployment0.8 billion–9 billion models run on consumer hardware; 9 billion matches models 13x its size
Enterprise fine-tuning (non-sensitive data)Apache 2.0 license; full model weights; customize for domain-specific tasks
Cost-sensitive high-volume API workloadsAmong the lowest API token prices of any frontier model
Open-source reasoning tasksQwQ-32 billion competes with much larger models on math and logic at open-weight
Agentic and tool-use applications122 billion-A10 billion variant excels at function calling and structured tool use

When to choose alternatives:

  • Privacy-sensitive data that cannot touch Chinese servers → Mistral Le Chat, Claude, or self-hosted open-weight Llama
  • Broadest English-language capabilities → GPT-5.5, Claude Opus 4.7
  • Real-time web search and citations → Perplexity or ChatGPT with search
  • Enterprise workplace software integration → Microsoft 365 Copilot or Google Workspace AI

Getting Started

  1. Visit chat.qwenlm.ai for free browser access to Qwen models
  2. For developers: browse Qwen models on Hugging Face and download any model for local use
  3. Try QwQ-32 billion for a reasoning-intensive task — compare its extended thinking output to other models
  4. For local deployment: install Ollama and run the latest open-weight generation (e.g. ollama run qwen3.6)
  5. For API access at scale: visit Alibaba Cloud Model Studio to get API credentials

Key Takeaways

  • Qwen is Alibaba's frontier AI model family, led by Qwen 3.8 Max (2.4 trillion parameters, 95 billion active), whose weights went public on August 12, 2026, while Qwen 3.6 leads the Apache 2.0 line
  • The flagship's license is custom, not Apache 2.0 — commercial resale above $50 million in revenue requires a separate agreement with Qwen. The compact Qwen3.8-27B shipped on August 14, 2026 under plain Apache 2.0 with no thresholds attached, and is now the family's open flagship
  • Its 262K native context window (extensible to 1 million tokens) and 100+ language support make it the go-to choice for multilingual applications in markets where US models fall short
  • The 9 billion small model matching GPT-OSS-120 billion on key benchmarks demonstrates remarkable efficiency — ideal for edge and on-device deployment
  • Most Qwen models are open-weight under permissive licenses — downloadable, fine-tunable, and deployable on-premise to eliminate data privacy concerns
  • The Qwen API through Alibaba Cloud is among the lowest-cost frontier model API options available globally — attractive for high-volume deployments
  • QwQ-32 billion demonstrates that Qwen's reasoning capability is competitive with much larger closed-source models — open-weight reasoning at frontier-adjacent quality

Keep track of the tools you’re evaluating

  • The AI Hub on a phone: a 12-day AI Skill Streak and an expanded Content updates alert listing the saved items that changed.
  • Recommended for you on a phone: nine personalised suggestions labelled Trending in AI news, On your saved list, and Popular.
  • My AI Tools on a phone: saved tools including GitHub Copilot and OpenAI Codex, each with an Updated badge.

Swipe for Recommended for you and My AI Tools

Your AI Hub — sample data.

📰Qwen Chat in the News

Showing the 4 stories where Qwen Chat is tagged in Top AI Stories.

Other tools in International Chatbots

Show 3 more →

Other tools from Alibaba Cloud

🧭Recommended for you

Optional detours — these connect to what you just read, and your next lesson will be waiting.