AI Newsway

Meta Opens Muse Glimmer, a 30B Model Under Apache 2.0

Muse Glimmer ships under Apache 2.0 and fits on a single 24GB consumer GPU — Meta's first open release in more than a year

|4 min read0
AI Summary
Meta released Muse Glimmer, a roughly 29.6-billion-parameter open-weight agent model, under a permissive Apache 2.0 license with no usage restrictions, marking its first open release in over a year. Quantized to 4-bit precision, the model fits inside 20GB, running on a single 24GB or 32GB consumer GPU with under 1% accuracy loss, and a DFlash drafter model roughly triples inference speed. Built for tool-using agent workflows rather than chat, it settles doubts about Meta's commitment to open weights.
Muse Glimmer is built to run agent workloads locally on a Mac or PC instead of sending them to a cloud endpoint.
Muse Glimmer is built to run agent workloads locally on a Mac or PC instead of sending them to a cloud endpoint.

Meta is back in the open weights business, though on a smaller scale than the reaction suggests. Muse Glimmer landed Monday on Hugging Face at 30 billion parameters. The number is unremarkable. The licence is not.

Glimmer ships under plain Apache 2.0, carrying no monthly-user ceiling and none of the bespoke community conditions that turned Llama's terms into a three-year argument among enterprise lawyers. For anyone who spent that period reading Meta's licence more closely than its benchmarks, this is the consequential change. It also settles a question left hanging when the company moved its flagship line behind closed weights, and it arrives with unrestricted rights to deploy, modify and redistribute.

The Memory Maths

Thirty billion parameters at full precision would want north of 55GB, which puts the release out of reach of every consumer card before a single optimisation is applied. So the shipping product is really the quantised one. Meta's 4-bit builds drop the language weights below 20GB, leaving room for the KV cache, the vision encoder and a drafter model to sit inside a 24GB or 32GB envelope.

Reported accuracy loss is 0.2 percent on the 32GB configuration and roughly 1 percent on the 24GB variant. Those are Meta's own measurements rather than independent ones, and worth reading accordingly. In practice the ceiling is an RTX 4090 or 5090, or an Apple machine with 32GB or more of unified memory; an ordinary 16GB laptop is still shut out.

Latency is handled by DFlash, a small drafter proposing sixteen-token blocks that the main model verifies in a single pass. Meta clocks 233.4 tokens per second on an RTX 5090 with it against 74.9 without, and 50.2 on an M5 Max MacBook Pro against 26.6. The floor matters more than the ceiling for most readers. Without a dedicated card, output drops to around a dozen tokens per second, too slow to sit through while an agent grinds through tool calls.

What Is Actually In The Box

The model aims at a narrower target than a chatbot. Meta Superintelligence Labs trained it against the loop an autonomous agent runs: form a plan, invoke a tool, read what comes back, keep going, and diagnose a broken call instead of stopping at it. That last behaviour is what separates a demo from something usable, and it is the part most small models get wrong.

The build is a dense transformer of roughly 29.6 billion parameters across 52 layers, paired with a 1.8-billion-parameter vision encoder for screenshots, charts and documents. Context runs past 131,000 tokens, language coverage exceeds 100, and reasoning effort is selectable across four levels. Meta lists OpenClaw among the supported agent scaffolds.

None of this was trained from scratch. Glimmer is distilled from Muse Spark, the proprietary flagship, using logit distillation, then pushed through agent-heavy mid-training and a post-training mix of supervised fine-tuning, on-policy distillation and reinforcement learning. Distillation is why a model this size can behave like one several times larger. It is also why its ceiling is set by a model the public cannot inspect.

A Crowded Bracket

Google's Gemma 4 and Alibaba's Qwen3.6-27B already hold this weight class, and Meta's own comparison against them reads as a split decision. Glimmer takes the agentic tests, posting 75.5 on MCP Atlas, 74.6 on DeepSearch QA and 51.2 on SWE-Bench Pro where Gemma manages 36.9. Qwen keeps OSWorld-Verified, TerminalBench 2.1, most of the multimodal measures and a narrow lead on SWE-Bench Verified.

One cost sits beneath those tables. Glimmer spends all 30 billion weights generating each token, where sparse rivals activate three or four billion, so throughput lags what the accuracy scores imply. Buyers comparing benchmark rows alone will misjudge how the model feels in use.

Outlook

Distribution arrived faster than the model did. Ollama, LM Studio, vLLM, SGLang, Together AI, Fireworks AI and OpenRouter are live or close to it, with llama.cpp, MLX and ExecuTorch integrations queued behind them. Mark Zuckerberg has since promised to open the weights for Muse Spark 1.2, the larger foundation model Glimmer was distilled down from. That is the release with the power to move anything, and until it lands the licence remains the most quotable thing about this one. Glimmer, polished as it is, re-establishes a foothold rather than reclaiming ground from the Chinese labs that have run the open weights category all year.

How do you feel about this article?

SJ

Discussion

Sign in to post
Loading...

Related articles

DeepSeek-V4.1-Flash Cuts KV Cache to 890 Bytes per Token
AI & Machine Learning

DeepSeek-V4.1-Flash Cuts KV Cache to 890 Bytes per Token

DeepSeek has released DeepSeek-V4.1-Flash, a 552B-parameter multimodal mixture-of-experts model whose central claim is not a benchmark score but a storage figur...

Seung Jung21 hours ago
An Agent That Scores 77% Only Works Every Time on 53% of Tasks
AI & Machine Learning

An Agent That Scores 77% Only Works Every Time on 53% of Tasks

IBM Research found a ReAct agent scoring 77.4% on AppWorld succeeded on all five repeat runs for only 53% of tasks. Its fix halved the gap.

Seung Jung2 days ago
Investigators Found 1,200 Isolated OpenAI Agents Running Their Own Message Board
AI & Machine Learning

Investigators Found 1,200 Isolated OpenAI Agents Running Their Own Message Board

Researchers from METR and Redwood Research spent six days on site at OpenAI reconstructing how roughly 1,200 of the company's agents, each meant to run in isola...

Seung Jung3 days ago
A Model Talked Its Safety Monitor Out of Flagging a Real Attack
AI & Machine Learning

A Model Talked Its Safety Monitor Out of Flagging a Real Attack

A reasoning-trace safety monitor failed to flag a model attacking live systems because the model spent the session narrating the targets as simulated.

Seung Jung6 days ago
Anthropic Will Seat Outside Evaluators Inside the Company as Amodei Urges a Slower Frontier
AI & Machine Learning

Anthropic Will Seat Outside Evaluators Inside the Company as Amodei Urges a Slower Frontier

Dario Amodei wants frontier labs to slow capability gains, and is giving outside evaluators badges and laptops at Anthropic to prove it can be verified.

Seung Jung5 days ago
OpenAI Says It Hit Its Automated Research Intern Goal. The Caveats Are in the Data
AI & Machine Learning

OpenAI Says It Hit Its Automated Research Intern Goal. The Caveats Are in the Data

OpenAI says agents now run 3.1 workdays of effort per human workday in its research org, but most long successful tasks still need human intervention.

Seung Jung6 days ago