The Open Weights
LatestModelsLeaderboardsCompanies
Subscribe
The Open Weights

The daily record of open-source AI. New model releases, leaderboards, and what's coming next — written for people who ship.

Refreshed every 12 hours

Discover

  • Latest releases
  • New today
  • Trending models

Browse

  • All models
  • Companies
  • Categories
  • Leaderboards

About

  • About
  • Editorial policy
  • RSS feed
  • Newsletter

© 2026 The Open Weights. An independent publication.

PrivacyTermsSMSAggregated by Claude · curated by humans.
LatestNVIDIA1
NVIDIAText / LLM

NVIDIA's Nemotron TwoTower mixes diffusion and Mamba

A new 30B mixture-of-experts base model activates just 3B parameters per token and pairs a hybrid diffusion/Mamba design.

Apr 11, 2026
NotableOther
Nemotron TwoTower 30B-A3B Base

NVIDIA has published Nemotron TwoTower 30B-A3B Base, an open-weights language model that leans on a few unusual architectural choices at once. According to its Hugging Face repository, the model is a mixture-of-experts system with 30 billion total parameters but only about 3 billion active per token — the "A3B" in its name — released in BF16 precision.

The more distinctive part is the "TwoTower" design, which the release describes as a hybrid combining diffusion and Mamba-style components. Mamba is a state-space approach that offers an alternative to standard attention, while diffusion-based text generation departs from the autoregressive decoding most large language models rely on. Bringing both into a single MoE base model is an experimental direction rather than a conventional transformer stack.

Why it matters

MoE models like this one are attractive because they decouple capacity from compute cost: you get the knowledge capacity of a larger network while only paying to run a small slice of it per token. Pairing that with state-space and diffusion ideas signals NVIDIA's continued willingness to test architectures beyond the standard playbook.

A few practical notes from the record:

  • This is a base model, not an instruction-tuned chat variant
  • Listed language coverage is English, Spanish, and French
  • It ships under a custom ("other") license, so teams should read the terms before commercial use

Context length isn't specified in the release metadata, and as a base checkpoint it's aimed at researchers and builders who want to fine-tune or study the architecture rather than drop it into production as-is. For anyone tracking how hybrid designs perform at scale, it's a concrete artifact to probe.

Sources

  • nvidia/Nemotron-TwoTower-30B-A3B-Base-BF16

    Hugging Face

    Visit

Get the model

Hugging Face

Specs

Parameters30B · MoE
Active params3B active
PrecisionBF16
LicenseOTHER
Downloads1.3K
Likes138

Modalities

Text / LLM
2 versions — view changelog

0 comments

No comments yet. Be the first to weigh in.

More in Text / LLM

LongCat-Flash-Lite-Sparse
Meituan/Text / LLM

Meituan Ships a Lighter, Sparser LongCat-Flash

The food-delivery giant's newest open model trims its mixture-of-experts design for more efficient inference under an MIT license.

Jul 31, 2026
DeepSeek-V4-Flash-0731
DeepSeek/Text / LLM

DeepSeek Refreshes V4-Flash With New 0731 Checkpoint

The MIT-licensed mixture-of-experts model returns in an updated build shipping with FP8 weights for cheaper inference.

Jul 31, 2026
DeepSeek-V4-Flash-0731
DeepSeek/Text / LLM

DeepSeek Ships V4-Flash, a 304B MoE Tuned for Agents

The latest checkpoint in DeepSeek's V4 line leans into agentic workflows while keeping the permissive MIT license.

Jul 31, 2026