Qwen logo

Qwen Review 2026

Alibaba frontier AI models and assistant

AI Models: LLMs, Multimodal Systems, and More
Visit Qwen → Join Discussion
WHATAI LATEST · SEP 5, 2026

Qwen in 2026: The Most Interesting Part Is How Many Ways You Can Use It

Qwen3.8 is a frontier model family, Qwen Studio is a free assistant, Qwen Code is an open coding agent, and selected weights can be self-hosted. That flexibility is the advantage and the complexity.

By WhatAI Editorial ·

Qwen is no longer one model that can be compared neatly with one version of ChatGPT, Claude or Gemini.

By September 2026, it is an ecosystem.

A non-technical user can open Qwen Studio and use a free assistant for chat, reasoning, web search, Deep Research, images, video and interactive artifacts. A developer can call Qwen through an OpenAI-compatible API. A software engineer can run Qwen Code in the terminal. An infrastructure team can download Qwen3.8-27B under Apache 2.0 and operate it on its own hardware.

That breadth is now the most important thing to understand about Qwen.

The question is not simply whether Qwen3.8 is better than another frontier model. The question is which layer of Qwen solves the job with the right balance of quality, cost, privacy and control.

Qwen3.8 is the current center of gravity

Qwen3.8 is the latest major model generation. The official 27B model card describes major gains in coding, professional work, research and long-horizon agentic tasks. It is a native vision-language model with flexible thinking control and a native context of 262,144 tokens that can be extended toward one million tokens.

The 27B model matters because it makes the Qwen3.8 generation usable outside hyperscale infrastructure. Its current Hugging Face model card uses Apache 2.0 and supports common serving stacks including Transformers, vLLM and SGLang.

The giant Qwen3.8-2.4T-A95B checkpoint is different. It uses a separate Qwen3.8-Max model license and is so large that the phrase local model becomes misleading for ordinary users. Downloading weights is technically different from being able to operate them economically.

This is why WhatAI would avoid saying Qwen is open source as a universal statement. The accurate statement is that the Qwen ecosystem contains open-source software and open-weight models, with licensing that varies by checkpoint.

Qwen Studio has become a serious free assistant

The consumer side is unusually accessible. Qwen Studio currently provides a free interface into the broader model ecosystem.

Studio is much broader than chat. Search connects the model to current web information. Thinking adds more reasoning effort. Deep Research performs multi-step investigation. Artifacts can create and revise HTML and SVG. Web development turns natural-language descriptions into webpages. Image and video tools add a creative layer.

That makes Qwen Studio the obvious place to start. There is little reason to begin with API billing if the first question is simply whether you like the model's behavior.

Deep Research is one of Qwen's strongest product-level differentiators

A model benchmark measures base intelligence under a test harness. A research product measures the complete workflow.

Qwen Deep Research can plan a task, search multiple sources, read information, synthesize evidence and produce a structured report. Current workflows also support local files and can transform completed research into other shareable formats such as a webpage or podcast.

That is useful because research rarely ends with an answer in a chat bubble.

The output format does not make the research true. Every consequential conclusion still deserves source verification. Open the citations behind high-stakes claims, check dates and prefer primary sources where practical.

Qwen Code makes the ecosystem more than a chatbot family

Qwen Code is an open-source terminal coding agent. It can inspect repositories, edit files, run tools, use skills and subagents, work through IDE integrations and support automated workflows.

The product has evolved quickly during 2026, which means older tutorials can become stale quickly too. Access and authentication arrangements changed during the year, so a current setup guide matters more than an old promise of free coding access.

Judge Qwen Code using a real repository. Ask it to understand the project before editing. Give it a bounded bug. Measure whether tests pass. Review the diff. Track how often the agent loops, retries or consumes excessive context. Agentic coding economics are driven by successful task completion, not lines of code generated.

API pricing is competitive, but token price is not the whole cost

Alibaba Cloud's September 2026 international list pricing shows qwen3.8-max at $2 per million input tokens and $6 per million output tokens. Qwen3.8-27B is listed at $0.50 input and $3 output. Qwen3.8-Flash is $0.15 input and $0.47 output.

Those figures are attractive, but they should not be compared in isolation.

A cheaper model that requires three retries can cost more than a stronger model that completes the task once. A large context window can become expensive if the application sends unnecessary history on every request. Context caching can improve the economics when repeated context is stable.

The practical benchmark is cost per accepted result. Take real tasks, measure completion, token usage, latency and correction time, then compare effective cost rather than only the price table.

The privacy terms deserve attention before confidential work

Qwen's 2026 Studio terms contain language that businesses should read carefully. User Content is described as non-confidential and non-proprietary unless another direct agreement or applicable law creates different obligations. The terms also authorize use of non-personal User Content to develop and improve machine-learning and AI technologies.

Qwen's training-data summary provides an important control by saying users can request to opt out of training use.

For an ordinary user asking for a recipe, this may not materially change the decision. For a company uploading confidential source code, customer records, unreleased strategy or proprietary research, it should.

Consumer Qwen Studio should not be treated as a confidential enterprise workspace by assumption. Enterprise buyers should review the relevant Alibaba Cloud commercial terms, regional deployment options and data controls.

Open weights are a real advantage only when control matters

The ability to self-host Qwen3.8-27B is strategically valuable. A company may need data to stay inside a controlled environment. A research team may want full model access. A developer may need to fine-tune or instrument inference in ways a hosted service does not expose.

Open weights make those things possible. They do not make them effortless.

A 27B multimodal model still requires meaningful GPU memory, a serving framework, monitoring, scaling and engineering ownership. Long context raises memory pressure and concurrency changes capacity planning.

The correct comparison is self-hosted total cost versus hosted API total cost at the required workload and privacy level. Do not self-host because open sounds better. Self-host when the control earns its operational cost.

Benchmarks are useful, but your workload decides

Qwen's official model cards publish extensive benchmark results across coding, reasoning, multimodal understanding and agent tasks. These are useful signals, but many are vendor-reported or evaluated under specific harnesses.

Independent testing adds friction because real agent behavior includes failure modes that benchmarks can miss: stopping at the wrong time, taking unnecessary tool calls, producing brittle code or succeeding only after expensive retries.

The correct response is not to dismiss benchmarks. It is to use them to decide what deserves your own test.

Qwen versus ChatGPT, Claude and Gemini

For ordinary users, Qwen's immediate advantage is accessibility because Studio is currently free.

ChatGPT, Claude and Gemini each have mature consumer ecosystems, strong models and different integration advantages. Qwen's distinctive strength is the bridge between consumer convenience and model openness.

A user can begin with a polished assistant and later move to commercial APIs or selected open weights without leaving the broader model family.

That does not make Qwen automatically better. It makes it unusually flexible.

Qwen versus other open model families

Open-model competition changes rapidly. DeepSeek, Kimi, Qwen and other model families can leapfrog one another over months rather than years.

Qwen's current strength is breadth: large frontier checkpoints, a practical 27B model, multimodal capability, research tools, image models and Qwen Code.

The weakness is complexity. A model family with many products can make pricing, licensing and naming harder to understand.

A practical Qwen evaluation

Start with Studio because it costs nothing. Choose five tasks you already perform in another assistant. Include one difficult reasoning task, one research task, one long document, one multimodal input and one piece of writing.

Compare the actual results. If Qwen performs well, identify whether you even need anything deeper.

A non-technical user may stop there. A developer should then run the same workload through the API and calculate cost. A coding team should test Qwen Code on a real repository. An infrastructure team should benchmark Qwen3.8-27B before committing to self-hosting.

At every layer, move deeper only when the additional control creates value.

Who should shortlist Qwen

Almost any curious AI user can justify trying Qwen Studio because the entry cost is currently zero. Developers should pay closer attention if they want OpenAI-compatible access at competitive token prices. Organizations that value open weights have a strong reason to evaluate Qwen3.8-27B. Researchers and developers building agentic workflows may also find Qwen3.8 and Qwen Code increasingly competitive.

Who should be cautious

Businesses with confidential information should not treat the consumer Studio as a private enterprise environment without reviewing the terms. Teams that want one simple commercial contract may find the mixture of Studio, Alibaba Cloud, Qwen Code and multiple model licenses more complicated than a single closed provider.

The WhatAI view

Qwen's most compelling feature in 2026 is optionality.

You can use it like a free chatbot. You can use it like a research product. You can use it like a coding agent. You can call it like an API. You can download parts of it and operate them yourself.

That flexibility is meaningful because AI workflows change. A prototype can begin in Studio, move into an API and eventually justify private deployment without requiring the team to abandon the model family entirely.

The trade-off is that every step introduces another decision about pricing, licenses, privacy and infrastructure.

Know what is available. Use only what earns a place in your workflow.

For Qwen, start with the free layer. Move deeper only when the extra control, performance or economics prove that they are worth it.

Qwen's regional structure matters more than it first appears

Alibaba Cloud does not present every Qwen API as one globally identical service. Pricing tables distinguish international, China and European deployment scopes, and the same model can have different list prices depending on where it is served. Free quotas can also be region-specific. For example, the current open-model pricing documentation notes that some Qwen3.8 free quotas apply in Singapore and are valid only for a limited activation period.

This matters for more than price.

A production team should decide where data is processed, what regional controls apply, which model IDs are available in that region and whether latency changes when users are far from the deployment. The cheapest published token rate is not automatically the right production endpoint.

For WhatAI, regional availability belongs in the architecture decision rather than in a footnote after the application has already been built.

The one-million-token context window is useful, but it changes prompting discipline

Long context can make Qwen attractive for repository analysis, large research collections and document-heavy workflows. It can also encourage applications to send far more material than the model needs.

A larger context window does not eliminate retrieval design. Sending hundreds of thousands of irrelevant tokens can increase latency, increase cost and make important instructions harder to distinguish from background material.

Use long context when the task genuinely depends on broad source access. For repeated applications, separate stable context from changing context, use caching where supported and test whether retrieval or summarization produces the same result more efficiently.

This is especially important with agent workflows. An agent that preserves a long reasoning and tool history can accumulate context over many steps. The application needs rules for what should remain, what can be summarized and when a fresh context is safer.

Multimodal capability should be tested by modality, not as one checkbox

Qwen3.8-27B is a native vision-language model, and Qwen Studio exposes a broader multimodal experience. That does not mean performance is equally strong for every image, document, chart or video task.

A team considering Qwen for document intelligence should test scanned PDFs, tables, charts and screenshots from the real workflow. A video-analysis team should test the actual video length, frame density and question type it expects. A computer-use workflow should measure whether the model can correctly interpret the interface before allowing it to act.

Multimodal models are easiest to overestimate when a polished demo uses clean inputs. Production data is usually messier.

The same principle applies to Qwen's creative tools

Qwen Studio now reaches into image generation, image editing and video generation, but those features solve a different job from the foundation model itself. A user who wants one free AI workspace may value having them together. A professional designer or video creator may still prefer a specialist model or editor with more control.

This is consistent with the wider Qwen decision.

Breadth is useful when it removes switching costs. Breadth becomes noise when the specialist tools already work better for you.

How WhatAI would test Qwen against a current workflow

Do not build a generic leaderboard. Build a task set.

For writing, use prompts where you already know what strong output looks like. For research, include questions that require current primary sources. For coding, use real bugs with automated tests. For vision, use the documents and screenshots your team actually sees. For API evaluation, record not only token cost but also retries, malformed tool calls, human correction and latency.

Then decide where Qwen belongs.

It may replace another assistant completely. It may become the low-cost model behind a high-volume feature while another model handles difficult exceptions. It may be valuable only as an open-weight deployment option. Or the free Studio may be the only part worth using.

That is not a weakness in the evaluation. It is the point of an ecosystem with several layers.

The strongest Qwen workflow is the one that uses exactly as much of Qwen as the job deserves.

ℹ️

WhatAI Decision Box

Best for:

Users who want a capable free AI assistant and developers who value a model ecosystem spanning hosted frontier models, low-cost APIs, open weights, multimodal tools and an open-source coding agent.

Not for:

Teams that need consumer-chat content treated as confidential by default, buyers who want one simple model and license, or organizations unwilling to evaluate regional hosting, licensing and data-policy differences.

⇆ Often compared with

ℹ️ WhatAI Field Note

  • Qwen's biggest advantage is optionality. Test Studio for free, move to the API when production economics matter, and consider open weights only when control or deployment needs justify the infrastructure work.
  • Do not use 'Qwen is open source' as a blanket statement. Qwen3.8-27B is Apache-2.0, while the 2.4T flagship checkpoint uses a different Qwen3.8-Max model license.

Qwen is Alibaba's family of frontier AI models and the ecosystem around them. Qwen Studio gives users free access to chat, reasoning, multimodal understanding, Deep Research and creative tools, while Qwen3.8 models can also be accessed through APIs or downloaded in selected open-weight variants.

Where Qwen Earns Its Place

Qwen is unusually flexible because the same ecosystem spans a polished free assistant, commercial APIs, an open-source coding agent and downloadable model weights. That makes it useful to both ordinary users and technical teams that want more control over deployment.

The Data, License and Model Choice Trade-Off

Qwen is not one model or one license. Hosted models, downloadable checkpoints and Studio have different terms. Qwen Studio's user-content rules also deserve review before confidential work, while open-weight users need to verify the exact license attached to each checkpoint.

About Qwen

Qwen is Alibaba's family of frontier foundation models and the ecosystem built around them. The current Qwen experience spans Qwen Studio for free consumer chat, reasoning, web search, Deep Research, artifacts, image and video generation; Qwen3.8 flagship and open-weight language models; Qwen Code for agentic software development; and OpenAI-compatible APIs through Alibaba Cloud Model Studio and Qwen Cloud. Qwen is particularly notable for combining a strong hosted assistant with downloadable open models, multimodal capabilities, long context and increasingly capable coding and agent workflows.

Use Cases

Use a free general AI assistant for writing, reasoning and everyday questionsRun deep web research with citationsAnalyze long documents and large file collectionsUnderstand images, audio and videoGenerate and edit imagesGenerate short AI videoCreate interactive HTML and SVG artifactsBuild webpages from natural-language descriptionsWrite and debug softwareOperate an agentic coding workflow from the terminalAnalyze large code repositoriesBuild AI applications through an OpenAI-compatible APISelf-host an open Qwen modelFine-tune a Qwen model for a specialist domainUse a lower-cost model for high-volume inferenceBuild multilingual AI productsPrototype AI agents with tool callingCompare hosted frontier models with open-weight alternativesGenerate research reports and turn them into webpages or podcastsDeploy a multimodal model in private infrastructure

Key Features

  • Qwen3.8-Max flagship model
  • Qwen3.8 open-weight model family
  • Qwen3.8-27B Apache-2.0 weights
  • Qwen Studio free AI assistant
  • Thinking and non-thinking modes
  • Up to 1 million token hosted context on current flagship APIs
  • Text reasoning and generation
  • Image and video understanding on supported models
  • Audio understanding in Qwen Studio
  • Web search
  • Deep Research
  • Local-file research
  • Research reports with citations
  • Research-to-webpage generation
  • Research-to-podcast generation
  • Image generation and editing
  • Video generation
  • Artifacts for interactive HTML and SVG
  • Natural-language web development
  • Qwen Code open-source terminal coding agent
  • Repository-level coding workflows
  • Skills and subagents in Qwen Code
  • OpenAI-compatible API
  • Local model deployment
  • vLLM and SGLang support
  • Transformers support
  • Fine-tuning support
  • Context caching on supported APIs
  • Adjustable reasoning effort on Qwen3.8
  • Preserved reasoning context for agent workflows
  • Multilingual support
  • Web, iOS, Android, macOS and Windows access

Pricing

Qwen Studio

Free

  • • Free public AI assistant
  • • Qwen3.8-Max in the current Studio experience
  • • Chat and reasoning
  • • Web search and Deep Research
  • • Image generation and editing
  • • Video generation
  • • Artifacts and web development
  • • Multimodal file understanding
  • • Usage limits and model availability can change

Qwen3.8-Max API

$2 input / $6 output per 1M tokens

  • • International Alibaba Cloud Model Studio list pricing
  • • Up to 1 million input tokens
  • • Thinking and non-thinking modes
  • • Context caching
  • • Promotional and regional pricing may differ

Qwen3.8-27B API

$0.50 input / $3 output per 1M tokens

  • • International Singapore list pricing
  • • Up to 1 million hosted context
  • • Thinking and non-thinking modes
  • • Open-weight 27B model also available
  • • Apache-2.0 model license
  • • Limited free quota may apply in supported regions

Qwen3.8-Flash API

$0.15 input / $0.47 output per 1M tokens

  • • International list pricing
  • • Designed for lower-cost high-volume inference
  • • Up to 1 million token request range
  • • Context caching support
  • • Regional pricing may differ

Open-Weight Models

Free weights; infrastructure extra

  • • Selected models available from Hugging Face and ModelScope
  • • Qwen3.8-27B currently uses Apache-2.0
  • • Qwen3.8-2.4T-A95B uses a separate Qwen3.8-Max model license
  • • Self-hosting compute and operations are not free
  • • License terms differ by checkpoint

Alibaba Cloud Model Studio

Pay as you go

  • • OpenAI-compatible APIs
  • • Regional deployments
  • • Context caching
  • • Fine-tuning and dedicated deployment options
  • • Pricing varies by model and region

Pricing varies by plan and region — see current pricing.

Plan features change — last updated: 2026-09-05.

Details

Categories: AI Models: LLMs, Multimodal Systems, and MoreAI Tools & ChatbotsAI, Coding and DevelopmentFrontier LLMs & Chat ModelsOpen-Source & Efficient ModelsResearch & Knowledge Work
Skill Level: Beginner to Advanced
Access Methods: browser, ios, android, macos, windows, api, open-weights, cli

Tags

qwenalibabaai modelfrontier llmqwen3.8qwen studioopen weightsmultimodal aideep researchai codingqwen codeimage generationlong contextagentic aifoundation model
👍 👎

Qwen Pros & Cons

Access

👍 Pro

Qwen Studio currently gives free access to a broad set of frontier AI capabilities

👎 Con

Free-product quotas and default models can change without the predictability of a paid enterprise contract

Model ecosystem

👍 Pro

Hosted frontier models, smaller APIs and downloadable weights give teams several deployment paths

👎 Con

The number of models, products and licensing variants makes the ecosystem more complex to evaluate

Open weights

👍 Pro

Qwen3.8-27B is a powerful Apache-2.0 model that can be self-hosted

👎 Con

The largest flagship checkpoint uses different licensing and demands substantial infrastructure

Research

👍 Pro

Deep Research combines web search, multi-step analysis, citations and rich output formats

👎 Con

Research quality still depends on source selection and human verification

Coding

👍 Pro

Qwen3.8 and Qwen Code create a strong open coding and agent stack

👎 Con

Agent reliability and efficiency can vary significantly by task

Data terms

👍 Pro

Qwen publishes service and training-data information including an opt-out path

👎 Con

The consumer Studio terms are broad enough that confidential business users should review them carefully

How to Get Results with Qwen: Step-by-Step Workflow

  1. Choose the Qwen layer

    Decide whether the job is consumer assistance, API development, coding automation or self-hosted inference. Qwen Studio, Model Studio, Qwen Code and open weights solve different problems.

  2. Start in Qwen Studio

    Use the free Studio interface to test answer quality, reasoning, research and multimodal behavior before paying for API volume or deploying infrastructure.

  3. Keep confidential data out

    Until your organization has reviewed Qwen's enterprise terms and data controls, avoid uploading secrets, sensitive client information or proprietary documents to the consumer Studio service.

  4. Pick a model by workload

    Use Max for difficult frontier tasks, Flash for cost-sensitive volume, and open-weight models when local deployment or model control is genuinely required.

  5. Benchmark with real prompts

    Run a representative prompt set across Qwen and your current model. Measure correctness, tool completion, latency, output length and cost instead of relying only on vendor benchmarks.

  6. Test Deep Research separately

    For research work, verify citations and source quality. A strong report can still contain a weak inference or a source that does not support the exact sentence.

  7. Model API economics

    Estimate input tokens, output tokens, cache hits and request volume. Compare Max, 27B and Flash using cost per successful task rather than price per million tokens alone.

  8. Check the exact open license

    If self-hosting, open the model card for the exact checkpoint and review its license, hardware requirements, context behavior and serving-framework support.

  9. Use Qwen Code for coding jobs

    Evaluate Qwen Code as a separate agentic workflow. Give it a real repository and measure successful changes, test pass rate, tool loops and token consumption.

  10. Keep only the useful layer

    You do not need Qwen Studio, Qwen Code, APIs and self-hosting together. Keep only the layer that improves your workflow relative to existing tools.

Qwen Gotchas and Limits to Know Before You Start

  • Qwen is a model family and product ecosystem, so capabilities and terms differ across Studio, APIs and downloaded checkpoints.
  • Qwen Studio's current terms say User Content is deemed non-confidential and non-proprietary unless separate terms or law apply.
  • The Studio terms authorize use of non-personal User Content to develop and improve machine-learning and AI technologies.
  • Qwen's training-data summary says users can request to opt out of training use.
  • Studio being free does not mean the commercial API is free.
  • API prices vary by region, deployment scope, context length, cache usage and promotions.
  • A 1 million token context window does not mean every task should use a million tokens; long context can increase cost and latency.
  • Open weight does not always mean Apache-2.0 or unrestricted open-source licensing.
  • Qwen3.8-27B is Apache-2.0, while Qwen3.8-2.4T-A95B uses a separate license.
  • The 2.4T model is extremely large and impractical for ordinary local hardware.
  • Vendor benchmark results should be complemented with independent tests and internal workload benchmarks.
  • Deep Research citations still require human verification.
  • Image, video and web outputs can raise copyright, factual and disclosure obligations.
  • Qwen Code setup and access arrangements have changed during 2026, so older tutorials may be stale.
  • The Qwen ecosystem changes quickly, with model names, defaults and APIs updated frequently.
  • No public Qwen consumer affiliate program was verified.

Which Qwen Feature Fits Your Use Case

Feature Good for Common mistake Fix
Qwen Studio Trying current Qwen capabilities without infrastructure or API setup Assuming the free chat product has enterprise confidentiality terms Keep sensitive material out until data handling has been reviewed for the intended account and contract
Qwen3.8-Max Complex reasoning, coding, research and long-horizon agent tasks Using the most expensive model for routine high-volume jobs Route simple tasks to Flash or a smaller model and reserve Max for work where it measurably improves completion
Qwen3.8-27B Teams wanting a capable, deployable Apache-2.0 Qwen checkpoint Assuming a free model download makes self-hosting inexpensive Include GPU memory, serving, observability, engineering and uptime in deployment cost
Deep Research Multi-source web research and structured reports Treating a cited report as automatically verified Open the important citations and confirm that the evidence supports each consequential conclusion
Qwen Code Agentic coding from terminal and IDE workflows Judging it from generated code volume rather than completed engineering tasks Measure tests passed, bugs introduced, intervention rate, runtime and total token cost
Artifacts and Web Dev Rapid HTML, SVG and webpage prototyping Treating generated front-end code as production-ready without inspection Review accessibility, security, responsiveness and maintainability before shipping
OpenAI-compatible API Testing Qwen in applications already designed around OpenAI-style calls Assuming protocol compatibility means identical model behavior and parameters Validate tool calling, streaming, reasoning settings, multimodal fields and errors against Qwen documentation
Open weights Private deployment, research and custom infrastructure Using one licensing assumption across the entire Qwen family Read the exact model card and license before commercial deployment

Starter Prompts for Qwen

Research this market with Qwen Deep Research. Separate sourced facts from your own inference and give me the five claims I should verify manually before making a decision.
Compare Qwen3.8-Max, Qwen3.8-27B and Qwen3.8-Flash for this API workload using expected input length, output length, latency and monthly request volume.
Audit whether Qwen3.8-27B is realistic to self-host for our infrastructure. Include GPU memory, serving framework, concurrency, context length and operational overhead.
Use Qwen Code to inspect this repository before changing anything. Propose a plan, identify risky files, then make the smallest change that solves the issue and run the relevant tests.
Compare Qwen Studio with ChatGPT, Claude and Gemini for this exact workflow. Evaluate output quality, research, multimodal capability, privacy terms and total cost rather than feature count.

Qwen — Frequently Asked Questions

What is Qwen?

Qwen is Alibaba's family of foundation models and the product ecosystem built around them. It includes Qwen Studio, Qwen3.8 language and multimodal models, Qwen Code, image-generation models and commercial APIs.

What is the latest Qwen model in September 2026?

Qwen3.8 is the current major generation. Qwen Studio currently centers on Qwen3.8-Max, while downloadable Qwen3.8 checkpoints include the 27B model and the much larger 2.4T-A95B model.

Is Qwen Studio free?

Yes. Qwen Studio is currently offered as a free public AI assistant. Feature limits, model selection and quotas can change, so heavy users should verify the current in-product limits.

How much does Qwen3.8-Max API cost?

Alibaba Cloud's September 2026 international list pricing shows qwen3.8-max at $2 per million input tokens and $6 per million output tokens. Regional prices, caching and promotions can differ.

How much does Qwen3.8-27B cost through the API?

The current international Singapore list price is $0.50 per million input tokens and $3 per million output tokens. The model can also be downloaded and self-hosted, where infrastructure replaces per-token billing.

Is Qwen open source?

Parts of the Qwen ecosystem are open source or open weight, but licensing depends on the exact model. Qwen3.8-27B is currently Apache-2.0, while Qwen3.8-2.4T-A95B uses a separate Qwen3.8-Max model license.

What is Qwen Deep Research?

Deep Research is Qwen's multi-step research workflow. It searches and reads sources, analyzes evidence and creates structured reports with citations. Current workflows can also use local files and transform reports into other formats.

What is Qwen Code?

Qwen Code is Qwen's open-source terminal coding agent. It can inspect repositories, edit files, run tools, use skills and subagents, integrate with IDEs and connect to Qwen or supported third-party model providers.

Does Qwen use my chats to improve its models?

Qwen's 2026 Studio terms allow non-personal User Content to be used to develop and improve machine-learning and AI technologies. Qwen's training-data summary also says users can request to opt out of training use.

Is Qwen Studio suitable for confidential business information?

Use caution. Qwen Studio's current terms say User Content is deemed non-confidential and non-proprietary unless separate terms or applicable law say otherwise. Enterprise users should review contracted data controls before uploading confidential material.

Can I self-host Qwen?

Yes, selected Qwen checkpoints can be downloaded and self-hosted. Qwen3.8-27B is a practical example compared with the much larger flagship checkpoint, but serving costs, GPU memory, reliability and engineering remain the user's responsibility.

Does Qwen have an affiliate program?

WhatAI did not find a public consumer affiliate program for Qwen Studio or the Qwen model family. Alibaba Cloud has broader partner programs, but those should not be described as a Qwen consumer affiliate program without specific referral terms.

Related AI Models: LLMs, Multimodal Systems, and More Tools

6 tools
ChatGPT logo

ChatGPT

$0/mo – Custom

Google Gemini logo

Google Gemini

$0–$199.99/mo

MiniMax logo

MiniMax

$22–$132/mo

Claude logo

Claude

$0/mo – Custom

Grok AI logo

Grok AI

$0 – Custom

Kimi logo

Kimi

$0–$599/mo

Explore the Network

People discussing Qwen also discuss...

Alternatives to Qwen

ChatGPT ChatGPT $0/mo – Custom Compare Google Gemini Google Gemini $0–$199.99/mo Compare MiniMax MiniMax $22–$132/mo Compare Claude Claude $0/mo – Custom Compare

Pairs well with Qwen

Sources & References

  1. Qwen official home and current Studio experience ↗
  2. Qwen Studio official feature overview ↗
  3. Qwen Studio live chat interface ↗
  4. Qwen official API platform ↗
  5. Official Qwen3.8 GitHub repository ↗
  6. Official Qwen3.8 2.4T A95B model card and license ↗
  7. Official Qwen3.8 27B Apache-2.0 model card ↗
  8. Alibaba Cloud Model Studio current Qwen API pricing ↗
  9. Alibaba Cloud Qwen3.8-27B model information ↗
  10. Qwen Deep Research official product article ↗
  11. Qwen Code official product page ↗
  12. Qwen Code current official quick start ↗
  13. Qwen Studio 2026 Terms of Service ↗
  14. Qwen training data summary and opt-out information ↗
  15. Techsy independent Qwen3.8 API and pricing test ↗
  16. RemakeBench independent Qwen3.8 Max agent test ↗
  17. Qwen3.8 Max hands-on practical test ↗
  18. Qwen3.8 hands-on preview test ↗
  19. RemakeBench Qwen3.8 Max comparative game tests ↗
  20. Official Qwen Deep Research webpage and podcast demo ↗

Try Qwen

Visit the official website to get started with Qwen today.

Visit Qwen →

Explore More

More AI Models: LLMs, Multimodal Systems, and More Tools

Browse similar AI tools in this category

Compare AI Tools

Side-by-side comparison of features

Community Forum

Discuss Qwen with other users