Qwen / Model guide

Qwen models: names, capabilities and selection

Understand Qwen’s hosted models, downloadable weights and specialist families before choosing an API or local deployment.

By China AI Chat Team · Sources checked · Independent guide

Current hosted language models

Alibaba Cloud’s current text-generation guide recommends the following Qwen models. This is a selected hosted-model comparison, not a complete list of every Qwen release. Availability and permissions must be checked in your Model Studio region and workspace.

Model IDListed contextHow to interpret it
qwen3.8-max1M tokensProvider’s higher-capability general reasoning option.
qwen3.8-max-09021M tokensDated Max identifier; useful when recording an exact version for evaluation.
qwen3.7-plus1M tokensProvider’s balanced general-purpose option.
qwen3.8-flash1M tokensCost-oriented option to include in an application trial.
qwen3.7-flash1M tokensAlso in the current recommended list; compare request-length price tiers.

The guide lists thinking, function calling and structured output for these models. This describes documented support, not measured answer quality or a guarantee that every integration implements the features identically.

Source: Alibaba Cloud’s text-generation model guide. For region-specific costs, see our Qwen pricing guide.

Qwen is more than one chatbot model

The official catalog groups models by task. Language generation, visual understanding, image generation and audio generation are different capabilities. For example, it lists qwen-image-3.0-pro for image generation and qwen-audio-3.0-tts-plus for text-to-speech. Those are not substitutes for the language-model ID in a basic text chat request.

A model that reads a screenshot does not automatically generate pictures. A speech-generation model does not automatically transcribe recordings. Start with the input and output your application actually needs, then open the corresponding model reference.

The current language guide places several earlier families, including Qwen3-Coder variants, in its legacy section. Legacy is not the same as discontinued. An existing deployment may still use one; consult the provider’s status and migration notices before replacing it. A specialized name alone is not evidence that it will outperform every newer general model on your coding task.

Hosted API names and open weights are different

Downloadable Qwen releases use repository names such as Qwen/Qwen3-8B and Qwen/Qwen3-30B-A3B-Instruct-2507. These are established examples from the official Qwen3 repository, not a claim that they are the newest releases.

Model names can describe a size, an architecture, a task or a revision. In Qwen3’s mixture-of-experts naming, 30B-A3B distinguishes total parameters from the activated subset. Do not interpret the active count as the complete memory requirement. Weights, precision, context cache and serving overhead all affect hardware needs.

For a download, record the exact repository and revision, check that model’s license and model card, and confirm support in your chosen runtime. A quantized file or a third-party runtime tag may not have the same name or defaults as the original release.

Do not assume that a hosted Max, Plus or Flash identifier is a downloadable checkpoint. Hosted API specifications also do not automatically describe the context configuration of a local model.

A practical way to choose

  1. Choose the deployment route. Use a managed API when you want the provider to run inference. Consider local or self-hosted weights when you need control over the runtime and can support the hardware and operations.
  2. Define the task and failure condition. Examples include returning valid fields from an invoice, fixing a bug while preserving tests, or answering a question using only supplied material.
  3. Compare a small shortlist. For a hosted text workflow, evaluate a Flash option, Plus and Max on identical inputs. Their names are starting points for testing, not an independent ranking.
  4. Measure the whole request. Record correctness, response time, input and output tokens, retry frequency and total cost. Keep the region, model ID and thinking settings fixed during a comparison.
  5. Retest before switching. Keep difficult examples as a regression set so a version change does not quietly break a working workflow.

These are our suggested evaluation steps. ChinaAI has not published head-to-head benchmark scores for this shortlist. See how we distinguish specifications from testing.

What does a 1M context window mean?

It describes available token capacity, not one million words, guaranteed perfect recall, or an answer of that length. Requests include instructions and history as well as your main document. Output limits and thinking budgets need separate attention.

Begin with the smallest useful excerpt and a defined output format. For repeated questions over a large collection, evaluate retrieval instead of repeatedly sending every document. Check the selected model’s limits and the price tier triggered by your request length.

Your next step

Set up the Qwen API for connection details and examples, or read Qwen pricing for Singapore / International cost examples. The Qwen overview links to official access options.

ChinaAI is independent of Qwen and Alibaba Cloud. Specifications and regional availability can change. Send a correction with the relevant official reference.