Ant Group's Ling 3.0 Tiny Matches GPT-120B Intelligence With 15x Fewer Parameters

Ant Group's InclusionAI releases a 7.9B MoE reasoning model that matches GPT-class performance with just 1.3B active parameters, free and MIT-licensed.

·
·
Ant Group's Ling 3.0 Tiny Matches GPT-120B Intelligence With 15x Fewer Parameters
  • New model: InclusionAI (Ant Group) released Ling 3.0 Tiny, a 7.9B MoE reasoning model with only 1.3B active parameters per token.
  • Benchmark performance: Scores 25 on the Artificial Analysis Intelligence Index, ranking 6th of 56 models in its class, comparable to GPT-class models with 15x more parameters.
  • Architecture: Uses a hybrid 3:1 KDA–MLA attention stack with 128 sparse experts, enabling 262K-token context on consumer hardware including Apple Silicon.
  • Hallucination control: Achieves a 30% hallucination rate (down from 96% in Ling-mini-2.0) by abstaining on uncertain questions rather than guessing.
  • Free and open: MIT-licensed weights on Hugging Face, currently $0.00/M tokens via InclusionAI API and Novita Labs; GGUF quantizations available for local use.
  • Caveat: Very verbose — uses ~65% more output tokens per task than comparable models like Qwen3.6 35B A3B, which matters for latency and cost at scale.

Ling 3.0 Tiny is the latest model from InclusionAI, the AI research arm of Ant Group (the fintech giant behind Alipay). It is a small but surprisingly capable reasoning model that punches well above its weight class, and it is available right now under an MIT license with free API access.

Tiny name, real numbers

Ling 3.0 Tiny is a lightweight hybrid reasoning MoE model with 7.9B total parameters and only 1.3B activated parameters per token. That distinction matters: in a Mixture-of-Experts (MoE) architecture, the model has many specialized sub-networks ("experts"), but only a small subset are activated for any given input. This means the compute cost at inference time is much closer to a dense 1.3B model than a 7.9B one.

Independent evaluator Artificial Analysis scores it 25 on its Intelligence Index, ranking 6th of 56 models in its size class against a class median of 8. For context, that score is comparable to gpt-oss-120b (high, 24) , a model with 15x more total parameters and 4x more active parameters.

The architecture doing the heavy lifting

The Ling 3.0 family is built on a hybrid-linear attention design that combines two types of attention layers in alternation. Ling 3.0 Tiny integrates a 3:1 alternating stacking of KDA and MLA (3 Kimi Delta Attention layers followed by 1 Multi-Head Latent Attention layer per 4-layer block) with a sparse MoE FFN comprising 128 routed experts, where each token activates only 8 routed experts and 1 shared expert.

To unpack that: KDA (Kimi Delta Attention) is a linear attention mechanism , it processes long sequences in O(n) time rather than the O(n²) cost of standard attention, keeping memory and compute from exploding at long context lengths. MLA (Multi-Head Latent Attention) is a periodic full-attention layer with a compressed key-value cache. Linear attention keeps long inputs cheap, while periodic full-attention layers maintain the exact token-to-token recall needed for complex reasoning.

Keep reading

Don't miss what's next in AI

Join 300,000+ engineers and researchers who get the signal, not the noise. Create a free account to read the rest of this story.

  • Full access to in-depth AI research breakdowns
  • Be the first to know what's trending before it hits mainstream
  • Daily curated papers, repos, and industry moves