German AI consortium releases Soofi S, an open 30B model that tops benchmarks in both English and German
Soofi S is an open-source 30B-parameter language model developed by a German consortium, trained entirely on Deutsche Telekom’s Industrial AI Cloud. It utilizes a hybrid Mamba-Transformer architecture that activates only 3.2 billion parameters per token, enabling consistent throughput even with extremely long contexts. The model prioritizes German-language data, increasing its share from 7.2% to 15.3% across training phases, resulting in top-tier performance on German benchmarks. Soofi S outperf
Analysis
TL;DR
- Soofi S is an open-source 30B-parameter language model developed by a German consortium, trained entirely on Deutsche Telekom’s Industrial AI Cloud.
- It utilizes a hybrid Mamba-Transformer architecture that activates only 3.2 billion parameters per token, enabling consistent throughput even with extremely long contexts.
- The model prioritizes German-language data, increasing its share from 7.2% to 15.3% across training phases, resulting in top-tier performance on German benchmarks.
- Soofi S outperforms other fully open models like OLMo 3 32B and Apertus 70B in English, German, and coding tasks, though it shows weaknesses in long-context word extraction.
Why It Matters
This release demonstrates a viable path for sovereign AI infrastructure within Europe, proving that high-performance models can be trained on domestic cloud resources without relying on foreign hyperscalers. For practitioners, it highlights the efficiency gains of hybrid Mamba-Transformer architectures, offering a scalable solution for applications requiring long-context processing with lower computational overhead.
Technical Details
- Architecture: A mixture-of-experts model based on Nvidia’s Nemotron 3 Nano design, combining Mamba-2 layers with standard attention layers. It has 31.6 billion total parameters but activates only ~3.2 billion per token.
- Memory Efficiency: Only 6 of its 52 layers maintain a KV cache, preventing the linear memory growth typical of dense transformers and allowing stable throughput at context lengths up to 256,000 tokens.
- Training Data: Processed 27 trillion tokens across three phases, heavily weighting German sources such as HPLT, German Commons, FinePDFs, and the Genios newspaper corpus.
- Performance Metrics: Achieved 73.8% on HumanEval and 84.2% on German MBPP. It leads all fully open models on aggregate German and English benchmarks, surpassing larger competitors like Apertus 70B.
Industry Insight
The success of Soofi S suggests that targeted data curation for specific languages can significantly boost model performance in those domains without compromising multilingual capabilities, challenging the dominance of English-centric training recipes. Additionally, the architectural choice validates hybrid state-space models as a practical alternative to dense transformers for enterprise deployments where long-context latency and cost are critical constraints.
Disclaimer: The above content is generated by AI and is for reference only.