LLM Research

Meta & Mistral Go Modular: Multimodal Mosaic Models Arrive

AR Akhil Reddy Danda · 12th September, 2026 · 2 min read
Meta & Mistral Go Modular: Multimodal Mosaic Models Arrive

We’ve seen LLMs that 'sort of' do vision, audio, and language, but they’re always giant monoliths or hacky late-fusion jobs. Meta and Mistral just dropped a joint paper (and code) on Mosaic—a modular LLM where each modality (text, speech, vision, code) is an adapter. Adapters can be hot-swapped at runtime, even downloaded from a registry. This is the first large open model (100B+) to do this with unified tokenization.

Why This Is a Big Deal

If you’re building AI apps, Mosaic means you can add new modalities without retraining the entire model. For example, want to process radiology scans, chat in Hindi, and answer coding questions? Just slot in the relevant adapters. The core LLM never changes. This enables rapid community contributions, like Hugging Face for modalities.

Technical Highlights

Mosaic uses cross-attention 'adapter bridges'—tiny transformer blocks that let each modality query others. That means you actually get cross-modal reasoning, not just parallel outputs. They’ve open-sourced the backbone and a bunch of adapters, with a PyTorch/FSDP pipeline for custom training. What’s wild: you can even freeze the LLM and fine-tune just the adapters, keeping deployment cheap and updatable. This is a huge leap toward real, extensible AI systems. If you’re not prototyping with this, you’re missing the next big phase shift in open AI.

in Share on LinkedIn 𝕏 Post
Sources I read for this:
← More from Reddy Pulse