Wednesday, September 9, 2026 · Week 37 DE · EN · FR · ES Dark
AIReboot Germany

Soofi S: Sovereign Doesn’t Mean Superior

Soofi S leads in German benchmarks and maintains speed in long-context tasks, but Qwen3.5 outperforms in reasoning. A technical performance review.

By Alec Chizhik July 13, 2026 7 min read
Soofi S: Sovereign Doesn’t Mean Superior

Soofi S 30B-A3B achieves the highest scores on German benchmarks among current European models. Its hybrid MoE-Mamba architecture delivers higher decode throughput at 40K context than pure attention models of the same size class. For an infrastructure team, the decision to deploy ultimately comes down to one pragmatic question: Do these strengths outweigh the beta status and the lack of operational processes?

Key Points in Brief

  • Strong in German, weak internationally. According to project data, Soofi leads in the German aggregate (79.1) and German code, but clearly loses to Qwen3.5 in English and reasoning.
  • Architecture is the lever. The Mamba component keeps decode throughput high with long context, where full attention models break down due to the KV cache.
  • Beta without SLA. There is no commercial support. Patches, monitoring, and outages are entirely the operator’s responsibility.

Related:Almost at top level, trained more cheaply  /  Sovereign Cloud doesn’t end at the server location

Performance Comparison with Qwen and European Models

Soofi scores 79.1 points on the German aggregates, ahead of Nemotron at 74.9. The gap widens on German code. MBPP-DE reaches 84.2, marking the best value among the compared models there. These figures are manufacturer-provided and based on training data with strong German weighting.

Qwen3.5 35B outperforms Soofi on the English aggregate, 74.6 to 70.1. The deficit is equally clear on reasoning benchmarks such as GPQA and BBH. Workloads with a high share of English or abstract reasoning tasks therefore show a noticeable disadvantage versus the Chinese model. The table lists the direct comparison values across all test fields.

Benchmark in Peer Comparison

Soofi S 30B-A3B versus Open Competition

Five model families, aggregated test fields plus German specialist benchmarks. Bold = best value in the row, underlined = second-best. Soofi leads primarily where German matters.

Benchmark Soofi S30B-A3B Nemotron 3Nano 30B-A3B Qwen3.535B-A3B Ministral 314B Gemma 327B
Aggregates
English aggregate 70.1 68.3 74.6 70.3 70.3
German aggregate 79.1 74.9 81.6 78.3 78.4
Held-out (EN) 41.4 34.7 47.8 40.0 35.5
Held-out (DE) 41.8 39.8 46.0 42.2 38.3
Show all individual benchmarks (code, mathematics, knowledge, reasoning and more)
Benchmark Soofi S30B-A3B Nemotron 3Nano 30B-A3B Qwen3.535B-A3B Ministral 314B Gemma 327B
Code (pass@1)
HumanEval 73.8 72.2 67.1 60.9 60.2
MBPP 70.2 67.5 65.8 58.8 66.7
LBPP 31.0 38.1 32.4 27.0 22.4
HumanEval-DE 65.5 68.8 59.5 55.5 57.7
MBPP-DE 84.2 79.9 79.0 72.0 75.6
Mathematics
GSM8K 86.1 86.5 82.6 83.7 79.9
GSM8K-Platinum-DE 87.1 87.7 91.2 81.3 80.7
Minerva 500 79.4 64.0 83.0 61.8 75.7
Minerva Math-EN 81.0 64.2 82.4 61.3 73.7
Minerva MATH-DE 56.0 58.1 76.5 55.1 65.6
Knowledge
MMLU stem 75.9 74.8 81.9 76.4 74.7
MMLU-Pro 51.4 51.6 60.3 53.3 50.7
MMLU-Pro-DE 49.4 47.1 56.6 50.2 47.2
INCLUDE-DE 61.2 59.7 61.2 60.4 57.6
NaturalQuestions (acc) 79.0 80.3 81.0 77.1 83.5
Commonsense & Reading Comprehension
PIQA 85.7 84.8 84.9 82.9 84.9
PIQA-DE 91.5 85.7 87.6 81.3 86.7
SocialIQA 60.5 57.6 58.0 53.9 56.2
SocialIQA-DE 87.6 82.7 87.2 83.0 86.7
SQuAD (EM) 87.5 87.3 80.4 82.7 85.1
DROP (EM) 66.5 64.2 62.6 62.9 65.0
Reasoning & Natural Sciences
BBH (CoT) 78.8 77.8 84.2 79.6 77.8
AGIEval 66.9 65.1 71.7 67.0 68.3
GPQA-Diamond 43.4 33.8 50.0 40.9 35.9
GPQA-Diamond-DE 41.9 37.4 46.4 42.5 31.8
ARC-Challenge 90.6 89.4 93.1 91.6 91.6
German Language Proficiency
GLP-DE 88.8 73.7 94.0 89.5 88.3
ARC-Challenge-DE 92.3 91.4 96.6 93.5 93.3

Soofi S – the German consortium model   
Nemotron 3 Nano – the closest architectural reference   
Bold best, underlined second-best value per row.

Source: Soofi Pretraining Tech Report (Soofi-Project)

The European models Teuken-7B, Apertus, EuroLLM and Salamandra lag further behind in the aggregates. Teuken-7B sits at the bottom left of the chart. Aleph Alpha was acquired by Cohere in April 2026. According to the benchmarks presented, Soofi is currently the strongest open European model of this scale that is not under non-European corporate ownership.

What the Hybrid MoE-Mamba Design Means in Practice

Soofi uses a total of 30 billion parameters but activates only around three billion per token. The Mamba component replaces parts of the classic attention mechanism and scales linearly with context length. This keeps decode speed in tokens per second per GPU high even at 40K context. Full attention models struggle here with the growing KV cache, which consumes memory bandwidth and reduces possible batch sizes. The Mamba component instead maintains a constant state and does not require a KV cache.

For an infrastructure team, this translates into lower latency with long documents, extended chat histories, or retrieval contexts. A key distinction matters in practice and can prove costly if overlooked: the active parameter share reduces compute per token, not weight storage. All 30 billion parameters remain in VRAM; savings occur in FLOPs and activation memory. An additional cost arises from the MoE routing logic. It introduces overhead for batching, load balancing, and scheduling expert activations, plus communication overhead in multi-GPU operation. The diagram positions Soofi according to capability and measured throughput.

Capability vs. Speed

Capability Index vs. Decode Speed at 40K Context

The further right, the faster per GPU. The further up, the more capable. Soofi S sits in the top right – a position no European model has occupied until now.

Scatter plot: Capability index versus aggregated decode speed per GPU at 40K context. Soofi S 30B-A3B sits top right, at highest capability and highest throughput.

Soofi S
Open European models
International models
Open non-EU model
Dense reference

Recreation based on Soofi Pretraining Tech Report – values rounded, logarithmic axis

It shows the model in the top right, at high capability and the highest measured throughput. No European model has been in this field until now. The position results from the combination of MoE selectivity and Mamba efficiency with long context.

Resource Requirements and What Is Realistic Today

According to the manufacturer, training consumed approximately 253,000 B200 GPU hours on Deutsche Telekom’s Industrial AI Cloud in Munich. Around 27,000 billion training tokens with a strong German weighting were used. The license is permissive, but access is currently restricted to a closed beta.

// active per token

3 billion

of 30 billion total parameters are actually computed per token. The computational effort per token is therefore closer to that of a 3-billion model. VRAM requirements for the weights, however, remain at the level of the full 30B model.

During inference, the computational effort per token is therefore closer to that of a model with three billion active parameters. A team saves compute time but must still allocate memory for the weights of a 30-billion model. The beta lacks stable versions, documented update paths, and clear information on compatibility with common inference frameworks such as vLLM or TensorRT-LLM.

What is realistically possible today are internal feasibility studies, long-context experiments, and initial fine-tuning on proprietary data. For production systems with defined availability and latency SLAs, the current state is usually insufficient. Integration into existing MLOps pipelines requires additional in-house development and validation work.

The Efficiency Debate on Training Effort

Critics in the expert community point to roughly 80 percent architectural and mixture overlap with Nvidia’s Nemotron 3 Nano. In their view, continual pretraining on the existing model would have required far less compute. The 253.000 B200 GPU hours therefore appear excessive from this perspective. Some observers also regard the self-defined capability index metric as overstated.

The team led by Michael Fromm pushes back: the objective was never the lowest possible eval score. A model trained from scratch with its own data pipeline offers better technical reproducibility and more targeted further development than simply building on an external checkpoint.

The technical trade-off is straightforward. Teams that require full control over training data and weighting accept the higher cost. Those looking for a strong baseline with minimal additional effort tend to choose continual pretraining or an off-the-shelf model.

Who is Responsible for Operations

In production, a team manages patches, security updates, and incident response itself. There is no commercial provider that assumes responsibility for SLAs, monitoring, or fixed response times. Any outage or security vulnerability falls entirely on the operator.

The training work originates from a research consortium. Further development depends on the continuation of this project. Anyone deploying Soofi creates a dependency on a development process that is not primarily designed for operational stability. This increases the effort required for in-house observability, rollback strategies, and emergency procedures. This exact point remains the toughest open question when moving from benchmark to real-world operation.

What is a hybrid MoE-Mamba model? Mixture-of-Experts activates only a portion of the parameters per token – around three out of thirty billion in Soofi’s case. The Mamba component replaces parts of the classic attention mechanism and scales linearly with sequence length. The hybrid design combines selective activation with efficient long-context processing, achieving high decode throughput without the full attention overhead.

Frequently Asked Questions

Which tasks are currently best suited for Soofi?

German specialist content, German code, and long-context tasks with high throughput requirements are a good fit. On English or heavily reasoning-intensive workloads, Qwen3.5 35B leads. The table and diagram in the article show the profile in detail.

What does the closed beta mean for deployment in an organization?

Access is restricted and there is no guarantee of stable releases or timely fixes. Teams should first test the model in isolated environments and implement their own validation and fallback mechanisms before it enters critical paths.

Who handles updates and maintenance after training?

The consortium currently does not provide production-ready operational processes. Operators apply patches themselves, manage versions, and respond independently to new releases. This responsibility remains one of the biggest practical hurdles on the path to live operations.

Source cover image: AI-generated (July 2026)

Also available in

FrançaisEspañolDeutsch
MBF Media Newsletter

The monthly briefing for decision-makers

Once a month, the MBF Media Newsletter gathers what matters from cloudmagazin, MyBusinessFuture, Digital Chiefs and SecurityToday, curated by the editorial team.

25,000 IT and business decision-makers read this newsletter. Read along.

Subscribe for free
MBF Media Newsletter, aktuelle Ausgabe auf dem iPhone
A magazine by Evernine Media GmbH