Use · Soofi
Is it good enough?
Ownership levelPartialnone·limited·partial·substantial·fullAnalytical input B ยท 73.2/100
This page is a projection of the one entry record, the Reliability factor that Use covers. The full verdict is set by all four factors together, floor-weighted so the weakest caps the whole.
Which domain expands which factor
- AssessUse & modify + Transparency
- ImplementData control + Reliability
- UseReliability
- SupportTransparency
Capabilities & modalities
Soofi-S is a text-only language model built for German and English generation, code, and
technical/agentic tasks in industrial and regulated settings. Per the pretraining report and
independent coverage (ev-arxiv, ev-perf), it is the strongest fully-open model on aggregate
English and German benchmarks - ahead of OLMo 3 32B, Apertus 70B, EuroLLM 22B and Alia 40B - and
wins the code aggregates in both languages among open base models, all while activating only
~3B of 30B parameters per token. Choose Soofi-S when European sovereignty, auditability, German-language
strength and long-context economics matter; it is a leading open model rather than a
frontier-vs-closed contender.
Context window & long-context behaviour
Soofi-S supports contexts up to 256k tokens, and its hybrid Mamba-2 design keeps decode
throughput flat from 4k to 256k (a near-constant inference cache) - a genuine differentiator for
long-document and high-concurrency workloads. This item is marked partial because effective
long-context recall at full length is not independently benchmarked; treat 256k as the architectural
ceiling rather than a verified quality guarantee at full length.
The Instruct-Preview variant ships an embedded Jinja chat template (its default system
prompt carries only a knowledge cutoff and date - no identity text). Apply it rather than
hand-rolling role markers:
messages = [
{"role": "system", "content": "Du bist ein hilfreicher Assistent."},
{"role": "user", "content": "Fasse das folgende Dokument zusammen ..."},
]
prompt = tok.apply_chat_template(messages, tokenize=False, add_generation_prompt=True)
With GGUF, run llama-server --jinja so the embedded template (identity and tools) is applied
verbatim. The base checkpoint has no chat template - it is a plain text-completion / fine-tuning
model and should not be prompted as a chat assistant.
Language coverage
Soofi-S is a genuine bilingual German + English model: German was deliberately up-weighted in
the ~27T-token training mix, and both languages are first-class supported targets (this is the
model's core design goal rather than incidental coverage). Other languages may appear but are not a
supported target - evaluate per-language before relying on Soofi-S outside German/English.
Soofi-S has a native tool-call format embedded in the Instruct GGUF's Jinja template. To use it
reliably, run under llama-server --jinja, which applies the model's own identity-and-tools
template verbatim. Be aware that Ollama's template intentionally omits the tool portion, so
tool calling there falls back to prompt scaffolding - this is why the item is marked partial: the
capability exists and is documented, but its behaviour depends on which runtime template your stack
applies.
How this scores
The ownership factor this domain covers, drawn from the one entry record.
3
ReliabilityIs it reliable and good enough for the job?
ModeratePre-release: the weights are not yet downloadable, so runtime dependability is unproven and the documented-incomplete safety cannot yet be exercised. The reported ~3B-active-param strength counts as a capability point in the AOI score rather than an ownership factor.
How this scores (AOI sub-dimensions)
Operational4/5how practical it is to run, serve and maintain in productionRuns on mainstream stacks - HF transformers (trust_remote_code), vLLM, llama.cpp/llama-server and Ollama - with first-party GGUF and 3-bit quantizations and a near-constant long-context cache.
Safety3/5whether misuse risks are evaluated and guardrails are providedA post-trained Instruct-Preview variant exists and the L3S Research Centre contributes safety/evaluation frameworks, but the Instruct model card documents several privacy and safety features as still incomplete, this is an early preview, and there is no companion guard model or broad independent red-team battery.
What this means for adoptionThe documentation and openness intent here are exceptional: a genuine pretraining report with full per-source data accounting and a stated OSAID 1.0 commitment to release weights, checkpoints, code and data permissively, and the German-sovereign infrastructure is a real data-control draw. This is preview-stage: the weights are 'coming soon' rather than downloadable, and the licence is unconfirmed (page inconsistent, LICENSE file 401'd, no final SPDX), so use/modify and data-control cannot yet be fully exercised. Treat the openness as promised and well-documented rather than delivered.
Sources
The same evidence records as the entry sheet. Read means the text was verified; unverified means it is known to exist but not yet read.
Technical_reportread2026-07-25
Real arXiv report ("A Sovereign, Open-Source Foundation Model for German and English" / PDF "Soofi S Pretraining Report v1.0"): a ~30B (30B-A3B) hybrid Mamba-2/Transformer MoE trained on ~27T primarily German+English tokens on Deutsche Telekom's Industrial AI Cloud in Munich, with full per-source data accounting (public identifier + raw/effective token counts; the ~1.3% Genios corpus reported in aggregate).
Licenceunverified2026-07-25
Soofi-S-Base exists and is hosted on the verified Soofi-Project org on Hugging Face in bf16 safetensors (custom hybrid Mamba-2/MoE modelling code via trust_remote_code=True), but its licence is unconfirmed/pending: the page characterises it inconsistently ("Other"/TODO vs "closed-beta" and "will be released under a permissive license, without gated access"), terms are described as "not yet finalized", the LICENSE file returned HTTP 401, and no final SPDX has been published.
Model cardunverified2026-07-25
The Soofi-Project Hugging Face org publishes the base plus Instruct/Isar/Rhine preview variants with first-party GGUF and 3-bit quantizations, embedded Jinja chat/tool templates, and model cards noting safety features as incomplete.
Documentationread2026-07-25
The public soofi-project/Soofi-Pretraining GitHub repo (based on the Nvidia Nemotron 3 Nano architecture) hosts the training/evaluation code and per-source data-construction scripts, but its README states "Open model weights coming soon" - the model is not yet generally downloadable (Hugging Face currently hosts a preview/internal checkpoint).
Vendor announcementunverified2026-07-25
A consortium press release presents Soofi as a German public-private consortium project for sovereign industrial AI, trained on Deutsche Telekom's Industrial AI Cloud in Munich, coordinated by the KI Bundesverband and funded by the BMWE.
Third-party analysisunverified2026-07-25
CAIRNE's launch page describes the SOOFI consortium, its members (including CAIRNE Gold member L3S Research Centre) and its sovereign open-source foundation-model mission.
Third-party analysisunverified2026-07-25
Independent technology coverage reports Soofi-S as a leading fully-open model that meets the Open Source AI Definition, publishing weights, intermediate checkpoints, training/eval code and a detailed data inventory.
Third-party analysisunverified2026-07-25
Independent coverage reports Soofi-S is the strongest fully-open model on aggregate English and German benchmarks, ahead of OLMo 3 32B, Apertus 70B, EuroLLM 22B and Alia 40B, and winning code aggregates among open base models.