Models·3 min read
By BitsMindsSource: Meta AI Research

Meta's Muse Glimmer Runs a 30B Agent on One GPU

Meta released Muse Glimmer under Apache 2.0 — a 30-billion-parameter agentic model distilled from Muse Spark that quantises under 20 GB and runs on a single consumer GPU.

META · OPEN WEIGHTS · APACHE 2.0 Muse Glimmer 30B agentic model, small enough for one consumer GPU 4-bit · 19.8 GB full weights · 55 GB RTX 5090 3.1× faster Apple M5 Max 1.8× faster Apple M4 Max 1.5× faster BITSMINDS.COM
Share:

Meta released Muse Glimmer on Monday, a 30-billion-parameter open-weight model built specifically for agentic work that runs locally — and, unusually for a model of its class, it fits on a single consumer GPU. The weights went up on Hugging Face under an Apache 2.0 licence, which permits commercial use without a bespoke Meta agreement.

Architecturally, Glimmer is a distillation of the larger Muse Spark rather than a new pretraining run. It pairs a 2B ViT-style vision encoder with a 28B text decoder built on hybrid attention: 52 layers alternating 2,048-token sliding-window attention with rotary embeddings against full-attention layers using NoPE. Gated grouped-query attention shares each key-value head across 16 query heads, which is what cuts KV-cache memory by roughly 16x and makes the local deployment story viable. The context window is 32,768 tokens with an 8,192-token output ceiling. Meta describes a three-phase recipe in its research blog: logit distillation from the Spark teacher during pretraining, longer-context agent-heavy data in mid-training, then supervised fine-tuning combined with on-policy distillation and reinforcement learning.

The benchmark numbers Meta published put Glimmer ahead of the open models nearest its size. On MCP Atlas, which measures tool-calling against real Model Context Protocol servers, it scores 75.5 against 62.5 for Alibaba's Qwen3.6-27B and 54.2 for Google's Gemma4-31B. On SWE-Bench Pro it posts 51.2 against Qwen's 50.2 and Gemma's 36.9, and on AIME 2026 it reaches 94.7. The gap is widest precisely where the model is aimed — agentic tool use — and narrowest on the maths and coding benchmarks where the 27B-class field has already converged.

Memory is the part that matters for anyone planning to actually run it. Full weights need about 55 GB; calibrated 4-bit GGUF quantisation brings that under 20 GB, which fits a 24 GB or 32 GB card. Meta also ships an optional DFlash speculative-decoding drafter, and measured 3.1x faster generation on an Nvidia RTX 5090, 1.8x on an Apple M5 Max and 1.5x on an M4 Max, with the largest gains on structured output such as code. Day-zero support landed in transformers, llama.cpp and vLLM, with Ollama, LM Studio, ExecuTorch, MLX and SGLang listed as coming.

The release also reverses a direction Meta had appeared to be taking. After Llama 4 landed to a flat reception and the company stood up a new superintelligence organisation, its frontier work turned closed. Chinese labs filled the vacuum — Moonshot's Kimi K3, Alibaba's Qwen line and DeepSeek's V4-Flash now anchor the open-weight tier. Alongside Glimmer, Mark Zuckerberg pressed Washington to loosen constraints on training data and distillation, arguing that "foreign labs currently hold several advantages here since American labs have to comply with many additional restrictions on training data," per TechStartups. Meta says weights for Muse Spark 1.2, its most capable model, will follow.

Whether Glimmer holds its lead depends on how the numbers survive contact with independent evaluation — Meta's own agentic benchmarks are the ones it optimised against, and MCP Atlas in particular rewards the tool-calling format a model was trained on. The more durable claim is the one about hardware: a 30B agent that quantises into 20 GB moves a whole category of always-on, privacy-bound workloads off the API and onto the desk.

Want AI news before everyone else?

The morning's most important AI stories, straight to your inbox. No fluff.

Related Articles

GPT-5.6 Sol and GPT-6 Sol: a small step at half the token price. Two equally sized metallic suns illuminate one miniature workbench with an interchange, a fairground and a rocket launch. Original BitsMinds editorial artwork for gpt-6-sol-vs-gpt-5-6-sol-build-off-2026. The half-price statement concerns the API input and output per-token list rates described in the article, not total run cost. Equal-size celestial instruments represent two Sol generations and do not encode scores. The models on the workbench symbolize the shared briefs rather than reproduce either delivered build. Official OpenAI outline preserved verbatim. Static, self-contained vector artwork. GPT-5.6 Sol GPT-6 Sol vs BITSMINDS LAB A SMALL STEP. HALF THE TOKEN PRICE. Three briefs. Two generations. BITSMINDS.COM
Models

GPT-6 Sol vs GPT-5.6 Sol: A Small Step for Half the Price

Hill Climb build-off: Opus 5.5's red buggy jumps toward a trail of gold coins, with GPT-6 Sol's orange 06 hatchback and Grok 4.7's teal 47 buggy on the surrounding hills. Original vector editorial illustration for the BitsMinds Hill Climb comparison. Vehicle designs are informed by screenshots of Hill Hopper, Ridge Runner and Switchback. The scene combines the separate games as an editorial montage, not a screenshot or a shared in-game race. No performance scores are encoded. Official provider logo outlines are preserved verbatim. 06 47 BITSMINDS LAB / HILL CLIMB FINALLY, A REAL GAME. BITSMINDS.COM Opus 5.5 vs GPT-6 Sol vs Grok 4.7
Models

Opus 5.5 vs GPT-6 Sol vs Grok 4.7: Finally, a Real Game

OPEN WEIGHTS · MIT LICENCE #1 OPEN-WEIGHT MODEL BITSMINDS.COM
Models

Xiaomi's MiMo-V2.6 Pro Is Now the Top Open-Weight Model