|

Qwen AI: What It Is, What It Costs, and Who Should Use It

Qwen AI is Alibaba Cloud’s family of large language models. It runs from small models you can download and run on a laptop up to a 2.4-trillion-parameter flagship you rent through an API. The Chinese name, Tongyi Qianwen, translates roughly to “understanding all questions.” Most of the family ships under an Apache 2.0 licence, so the weights are free to download, modify and use commercially.

This guide covers what Qwen is, what it costs, where your data goes, and who should actually use it. Every figure was verified in August 2026.

What Is Qwen AI?

Qwen AI is a family of models built by Alibaba Cloud, the cloud computing arm of Alibaba Group. It is not one product. The name covers a research programme, a set of downloadable model weights, a paid API, and a free chat app.

Two things set Qwen apart from most Western AI labs. The first is openness. Most Qwen models are published as open weights on Hugging Face and ModelScope under Apache 2.0, so you can download them, fine-tune them and run them on your own hardware without paying anyone. The second is language coverage. Qwen 3 supports 119 languages and dialects and was trained on 36 trillion tokens. If you work outside English, that range matters more than a benchmark score.

You will see several names attached to the same thing. Tongyi Qianwen is the original Chinese brand. Qwen is the international one. Qwen Studio, previously called Qwen Chat, is the free consumer app. QwenCloud and Alibaba Cloud Model Studio are where developers buy API access. Same models, different front doors.

The Qwen Model Family in 2026

The family splits into specialised lines, and choosing the right line matters more than choosing the biggest model. A 7B coder model will beat a much larger general model at writing a function, and it will run on hardware you already own.

Model lineWhat it doesBest for
Qwen3General text models, dense and mixture-of-experts, from 0.5B to 235B parametersEveryday writing, reasoning, chat
Qwen3-MaxHosted flagship models, API only until August 2026Long documents, agent workflows
Qwen3-CoderCode-specialised training, 1M-token contextRepository-scale programming
Qwen3-VLVision and language: reads images, video and screenshotsTurning a design mockup into code
Qwen3-OmniText, image, audio and video in; text and speech outVoice assistants, real-time apps
Qwen-ImageImage generation and editing, strong text renderingGraphics with readable text

The current flagship is Qwen3.8-Max, released on 3 August 2026. It is a mixture-of-experts model with 2.4 trillion total parameters and a one-million-token context window, which is enough to hold an entire codebase or a few hundred contracts in one conversation. It accepts text, images and video, and returns text.

It is also the first Max-class Qwen model Alibaba has open-sourced, alongside a smaller Qwen3.8-27B checkpoint. That reversed a trend. Through 2026 Alibaba had moved its Max and Plus flagships to API-only access and kept open weights for smaller models. Opening a Max-class model again suggests the open-weight strategy is still central to how the company competes. For a wider view of that market, see our roundup of the best open-source LLMs.

How Qwen Actually Works

Two design choices explain both Qwen’s speed and its price.

The first is mixture-of-experts, or MoE. A traditional model pushes every input through every parameter. An MoE model splits its parameters into specialised groups and routes each input to only the few that are relevant, in the same way a hospital triage desk sends you to one department instead of walking you past every doctor in the building. The model can be enormous on paper while only a fraction of it works on any single request. That is how a 2.4-trillion-parameter model stays affordable to serve.

The second is hybrid reasoning. Qwen 3 models have a thinking mode for step-by-step problems and a non-thinking mode for quick answers, and you switch between them with a prompt tag or an API parameter. Thinking mode uses more tokens and takes longer, so it suits maths, code and multi-step analysis rather than rewriting an email.

How to Use Qwen AI: Three Ways

1. Free in your browser

The simplest route is Qwen Studio at chat.qwen.ai. It is free, needs no subscription, and works on web, iOS, Android and macOS. You get chat, document upload, image generation, image and video understanding, and web search in one interface. For most people testing whether Qwen is any good, this is the whole answer.

There is no usage meter to watch and no card to enter, which makes it an unusually low-risk way to compare Qwen against whatever you use now. Run the same three prompts you rely on daily through both and judge the output yourself. Benchmark tables are useful, but they are measured on tasks that may look nothing like yours.

2. Through the API

Developers buy access through QwenCloud or Alibaba Cloud Model Studio. The endpoints are OpenAI-compatible, so moving an existing app across is usually a change of base URL and model ID rather than a rewrite. Function calling, structured outputs, batch requests and fine-tuning are all supported. Model Studio runs in Singapore, US (Virginia), Beijing, Hong Kong, Tokyo and Frankfurt, which matters if you have data-residency rules to satisfy.

3. On your own hardware

Because most of the family is open weight, you can download a checkpoint and run it locally with Ollama, LM Studio, llama.cpp or vLLM. Small models run on a decent laptop. Mid-sized ones need a workstation GPU. The 2.4-trillion-parameter flagship needs a multi-node datacentre, so the 27B checkpoint is the realistic on-premise choice. We walk through the setup step by step in our guide to running Qwen locally.

Qwen AI Pricing

The consumer app is free. The API is not, and one detail catches people out: the developer API free tier was discontinued on 15 April 2026. Plenty of older articles still claim you get free API requests. You do not.

ModelInput per 1M tokensOutput per 1M tokens
Qwen3.8-Max (flagship)$2.00$6.00
Qwen3.7-Max$1.25 (promo, list $2.50)$3.75 (promo, list $7.50)
Qwen-Plus (mid-tier)from $0.40from $1.20
Qwen-Flash (cheapest)~$0.05~$0.40
Cached input (implicit)$0.25n/a

That last row is the one that decides your bill. Cached input costs roughly eight times less than fresh input, so a stable prompt prefix saves more money than a shorter prompt does. If you are building anything that reuses a long system prompt, design for cache hits first. Our full Qwen AI pricing breakdown works through the maths with real usage examples.

Where Your Data Goes

This is the question most guides skip, and for a US or European reader it is usually the deciding factor.

Qwen’s privacy policy states that personal data collected through the hosted platform is stored and processed in Singapore and mainland China. Entities within the Alibaba group in both locations have limited remote access for operational purposes. The policy also permits sharing data with service providers, analytics partners and any competent law enforcement or government agency where disclosure is considered necessary under applicable law. Alibaba states that prompts are not used for training without explicit consent.

If that is a problem for your organisation, the open weights solve it completely. A model you download from Hugging Face and run on your own servers sends nothing to Alibaba. This is the practical reason many Western teams use Qwen: not the hosted product, but the weights.

A reasonable middle path is to split by sensitivity. Use the hosted API for public-facing or low-risk work such as marketing copy, translation and summarising published documents, and keep a self-hosted checkpoint for anything covered by a client contract, an NDA or a regulation. That gives you the cost advantage on volume work without moving confidential material offshore.

Qwen vs ChatGPT, Claude, Gemini and DeepSeek

FactorQwenChatGPT / Claude / GeminiDeepSeek
Open weightsYes, mostly Apache 2.0NoYes
Free consumer chatYes, no subscriptionFree tier with limitsYes
Flagship API cost$2 / $6 per 1MGenerally higherLower
Context window1M tokensVaries by modelLarge
Languages119English-first, strongStrong
Self-hostableYes, 0.5B to 27BNoYes
Data locationSingapore, mainland ChinaUS / EU regionsChina

The honest verdict: choose Qwen AI when you need open weights, low cost, wide language coverage, or full on-premise control. Choose a US frontier model when procurement rules require it, when you need US or EU data residency, or when you need the last few percentage points of English reasoning and coding quality. Both statements are true at the same time, and any article that tells you one model wins everything is selling something. We keep a running head-to-head at aiera.blog’s Qwen vs ChatGPT comparison.

What Qwen Is Good At, and What It Is Not

Qwen3.8-Max scores 86.6 on Terminal-Bench 2.1, ahead of Claude Opus 4.8 at 84.6 and behind GPT-5.6 Sol at 88.8. On GPQA Diamond it reaches 92.6, only marginally above its predecessor’s 92.4. On SWE-bench Pro it lands at 67.7, clearly behind the leading Western models. The largest gains are agentic and multimodal rather than raw reasoning: FrontierSWE moved from 40.7 to 73.5 and DeepSWE 1.1 from 21.6 to 56.6.

Two caveats belong in any fair reading. Alibaba’s multimodal comparison table benchmarks the new model against Qwen3.7-Plus rather than Qwen3.7-Max, which flatters the improvement. And Alibaba’s own reinforcement-learning scaling curve peaks around 4,000 training environments and then declines, which suggests this approach is nearing its limit.

In practice, Qwen AI is strong at multilingual work, coding agents, long-document analysis and cost-sensitive deployment. It is weaker where US enterprise compliance is a hard requirement, and the flagship is out of reach for anyone without serious hardware. For coding specifically, the dedicated Qwen3-Coder models are usually the better pick than the general flagship.

Frequently Asked Questions

Is Qwen AI free?

Yes, the Qwen Studio chat app is free with no subscription. The developer API is paid, and its free tier ended on 15 April 2026.

Who owns Qwen AI?

Alibaba Cloud, the cloud division of Alibaba Group. The family’s Chinese name is Tongyi Qianwen.

Is Qwen AI safe to use?

Hosted Qwen stores data in Singapore and mainland China and may disclose it to law enforcement. Self-hosted Qwen keeps everything on your own hardware.

Is Qwen better than ChatGPT?

Qwen wins on cost, open weights and language range. Leading US models still edge it on English reasoning and coding benchmarks.

Can I run Qwen AI on my own computer?

Yes. Small checkpoints run on a laptop through Ollama or LM Studio. The 2.4-trillion-parameter flagship needs datacentre hardware.

What is Qwen 3?

The 2025 generation that introduced mixture-of-experts architecture, thinking and non-thinking modes, and support for 119 languages.

The Verdict

If you just want a capable free assistant, open Qwen Studio and start typing. If you are building something, the API is cheap and OpenAI-compatible, so testing it costs you an afternoon. If your organisation cannot send data to Chinese or Singaporean infrastructure, download the weights and run them yourself, which is the option no closed US model gives you. Qwen AI models move fast, so check the date on anything you read about them, including this page. We update our Qwen coverage at aiera.blog every month.

Similar Posts