German AI consortium releases Soofi S, an open 30B model that tops benchmarks A German research consortium coordinated by the KI Bundesverband released Soofi S, an open-source 30B-parameter language model trained on Deutsche Telekom's AI cloud, which tops benchmarks in English and German among fully open models. The model uses a hybrid Mixture-of-Experts architecture that activates only 3.2B parameters per token, enabling efficient long-context processing. Critics allege overtraining relative to Chinchilla scaling laws, but the consortium defends the approach citing new research on MoE architectures. German AI consortium releases Soofi S, an open 30B model that tops benchmarks in both English and German Key Points - A German research consortium has released the open-source language model Soofi S, which was trained entirely on Deutsche Telekom's AI cloud infrastructure. - The model uses a resource-efficient hybrid architecture that activates only 3.2 of its 31.6 billion parameters per token, keeping processing speed constant even with very long inputs. - With a strong focus on German training data, Soofi S outperforms other fully open models, such as Olmo 3 32B and Apertus 70B, in benchmarks for German, English, and programming tasks. Update – - Statement on the allegation of overtraining added Update from July 15, 2026: After launch, critics argued that Soofi S was heavily "overtrained" by the standards of the classic Chinchilla scaling laws https://the-decoder.com/deepmind-artificial-intelligence-is-far-from-being-fed-up/ . 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 https://www.soofi.info/soofi-s/ , an open language model that, according to its pretraining report https://www.soofi.info/ , achieves the highest scores on English and German benchmarks among fully open models, surpassing previous leaders like OLMo 3 32B https://the-decoder.com/olmo-3-debuts-as-the-first-fully-open-thinking-model-with-step-by-step-logic-exposed-to-users/ and Apertus 70B https://the-decoder.com/swiss-ai-initiative-introduces-apertus-as-a-fully-open-language-model-focused-on-transparency-and-privacy/ . 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 https://the-decoder.com/nvidias-nemotron-3-ultra-becomes-the-smartest-open-us-model-but-china-still-leads/ 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 https://the-decoder.com/alibabas-open-qwen-3-5-takes-aim-at-gpt-5-mini-and-claude-sonnet-4-5-at-a-fraction-of-the-cost/ , 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. 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. 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. 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 https://the-decoder.com/google-releases-new-gemma-3-open-model-family/ 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 https://the-decoder.com/sinas-open-model-vibethinker-3b-aims-to-show-reasoning-compresses-well-but-factual-knowledge-doesnt/ than a dense 27B model. 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 https://the-decoder.com/10000-nvidia-blackwell-gpus-set-to-increase-germanys-ai-capacity-by-50-percent/ 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 https://huggingface.co/collections/Soofi-Project/soofi-s-beta-models , 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 https://the-decoder.com/open-source-initiative-releases-first-formal-definition-of-open-source-ai/ . 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 https://x.com/effi288/status/2075904321707798699 , Soofi S positions itself between broadly multilingual European sovereignty projects like EuroLLM or Teuken https://the-decoder.com/eu-project-releases-7b-model-that-speaks-24-european-languages/ , 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. AI News Without the Hype – Curated by Humans Subscribe to THE DECODER for ad-free reading, a weekly AI newsletter, our exclusive "AI Radar" frontier report six times a year, full archive access, and access to our comment section. Subscribe now Soofi https://huggingface.co/spaces/Soofi-Project/Pretraining-Tech-Report