德国AI联盟发布Soofi S,一款在基准测试中名列前茅的30B开源模型。
German AI consortium releases Soofi S, an open 30B model that tops benchmarks

原始链接: https://the-decoder.com/german-ai-consortium-releases-soofi-s-an-open-30b-model-that-tops-benchmarks-in-both-english-and-german/

由德国人工智能联邦协会(KI Bundesverband)协调的德国研究联盟发布了 **Soofi S 30B-A3B**,这是一个在慕尼黑德国电信工业人工智能云上训练的开源大语言模型。 Soofi S 采用了与英伟达 Nemotron 3 Nano 类似的混合 Mamba-Transformer 架构,并利用了专家混合(MoE)设计。它包含 316 亿个总参数,但每个 token 仅激活 32 亿个参数,从而在长上下文窗口(最高支持 256,000 个 token)中实现了高吞吐量和高效性能。 Soofi S 基于 27 万亿个 token 进行训练,并特意强调了高质量的德语数据。目前,它在英语和德语基准测试中领先于所有完全开源的模型,表现优于 Apertus 70B 和 OLMo 3 32B 等规模更大的竞争对手。尽管一些评论家认为该模型基于经典的缩放定律属于“过度训练”,但项目负责人坚称这些规则不适用于现代的 MoE 架构。尽管在数学和事实检索方面存在细微弱点,但该项目代表了欧洲在人工智能主权方面迈出的重要一步,在训练数据、代码和基础设施方面提供了高度透明度。未来阶段将专注于工业应用,包括技术文档和基于代理的系统。

一个德国人工智能联盟近期发布了名为“Soofi S”的开放权重30B模型,在Hacker News上引发了褒贬不一的讨论。尽管部分社区成员认为该进展有助于打破美中两国在人工智能领域的双头垄断,但此公告也面临诸多严厉批评。 持怀疑态度的人士认为该模型的高基准测试分数具有误导性,暗示测试内容已被包含在训练数据中。此外,批评意见还指出开发者使用了过时的对比模型,即以旧版的Qwen和Gemma作为基准,而非当前最先进的模型。同时,部分用户由于其独特的授权方式,对该模型“完全开放”的说法提出了质疑。尽管存在这些顾虑,仍有人视此次发布为欧洲人工智能发展的重要基础设施里程碑。
相关文章

原文

Update from July 15, 2026: 

After launch, critics argued that Soofi S was heavily "overtrained" by the standards of the classic Chinchilla scaling laws. Google DeepMind published those laws in 2022, describing how to balance model size and training data for a fixed compute budget. The sweet spot they identified was roughly 20 tokens per parameter. Soofi S blows past that ratio. With about 27 trillion tokens and 30 billion parameters, it lands at several hundred to one. Factor in only the 3.2 billion parameters active per token, and the ratio jumps to several thousand to one.

Michael Fromm, part of the project's technical leadership, pushes back on that criticism. He argues those rules don't simply carry over to Mixture-of-Experts (MoE) architectures. "There's new research showing that the old scaling laws from dense models no longer apply to MoE architectures," Fromm said. The reason comes down to how MoE models are built. Individual experts benefit from seeing the same documents, so repeated data in a large, high-quality dataset is less of a problem than it would be with dense models. As a point of comparison, Fromm points to Nvidia, which trained its own models on up to 25 trillion tokens.

Original article from July 13, 2026: 

Soofi S is one of the first large language models trained entirely on Deutsche Telekom's Industrial AI Cloud in Munich. The open 30B model uses a lean hybrid architecture and a training mix deliberately weighted toward German.

A German research consortium coordinated by the KI Bundesverband (German AI Association) has released Soofi S 30B-A3B, an open language model that, according to its pretraining report, achieves the highest scores on English and German benchmarks among fully open models, surpassing previous leaders like OLMo 3 32B and Apertus 70B.

Two charts comparing Soofi S 30B-A3B against competing models. Left: Capability Index plotted against measured decode speed (TPS/GPU) at 40K context. Right: Decode speed plotted against context length from 4K to 256K tokens. Soofi S leads in both panels and maintains a nearly constant throughput rate.
Thanks to its hybrid Mamba-Transformer architecture, Soofi S maintains throughput even at very long contexts, while dense models like Apertus 70B and Qwen3 32B drop off sharply. | Image: Soofi

A lean architecture built for long contexts

Soofi S is a mixture-of-experts model. It contains 31.6 billion parameters in total but activates only about 3.2 billion per generated token. That puts its compute cost closer to a 3B model than a conventional 30B model. The consortium adopts the architecture of Nvidia's Nemotron 3 Nano without modification, a hybrid design combining Mamba-2 layers with standard attention layers.

The key difference from typical transformers is memory behavior. In conventional models, the KV cache that stores previous tokens for attention computation grows linearly with context length. With long inputs and many parallel requests, reloading that cache becomes a bottleneck. Only 6 of Soofi S's 52 layers maintain such a cache at all.

The practical payoff shows up in generation throughput. At a context length of 40,000 tokens with 32 parallel requests, Soofi S generates roughly eight times more tokens per second per GPU than dense models in the 14 to 24 billion parameter range. While throughput drops significantly for conventional models as context grows, Soofi S stays nearly flat from 4,000 to 256,000 tokens. The only model that shows similar behavior in the measurements is Alibaba's Qwen3.5 35B-A3B, which also uses a hybrid architecture.

A training mix built around German

The consortium processed about 27 trillion tokens in total, split across three phases. In the first phase, the model learns language fundamentals from roughly 20 trillion tokens drawn from a broad mix of web, code, math, and domain-specific texts. A second phase follows with about 6 trillion tokens from higher-quality sources, designed to sharpen the patterns learned earlier. A shorter third phase then extends the context window by training on very long documents of up to one million tokens.

Flow chart showing the training data mix across three phases. Seven categories including English Web, Code, Reasoning, Math, and German shift from Phase 1 (about 23T tokens) through Phase 2 (about 6T) to Phase 3 (about 188B), with the German share rising from 7.2 to 15.3 percent.
Across the three training phases, the data mix shifts toward higher-quality sources and a significantly larger share of German-language data. | Image: Soofi

The deliberate focus on German is central. In the first phase, German makes up 7.2 percent of the training mix; in the second phase, that share rises to 15.3 percent. In Nvidia's Nemotron reference recipe, all non-English languages combined account for only about 5 percent.

For data sources, the consortium combines German web text from HPLT, the openly licensed German Commons corpus, German portions of FinePDFs and FineWiki, and the commercially licensed Genios corpus containing 193 million newspaper articles from 916 German publications. Machine-translated and synthetically generated German texts round out the mix.

Top open-model scores in both German and English

In evaluations against 16 other open models, Soofi S leads all fully open models on aggregate scores for both German and English, according to the report. That includes OLMo 3 32B from the Allen Institute for AI and Apertus 70B from ETH Zurich and EPFL. Against every European sovereign baseline, the model comes out ahead on all German benchmarks in the suite, sometimes by double-digit margins.

Bar chart comparing Soofi S 30B-A3B against Apertus 70B, Alia 40B, Olmo 3 32B, and EuroLLM 22B across eight benchmark groups. Soofi S takes first place in every category, scoring 70.1 on the English aggregate and 79.1 on the German aggregate.
Among fully open-source models, Soofi S takes the top spot in every category, including against much larger models like Apertus 70B. | Image: Soofi

On code benchmarks, Soofi S scores 73.8 percent on HumanEval, 70.2 on MBPP, and 84.2 on the German MBPP variant, the best results among open-source peers. On INCLUDE-DE, a test for Germany-specific regional knowledge, Soofi S ties for first place at 61.2 points with the larger Qwen3.5 35B-A3B. Compared to the Nemotron baseline, the German data recipe improves language proficiency by 15.1 points and the science test GPQA-Diamond by 9.6 points, without sacrificing English performance.

Bar chart of German benchmarks showing Soofi S 30B-A3B leading on seven tests including GLP-DE (88.8), ARC-Challenge-DE (92.3), and MBPP-DE (84.2), ahead of Apertus 70B, Alia 40B, Olmo 3 32B, and EuroLLM 22B.
Soofi S takes first place on every German-language benchmark in the comparison group, sometimes by double-digit margins. | Image: Soofi

Soofi S doesn't do as well on German competition math, where it scores 56 points on Minerva MATH-DE, well behind Qwen3.5 35B-A3B (76.5) and Gemma 3 27B (65.6). It also lags on open factual retrieval in NaturalQuestions. The latter likely relates to having only 3 billion active parameters, which can store less world knowledge than a dense 27B model.

Bar chart comparing Soofi S 30B-A3B against Nemotron 3 Nano 30B-A3B, Qwen3.5 35B-A3B, Ministral 3 14B, and Gemma 3 27B. Soofi S leads in Code EN, Code DE, and GPQA-D-DE, and otherwise performs on par with the dense models.
Against larger open-weight models, Soofi S stays competitive and consistently outperforms its architecturally identical reference, Nemotron 3 Nano. | Image: Soofi

The RULER long-context test also reveals a specific weakness: When the model has to extract frequently occurring words from a long text, Soofi S's hit rate drops to around 3 percent beyond 32,000 tokens of context, while the comparable Nemotron model still manages 60 to 64 percent. The authors attribute this to the fact that their long-context training data contains many long documents but lacks synthetic data designed for extraction tasks. On the remaining twelve RULER tasks, both models perform about the same.

Sovereign infrastructure and documented openness

The training run took place between March and May on up to 512 Nvidia B200 GPUs at Deutsche Telekom's Industrial AI Cloud in Munich, totaling about 253,000 GPU-hours. According to the report, the facility runs entirely on renewable energy, is cooled with water from the Eisbach canal, and feeds waste heat into the surrounding Tucherpark neighborhood. Soofi S was one of the first major training runs on this infrastructure.

Behind Soofi is a consortium of German research institutions and companies, coordinated by the German AI Association and funded by the German Federal Ministry for Economic Affairs and Energy as part of the European IPCEI-CIS program.

Participants include the Fraunhofer Institutes IAIS and IIS, the German Research Center for Artificial Intelligence (DFKI), TU Darmstadt, the University of Würzburg, the L3S Research Center, the Berlin University of Applied Sciences, and AI companies Ellamind and Merantix Momentum. The project's goal is to build an open European AI model family that can run on sovereign infrastructure and be tested in industrial applications.

The researchers are releasing model weights along with selected intermediate checkpoints, the complete training and evaluation code, and a detailed data inventory listing raw token counts, epoch numbers, and effective contributions per source. Sources that were reviewed but excluded are also documented. According to the team, this means Soofi S meets the Open Source AI Definition 1.0 from the Open Source Initiative.

A stricter proposal for a European open-data definition, which would require every single training token to be freely distributable, isn't met because of the 1.3 percent share of Genios data, which carries a commercial license. The report says about 99 percent of the training mix can be independently reconstructed. The exact license for the model's release hasn't been finalized yet.

As technical leader Michael Fromm writes, Soofi S positions itself between broadly multilingual European sovereignty projects like EuroLLM or Teuken, which cover many languages, and the highest-performing international open-weight models. According to the project website, the consortium is looking for industry partners for the next phase to test the model in applications involving technical documents, code generation, and agent-based systems.

联系我们 contact @ memedata.com