Model reference · open weights
Ling-3.0-flash-30T is an open-weight language model from inclusionAI, listed in the AxForge catalogue. AxForge can bring it up on EU-owned hardware for you on request — with the licence handled where one is required.
About
Introduction We have open-sourced the Ling-3.0 series, our most efficient language foundation model family to date. To support research and community-driven innovation, we are releasing a collection of checkpoints during the training process as following: align="center" style="margin: 0 auto; text-align: center; border-collapse: collapse;" Merged (i.e., <a href="https://arxiv.org/abs/2507.17634"WSM</a) These checkpoints correspond to different stages of the training process: + Pretrained checkpoint have completed large-scale pretraining but have not undergone mid-training, WSM merging (or learning-rate decay), or post-training. + Mid-trained checkpoint have completed mid-training but have not undergone WSM merging (or learning-rate decay) or post-training. + Merged checkpoints have undergone WSM merging (or learning-rate decay) based on the mid-training checkpoints but have not undergone post-training. These checkpoints are released to support continued pretraining, fine-tuning, and further research. For the post-trained model, please see and see Ling-3.0-tiny and Ling-3.0-flash. Model Overview Key features + Highly sparse (1/64) MoE architecture: 512 routed experts, with only 8 routed experts and 1 shared expert activated per token. This enables broad model capabilities while activating just 5.1B (Non-emb) parameters per token; + Native hybrid linear attention: Ling-3.0 series adopt a native hybrid linear attention architecture from the very start of pretraining by combining KDA with Gated MLA to enable efficient processing of long-context inputs. + Warmup-Stable and Merge: We replace conventional learning-rate decay with weighted checkpoint merging. By eliminating the decay phase, our Base Model is better suited for continual pretraining and dynamic data expansion, while enabling offline exploration of different decay profiles without rerunning costly experiments for each strategy. + Scale Seamlessly: Ling-3.0-tiny-base and Ling-3.0-flash-base share the same training recipe, enabling community to experiment on the Ling-3.0-tiny-base first and then scale validated training strategies to the larger Ling-3.0-flash-base. style=" display: flex; align-items: center;
Summarised from the published model card. Read the full card on the HuggingFace links below.
Specifications
| Maker | inclusionAI |
|---|---|
| Type | Language models |
| Parameters (lead) | 127.5B |
| Context | 8k tokens |
| Variants | 1 |
| Released | 2026-08-11 |
| Popularity | 2k downloads / month |
| Likes | 10 |
| Licence | Open weights |
How it works
Variants
Open weights ship in several sizes and precisions. One page, all the variants — pick the one that fits your GPU. VRAM figures are estimates from model size.
| Variant | Params | Precision | VRAM | Fits 16 GB | Weights |
|---|---|---|---|---|---|
| Ling-3.0-flash-base-30T | 127.5B | BF16 | ~293.2 GB | — | Weights ↗ |
Using it via the API
Once AxForge deploys ling-3-0-flash-30t for you, it answers on the OpenAI-compatible API — the same base URL and keys as every other model. (ling-3-0-flash-30t below is illustrative; you get the exact model name on deployment.)
$ curl -sS https://api.axforge.ai/v1/chat/completions \
-H "Authorization: Bearer $AXFORGE_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model":"ling-3-0-flash-30t","messages":[{"role":"user","content":"Hello"}]}'
Licence
Open weights under mit — commercial use is permitted. Deploy it on AxForge EU hardware on request. Read the licence ↗