Alibaba launches Qwen 2.5, open models from 500M to 72B
Alibaba has released Qwen 2.5, a family of open language models ranging from 500 million to 72 billion parameters. The release expands the options for running generative AI at very different costs and capability levels.
Alibaba launched Qwen 2.5 this Thursday, a new generation of its open language model family. The collection spans models from 500 million to 72 billion parameters and aims to cover everything from lightweight uses on devices or modest servers to complex reasoning, programming and mathematics tasks.
The release reinforces a trend that accelerated throughout 2024: Chinese labs are no longer competing solely through closed AI services, but also with models whose weights—the files containing what the models learned during training—can be downloaded and adapted.
Seven sizes to avoid overpaying
Qwen 2.5 comes in versions with 0.5, 1.5, 3, 7, 14, 32 and 72 billion parameters. Parameters are the numerical connections a model adjusts during training; the number alone does not determine quality, but it generally indicates how much computing power and memory the model will need to run.
The range of sizes has an important practical consequence. Not every company needs—or can afford—the cost of serving a model with tens of billions of parameters. Smaller versions make it possible to test internal assistants, document classification or automated responses with far more affordable infrastructure. Larger models are aimed at tasks where answer quality, instruction following and the ability to handle lengthy problems justify the additional resources.
Alibaba has released both base and Instruct variants. The former are designed for developers who want to continue training them on their own data. The latter have already been fine-tuned for conversation and for following instructions in natural language, making them a better fit for a chatbot, coding assistant or document-query tool.
Language, code and math in the same family
The company presents Qwen 2.5 as an improvement in general knowledge, language understanding, programming and mathematical problem-solving. It also announces support for more than 29 languages and a context window of up to 128,000 tokens in the series’ models.
That context is the amount of text the system can keep in mind while generating a response. A 128,000-token window makes it possible to work with lengthy documents, code repositories or long conversations without splitting them into such small chunks. It does not eliminate reasoning errors or guarantee that the model will correctly interpret a contract or codebase, but it reduces a common limitation of earlier assistants.
Alibaba is pairing the general-purpose family with Qwen2.5-Math models specifically focused on mathematics. The distinction matters: language models can be convincing when writing out a solution, yet still make mistakes in basic calculations or construct arguments that sound correct but are not. Specialized training can improve performance on this type of test, although it remains wise to verify results in academic, financial or engineering contexts.
An open alternative to paid models
Qwen 2.5’s weights are distributed under the Apache 2.0 license, a permissive license that allows commercial use and modifications. This makes it easier for an organization to run the model on its own infrastructure, adapt it to internal terminology or avoid sending sensitive information to an external API.
It is worth clarifying what “open” means in this case. Being able to download the weights is a material difference from models available exclusively through APIs, such as the leading US commercial products. However, it does not mean that every detail of the training process is known: open models do not typically publish the full datasets used, the computing cost or every filtering and fine-tuning decision.
The Qwen family was already among the most closely watched open alternatives alongside Meta’s Llama and Mistral. With Qwen 2.5, Alibaba is adding a 32-billion-parameter model, an intermediate scale that could appeal to teams that find 7-billion- or 14-billion-parameter models insufficient but do not want to operate a 72-billion-parameter one.
Competition shifts to infrastructure
For end users, the Qwen 2.5 name will matter less than its effects: more providers will be able to integrate text and coding assistants without relying on a single vendor. For companies, the decision will remain a trade-off among cost, performance, privacy, supported languages and ease of deployment.
The real comparison will not be settled solely by the benchmark results published by each lab. Models will have to show how they handle messy documents, ambiguous instructions and queries in Spanish outside test sets. Alibaba has put a broad range of options on the table; now developers and companies will have to measure which version best handles specific tasks and at what cost.