AI News

A German research consortium has released Soofi S 30B-A3B, an open large language model positioned as both a performance play and a sovereignty play for Europe’s AI stack. According to reporting by The Decoder citing the model’s pretraining report, the system was trained entirely on Deutsche Telekom infrastructure in Munich and is designed to deliver strong German-language performance without giving up competitiveness in English and coding tasks.

The launch matters because Europe’s open-model efforts have often split into two camps: multilingual public-interest projects that emphasize coverage and governance, and global open-weight systems that win on benchmarks but are usually shaped by US or Chinese labs. Soofi S tries to bridge that gap. The consortium says the model now leads fully open peers on aggregate German and English benchmarks, while also using an architecture intended to keep inference efficient at long context lengths.

That combination could make the release relevant beyond research circles. For enterprise buyers, Soofi S is being framed as a model that can run on regional infrastructure with transparent training documentation. For builders, it is another sign that open-model competition is shifting from parameter counts alone toward a mix of data curation, inference efficiency, and jurisdictional control.

What Soofi S is and who built it

According to The Decoder, Soofi S is a mixture-of-experts model with 31.6 billion total parameters, but only about 3.2 billion are active for each generated token. The consortium calls the model Soofi S 30B-A3B, reflecting that sparse activation pattern. In practical terms, that means its compute profile can look closer to a much smaller model than a dense 30B system, at least for token generation.

The project was coordinated by the KI Bundesverband, or German AI Association, and funded through Germany’s Federal Ministry for Economic Affairs and Energy under the European IPCEI-CIS program, according to the report cited by The Decoder. Participating institutions include Fraunhofer IAIS, Fraunhofer IIS, DFKI, TU Darmstadt, the University of Würzburg, the L3S Research Center, Berlin University of Applied Sciences, Ellamind, and Merantix Momentum.

The infrastructure angle is central to the story. The model was trained on Deutsche Telekom’s Industrial AI Cloud in Munich, with the training run taking place from March to May on as many as 512 Nvidia B200 GPUs, according to The Decoder’s account of the technical report. The publication says the run consumed about 253,000 GPU-hours. Deutsche Telekom’s facility is described in the report as operating on renewable energy, using canal water cooling, and feeding waste heat into the surrounding district, though those sustainability details come from the project’s own materials rather than independent verification.

Architecture and training choices are the real product story

The technical design helps explain why the consortium is emphasizing throughput as much as raw benchmark performance. The report says Soofi S adopts Nvidia’s Nemotron 3 Nano architecture without modification, using a hybrid design that mixes Mamba-2 layers with conventional attention layers.

That matters because long-context inference has become one of the most expensive and operationally awkward parts of serving frontier-style models. Standard transformer models rely on a key-value cache that grows with context length. As inputs get longer and concurrency increases, memory bandwidth and cache movement become a bottleneck. According to The Decoder, only six of Soofi S’s 52 layers maintain that cache, which changes how the model scales under long prompts.

The consortium claims that at 40,000 tokens of context and 32 parallel requests, Soofi S produces about eight times more tokens per second per GPU than dense models in the 14B to 24B range. The report also says throughput stays nearly flat from 4,000 to 256,000 tokens, with Alibaba’s Qwen3.5 35B-A3B identified as the only other measured model showing similar behavior. Those are important claims for anyone building document-heavy workflows, retrieval pipelines, or agent systems that carry large working contexts, but they remain consortium-reported measurements rather than independent third-party benchmarking.

The training recipe is equally notable. The consortium says it processed roughly 27 trillion tokens across three phases: a broad first stage of about 20 trillion tokens spanning web, code, math, and domain-specific text; a second phase of roughly 6 trillion higher-quality tokens; and a shorter final phase designed to extend the context window with documents up to one million tokens.

What differentiates Soofi S from many open peers is its heavier German weighting. The Decoder reports that German accounted for 7.2 percent of the first phase and 15.3 percent of the second, compared with around 5 percent for all non-English languages combined in Nvidia’s Nemotron reference recipe. Training data reportedly included HPLT, German Commons, FinePDFs, FineWiki, and the commercial Genios corpus, plus machine-translated and synthetic German text.

Benchmark wins come with caveats

The headline claim is straightforward: the consortium says Soofi S leads all fully open models on aggregate English and German benchmark scores. The models it reportedly beat include OLMo 3 32B from the Allen Institute for AI and Apertus 70B from ETH Zurich and EPFL. The report also says it outperformed European sovereign baselines across all German benchmarks in the comparison suite.

On coding tasks, The Decoder says Soofi S posted 73.8 percent on HumanEval, 70.2 on MBPP, and 84.2 on a German MBPP variant. On INCLUDE-DE, a benchmark for Germany-specific regional knowledge, it reportedly tied Qwen3.5 35B-A3B at 61.2 points. The report further claims that, relative to the Nemotron baseline, the German-focused data mix improved language proficiency by 15.1 points and GPQA-Diamond by 9.6 points without harming English performance.

Those are strong results if they hold up under wider testing, but they should be read carefully. The available evidence in this news cluster comes from The Decoder’s reporting on the project’s own pretraining report and website materials. There is no independent benchmark audit in the source set, and no external reproduction of the throughput or quality claims.

The model also shows clear weaknesses. The Decoder reports that Soofi S underperformed on German competition math, scoring 56 on Minerva MATH-DE, behind both Qwen3.5 35B-A3B and Gemma 3 27B. It also lagged on NaturalQuestions, which the authors reportedly link to the lower active-parameter count versus dense models that may retain more factual knowledge.

Long-context behavior is not uniformly strong either. On the RULER test, the model apparently struggled on extraction tasks involving frequently repeated words in long documents. Beyond 32,000 tokens, its hit rate dropped to around 3 percent, while the comparable Nemotron model still managed roughly 60 to 64 percent, according to The Decoder’s summary of the report. The authors attribute that gap to a lack of synthetic extraction-focused data in long-context training.

Open model, but not open on every definition

Soofi S is being released with model weights, selected intermediate checkpoints, training and evaluation code, and a detailed data inventory, according to The Decoder. That degree of disclosure is significant in a market where “open” often means only downloadable weights with limited provenance information.

The consortium says this package satisfies the Open Source AI Definition 1.0 from the Open Source Initiative. At the same time, the report acknowledges it would not meet a stricter proposed European open-data standard because about 1.3 percent of the training mix came from the commercially licensed Genios corpus. The team says about 99 percent of the dataset can be independently reconstructed, but the exact release license had not been finalized at the time of the report.

That nuance matters for enterprise procurement and downstream product teams. For some users, open weights plus code and documentation are enough. For others, especially public-sector buyers and companies with strict redistribution or audit needs, the unresolved license details and inclusion of commercially licensed data may remain a meaningful constraint.

Why this matters for builders and enterprise buyers

For AI builders, the main lesson from Soofi S is that regional specialization can still move the needle. Instead of trying to be maximally multilingual, the consortium appears to have concentrated on German-language quality while preserving broad English utility. That is a practical strategy for teams serving regulated industries, technical documentation, customer support, and internal knowledge workflows where local-language performance is more valuable than universal coverage.

For enterprise AI deployments, the combination of open weights, German-tuned performance, and training on Deutsche Telekom infrastructure gives the model a clear positioning around data residency and sovereign infrastructure. That does not automatically solve compliance or risk concerns, but it does create a more concrete option for organizations that want alternatives to closed US platforms or opaque open-weight releases.

The architecture may prove just as important as the benchmarks. If Soofi S can sustain throughput at very long context lengths in real production settings, it could be useful for document review, coding assistant workflows, and AI agents that need to maintain large working memory. But those use cases will depend on whether the model’s extraction weakness on RULER shows up in customer workloads. A fast long-context model is less compelling if it misses key retrieval or extraction tasks inside those long documents.

Evidence and claims

Most of the substantive evidence in this story comes from The Decoder’s reporting on the consortium’s pretraining report, project website, and lead-author commentary. As a result, the strongest claims in this article, including benchmark leadership, throughput gains, training efficiency, and open-source compliance, should be treated as project-reported rather than independently verified.

What appears solid from the available sources is the existence of the release, the model’s basic architecture, the involvement of the KI Bundesverband-led consortium, the use of Deutsche Telekom infrastructure, and the publication of weights, code, and documentation. The comparative performance and operational advantages are more provisional until external users test Soofi S against OLMo 3 32B, Apertus 70B, Qwen3.5 35B-A3B, Gemma 3 27B, and Nvidia Nemotron in reproducible settings.

What to watch next

The first signal to watch is licensing. The exact release terms will shape whether Soofi S is mainly a research artifact or a practical base model for commercial product teams.

Second, look for independent benchmarking and inference tests. External comparisons on HumanEval, MBPP, long-context workloads, and German enterprise document tasks will matter more than leaderboard positions reported by the project itself.

Third, the consortium says it is seeking industry partners for the next phase in technical documents, code generation, and agent-based systems. Real deployment references in those areas would be a stronger proof point than benchmark wins alone.

Finally, watch whether Soofi S becomes a template for other European sovereign AI efforts. If the model’s combination of regional data weighting, transparent reporting, and efficient long-context design proves useful, it could influence how future open models are built on local cloud infrastructure.

Creati.ai perspective

Soofi S is noteworthy not because Europe produced another open model, but because the team appears to have made a sharper product choice than many public-interest AI projects do. It picked a specific language market, leaned into open documentation, and adopted an architecture optimized for a real serving problem: long-context cost.

The open question is whether those design choices translate into adoption. Enterprise AI buyers care about licensing clarity, benchmark credibility, and operational behavior under messy production workloads. If Soofi S can show reliable performance in German document pipelines and coding assistant scenarios on sovereign infrastructure, it could become more than a symbolic European alternative. If not, it may remain an impressive research release with limited commercial pull.

Featured
AdsCreator.com
AdsCreator.com
Generate polished, on‑brand ad creatives from any website URL instantly for Meta, Google, and Stories.
AirMusic
AirMusic
AirMusic.ai generates high-quality AI music tracks from text prompts with style, mood customization, and stems export.
Claude API
Claude API
Claude API for Everyone
Laper
Laper
AI screenplay editor for writing, formatting, reviewing, and collaborating on film and TV scripts.
MenuForma
MenuForma
MenuForma turns restaurant menus into QR ordering, multilingual digital menus, payments, analytics, and review tools.
Anijam AI
Anijam AI
Anijam is an AI-native animation platform that turns ideas into polished stories with agentic video creation.
KiloClaw
KiloClaw
Hosted OpenClaw agent: one-click deploy, 500+ models, secure infrastructure, and automated agent management for teams and developers.
VoxDeck
VoxDeck
Next-gen AI presentation maker,Turn your ideas & docs into attention-grabbing slides with AI.
Atoms
Atoms
AI-driven platform that builds full‑stack apps and websites in minutes using multi‑agent automation, no coding required.
Refly.ai
Refly.ai
Refly.AI empowers non-technical creators to automate workflows using natural language and a visual canvas.
Skywork.ai
Skywork.ai
Skywork AI is an innovative tool to enhance productivity using AI.
Pippit
Pippit
Elevate your content creation with Pippit's powerful AI tools!
BGRemover
BGRemover
Easily remove image backgrounds online with SharkFoto BGRemover.
Diagrimo
Diagrimo
Diagrimo transforms text into customizable AI-generated diagrams and visuals instantly.
Seedance 20 Video
Seedance 20 Video
Seedance 2 is a multimodal AI video generator delivering consistent characters, multi-shot storytelling, and native audio at 2K.
wan 2.7-image
wan 2.7-image
A controllable AI image generator for precise faces, palettes, text, and visual continuity.
Text to Music
Text to Music
Turn text or lyrics into full, studio-quality songs with AI-generated vocals, instruments, and multi-track exports.
Hitem3D
Hitem3D
Hitem3D converts a single image into high-resolution, production-ready 3D models using AI.
SuperMaker AI Video Generator
SuperMaker AI Video Generator
Create stunning videos, music, and images effortlessly with SuperMaker.
Elser AI
Elser AI
All-in-one AI video creation studio that turns any text and images into full videos up to 30 minutes.
Anyvids AI
Anyvids AI
Any Idea to Video. Made Simple. All Top AI Video Models, One Simple Platform.
AI Pet Video Generator
AI Pet Video Generator
Create viral, shareable pet videos from photos using AI-driven templates and instant HD exports for social platforms.
GenPPT.AI
GenPPT.AI
AI-driven PPT maker that creates, beautifies, and exports professional PowerPoint presentations with speaker notes and charts in minutes.
VidMage
VidMage
Realistic AI face swaps for photos, videos, and GIFs, instantly and effortlessly.
Questie AI - Game Companion
Questie AI - Game Companion
Real-time AI gaming companion that watches your screen, chats by voice, and coaches gameplay live.
InstantChapters
InstantChapters
Create Youtube Chapters with one click and increase watch time and video SEO thanks to keyword optimized timestamps.
OnlyDoc Summarizer
OnlyDoc Summarizer
OnlyDoc's free PDF summarizer reads through a PDF and pulls out the key points in a clean, structured summary
Tome AI PPT
Tome AI PPT
AI-powered presentation maker that generates, beautifies, and exports professional slide decks in minutes.
Couple AI - AI Couple Photo Maker
Couple AI - AI Couple Photo Maker
Create realistic AI couple portraits from selfies with themed styles, fast generation, and private HD downloads.
Gptimg2 AI
Gptimg2 AI
All-in-one AI studio for creating images and videos from text, images, or references.
Wan 2.7
Wan 2.7
Professional-grade AI video model with precise motion control and multi-view consistency.
FixArt AI
FixArt AI
FixArt AI offers free, unrestricted AI tools for image and video generation without sign-up.
Imagvio AI
Imagvio AI
AI-powered image and video creation platform with precise editing, generation, and consistency-focused creative workflows.
Qoder
Qoder
Qoder is an agentic coding platform for real software, Free to use the best model in preview.
FineVoice
FineVoice
Clone, Design, and Create Expressive AI Voices in Seconds, with Perfect Sound Effects and Music.
Flowith
Flowith
Flowith is a canvas-based agentic workspace which offers free 🍌Nano Banana Pro and other effective models...
Coffee Chats AI
Coffee Chats AI
AI-matched coffee chat automation for communities, teams, mentorship, and alumni networking.
MusicGPT
MusicGPT
AI music platform for generating songs, sound effects, vocals, and audio edits from simple prompts.
Funy AI
Funy AI
AI bikini & kiss videos from images or text. Try the AI Clothes Changer & Image Generator!
Iara Chat
Iara Chat
Iara Chat: An AI-powered productivity and communication assistant.
Gobii
Gobii
Gobii lets teams create 24/7 autonomous digital workers to automate web research and routine tasks.
AIToHuman
AIToHuman
Free AI text humanizer that rewrites AI-generated content into natural, human-like writing instantly.
Ampere.SH
Ampere.SH
Free managed OpenClaw hosting. Deploy AI agents in 60 seconds with $500 Claude credits.
Palix AI
Palix AI
All-in-one AI platform for creators to generate images, videos, and music with unified credits.
APIMaster
APIMaster
Real LLMs, verified by fingerprint. One API, up to 70% off official pricing.
paperclaw
paperclaw
AI workspace that generates publication-ready scientific figures, diagrams, posters, and editable SVGs in minutes.
WhatsApp AI Sales
WhatsApp AI Sales
WABot is a WhatsApp AI sales copilot that delivers real-time scripts, translations, and intent detection.
AI Video API: Seedance 2.0 Here
AI Video API: Seedance 2.0 Here
Unified AI video API offering top-generation models through one key at lower cost.
EaseMate AI
EaseMate AI
All-in-one AI assistant for chat, writing, study help, image creation, and video generation in one browser-based platform.
HookTide
HookTide
AI-powered LinkedIn growth platform that learns your voice to create content, engage, and analyze performance.
Scavio AI
Scavio AI
Real-time multi-platform search API that helps AI agents fetch structured web, shopping, video, and social data.
GPT Image 2 Online
GPT Image 2 Online
An AI image generator and editor with photorealistic results, accurate text rendering, and strong prompt following.
Paper Banana
Paper Banana
AI-powered tool to convert academic text into publication-ready methodological diagrams and precise statistical plots instantly.
CreateMemorial
CreateMemorial
CreateMemorial helps families build lasting online memorial websites and funeral slideshow videos to honor loved ones.
AIsa
AIsa
AIsa gives AI agents one gateway to models, skills, APIs, and payments with OpenAI-compatible access.
Media.io Free AI Image Generator
Media.io Free AI Image Generator
Create AI visuals with Media.io from text prompts or reference images for social media, marketing, ecommerce, and more.
AI Gift finder by wishwave
AI Gift finder by wishwave
AI gift finder that builds shareable wishlists from real products across hundreds of popular stores.
Mubert AI
Mubert AI
Mubert is an AI music platform that generates, extends, remixes, and vocalizes royalty-free tracks in seconds.
Gemini Omni - Video Generator
Gemini Omni - Video Generator
AI video creation platform for conversational editing, multimodal references, and coherent short-form generation.
AnimeShorts
AnimeShorts
Create stunning anime shorts effortlessly with cutting-edge AI technology.
AdMakeAI
AdMakeAI
AI ad generator that creates high-performing static and UGC ads for brands in seconds.
Kirkify
Kirkify
Kirkify AI instantly creates viral face swap memes with signature neon-glitch aesthetics for meme creators.
Flaq AI Media API
Flaq AI Media API
Flaq AI is a unified AI media API platform for generating images, videos, and LLM-powered workflows with stable models
UNI-1 AI
UNI-1 AI
UNI-1 is a unified image generation model combining visual reasoning with high-fidelity image synthesis.
insmelo AI Music Generator
insmelo AI Music Generator
AI-driven music generator that turns prompts, lyrics, or uploads into polished, royalty-free songs in about a minute.
Lyria3 AI
Lyria3 AI
AI music generator that creates high-fidelity, fully produced songs from text prompts, lyrics, and styles instantly.
StitchPilot.ai
StitchPilot.ai
Browser-based AI embroidery tool for converting images, previewing stitch files, and inspecting machine formats.
WriteHybrid AI Humanizer
WriteHybrid AI Humanizer
WriteHybrid is an AI humanizer and detector that rewrites text naturally while helping users bypass AI detection.
Create WhatsApp Link
Create WhatsApp Link
Free WhatsApp link and QR generator with analytics, branded links, routing, and multi-agent chat features.
HappyHorseAIStudio
HappyHorseAIStudio
Browser-based AI video generator for text, images, references, and video editing.
SkyGen Plus
SkyGen Plus
A multi-model AI creation platform for generating images, videos, and music with one streamlined workflow.
Image3D - AI 2D to 3D Model Generator (GLB, OBJ, STL, PLY)
Image3D - AI 2D to 3D Model Generator (GLB, OBJ, STL, PLY)
Browser-based AI that turns any 2D image or text prompt into a 3D model in 30 seconds. Export GLB, OBJ, STL, PLY—free
NerdyTips
NerdyTips
AI-powered football predictions platform delivering data-driven match tips across global leagues.
Video Sora 2
Video Sora 2
Sora 2 AI turns text or images into short, physics-accurate social and eCommerce videos in minutes.
BeatMV
BeatMV
Web-based AI platform that turns songs into cinematic music videos and creates music with AI.
kinovi - Seedance 2.0 - Real Man AI Video
kinovi - Seedance 2.0 - Real Man AI Video
Free AI video generator with realistic human output, no watermark, and full commercial use rights.
AI Clothes Changer by SharkFoto
AI Clothes Changer by SharkFoto
AI Clothes Changer by SharkFoto instantly lets you virtually try on outfits with realistic fit, texture, and lighting.
AI FIRST
AI FIRST
Conversational AI assistant automating research, browser tasks, web scraping, and file management through natural language.
whatslove.ai
whatslove.ai
AI dating coach that customizes advice, conversation starters and date ideas tailored to your personality.
Manga Translator AI
Manga Translator AI
AI Manga Translator instantly translates manga images into multiple languages online.
TextToHuman
TextToHuman
Free AI humanizer that instantly rewrites AI text into natural, human-like writing. No signup required.
WhatsApp Warmup Tool
WhatsApp Warmup Tool
AI-powered WhatsApp warmup tool automates bulk messaging while preventing account bans.
Remy - Newsletter Summarizer
Remy - Newsletter Summarizer
Remy automates newsletter management by summarizing emails into digestible insights.
GLM Image
GLM Image
GLM Image combines hybrid AR and diffusion models to generate high-fidelity AI images with exceptional text rendering.
Seedance 2.0 Video AI
Seedance 2.0 Video AI
Generate cinematic 1080p videos from prompts, images, and reference clips with synchronized audio.
happy horse AI
happy horse AI
Open-source AI video generator that creates synchronized video and audio from text or images.

German consortium unveils Soofi S, an open 30B model aimed at sovereign AI with strong German and English results

A German consortium released Soofi S, an open 30B model trained on Deutsche Telekom cloud, claiming top fully open results in German and English.