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
Downloads546
Likes142

Modalities

Text / LLM
2 versions — view changelog

0 comments

No comments yet. Be the first to weigh in.

More in Text / LLM

Xing4.0-29B-A4B
XingChen AGI/Text / LLM

Xing4.0 arrives as a 29B MoE with 4B active params

inclusionAI's new text model uses a mixture-of-experts design to keep compute low while shipping under an Apache-2.0 license.

Sep 16, 2026
Agnes-3.0-Flash
Agnes AI/Vision-Language

Agnes-3.0-Flash arrives as a multimodal reasoning model

The new release pairs vision-language understanding with a hybrid-attention design aimed at long-context reasoning.

Sep 11, 2026
Atria Dawn Preview
Internlm/Reasoning

InternLM's Atria Dawn Preview Targets Agentic Tasks

A new mixture-of-experts model trained on verified tool interactions arrives as an early preview under an MIT license.

Sep 11, 2026