Ant Ling opens six Ling 3.0 checkpoints for custom LLM training
Ant Group’s Ant Ling team has released six base-model checkpoints from the Ling 3.0 family, giving developers access not only to the final base weights for Ling-3.0-tiny and Ling-3.0-flash but also to intermediate stages from their training process. The August 20 release is more consequential than a routine model upload because it exposes multiple points along the training trajectory, allowing researchers and engineering teams to choose where to begin continued pretraining, fine-tuning or model-behavior experiments.
The release covers two model sizes and three training stages for each. Ling-3.0-tiny has 7.9 billion total parameters with about 1.3 billion activated parameters, while Ling-3.0-flash has 124 billion total parameters with about 5.1 billion activated parameters. For both sizes, Ant Ling has made pretrained, mid-trained and WSM-merged checkpoints available. Independent Chinese reporting and community inspection describe six distinct artifacts rather than aliases pointing to the same final model.
That distinction matters because these are base checkpoints, not chat assistants. They have not received the post-training normally used to turn a pretrained language model into an instruction-following product. Developers should therefore not judge the release by asking whether it can immediately replace a hosted assistant. Its value is as training material and as an unusually visible record of how a modern mixture-of-experts model changes across stages before instruction tuning and reinforcement learning.
The two sizes target different experimentation budgets. The tiny model’s 1.3 billion active parameters make it a plausible starting point for constrained research, domain adaptation and experiments where many training runs are required. The flash model is substantially larger in total capacity but activates only 5.1 billion parameters per token. Ant Ling positions that sparse architecture as a way to combine broader model capacity with lower inference compute than a dense model of comparable total size.
Ling 3.0 also uses a native hybrid linear architecture and Kimi Delta Attention, according to Ant Ling’s technical documentation. The company says the flash instruction model supports a native 256K context window that can be extended to 1 million tokens and is designed for tool use and long-horizon tasks. Those product-level capabilities should not automatically be attributed to every newly released base checkpoint, but they provide useful context for the architecture from which the base artifacts come.
For practitioners, the most interesting part is the availability of intermediate weights. Most commercial model releases expose either an API endpoint or a single finished checkpoint. That makes it difficult to study how capabilities, representations and failure modes emerge during training. By exposing pretrained, mid-trained and merged stages, Ant Ling gives researchers a way to compare model behavior before post-training and to select a checkpoint that better matches a downstream training objective instead of always starting from the final base state.
The release can also reduce the cost of specialization. A team building a coding, finance, scientific or domain-specific model may not need to repeat the entire pretraining path. Starting from an intermediate or final base checkpoint can let the team spend its compute budget on continued pretraining with proprietary data, supervised fine-tuning or reinforcement learning. The right starting point will depend on the domain, data distribution and desired degree of behavioral change, so the availability of more checkpoints creates options rather than a universally superior recipe.
There is also a governance benefit to base-model transparency. Organizations evaluating open-weight systems often need to understand provenance, licensing, model lineage and the boundary between pretraining and post-training. Multiple named checkpoints make that lineage easier to inspect. They can also support research into how safety-relevant behavior changes across stages, although the release itself does not prove that the models are safer, more interpretable or easier to govern.
Licensing deserves careful treatment. Public repository metadata and reporting describe the Ling 3.0 artifacts as MIT-licensed, and Ant Ling presents the family as open source. Teams planning production use should still verify the license files and dependency terms for the exact checkpoint and runtime they deploy. Earlier inspection of a Ling-3.0-tiny repository found MIT declared in metadata while noting that a standalone license file was not present at that moment, a reminder that repository packaging details can change and should be checked directly during procurement.
Performance claims also require caution. Ant Ling reports strong efficiency, tool-calling stability and high throughput for Ling-3.0-flash, including peak inference figures for optimized configurations. Those numbers are useful for understanding the design goal, but they are not independent benchmarks of the six new base checkpoints. Base models can behave very differently after fine-tuning, quantization and deployment through different inference engines, so teams should benchmark the exact artifact and serving stack they intend to use.
The broader significance is that open-weight competition is moving beyond publishing final weights. Model builders are increasingly competing on training recipes, intermediate artifacts, inference efficiency and the ability for downstream teams to continue training rather than merely run inference. For organizations that want more control over their models, access to earlier checkpoints can be strategically more valuable than a marginal leaderboard gain because it creates room to shape the model around proprietary data and operational constraints.
Ant Ling’s release does not eliminate the hard parts of building a specialized LLM. Continued pretraining still requires careful data curation, distributed training expertise, evaluation infrastructure and a plan for safety and alignment. Sparse architectures also introduce serving and tooling considerations that may differ from familiar dense models. The six-checkpoint release is therefore best viewed as expanded engineering freedom, not a turnkey enterprise model.
The next evidence to watch is how the research community uses the intermediate checkpoints. Comparisons across the three stages could reveal where long-context behavior, coding ability, factual knowledge or undesirable tendencies change most sharply. Reproducible evaluations of quantized versions and common runtimes would also help establish whether the low active-parameter counts translate into practical cost advantages outside Ant Ling’s own infrastructure. For LLM teams, the immediate opportunity is clear: Ling 3.0 now offers multiple entry points into the training pipeline instead of a single finished base model.
Published: