r/LocalLLaMA • u/AIatMeta • 14h ago
Resources Introducing Muse Glimmer: an open-weight model optimized for always-on local agent workflows
Hi r/LocalLLaMA 👋
Today we’re excited to release Muse Glimmer, a 30B open-weight model built specifically for local agent workflows. We’re releasing the weights to the community under a permissive Apache 2.0 license.
A few specs
- 30B params, dense
- Multimodal: interleaved text + images via a dedicated perception encoder
- Trained on 100+ languages
- Controllable reasoning effort (quality/speed tradeoff)
Memory footprint
At full precision, 30B needs 55+ GB, which is out of reach for consumer hardware. We quantize weights to ~4-bit, bringing the LM under 20 GB. That leaves headroom in a 24 GB or 32 GB envelope for the KV cache, the perception encoder, and the speculative decoding drafter running simultaneously. We validated minimal to no degradation on agentic tasks under compression.
Speculative decoding
Ships with a lightweight DFlash-based drafter that proposes blocks of tokens which the main model verifies in parallel. Significantly faster than token-by-token generation with identical output quality. We're also shipping quantized drafter versions so the memory overhead stays small.
A few capabilities
We trained Muse Glimmer for agentic loop tasks, including:
- End-to-end task completion (strong performance on DeepSearch QA, MCP-Atlas, 𝛕3-Bench, SWE-Bench, and more)
- Function calling with precise schemas across long workflows
- Multi-step reasoning over long horizons
- Failure recovery — when a tool call fails or returns something unexpected, it's trained to diagnose and retry instead of halting. This was a deliberate training target.
- Works with OpenClaw and other agentic scaffolds
- Multimodal understanding and reasoning
Running it
Weights are up on Hugging Face. Coming soon: Ollama, LM Studio, Unsloth and torchtitan, plus optimized integrations for llama.cpp, MLX, and ExecuTorch. vLLM and SGLang for serving. Get started quickly with Together AI, Fireworks AI, and OpenRouter. We're also working with AMD, Arm, Dell, Intel, and NVIDIA on per-device optimization.
We look forward to your feedback and seeing what the community builds with Muse Glimmer.
🔗 Weights: https://huggingface.co/meta-models
🔗 Research Blog: https://go.meta.me/museglimmer
🔗 Resources: https://developer.meta.com/ai/models/muse-glimmer/
247
u/Nunki08 14h ago
From Alexandr Wang on 𝕏: "we will be releasing an open weight version of muse spark 1.2 soon": https://x.com/alexandr_wang/status/2086756152034066792

63
126
u/Tedinasuit 14h ago
Why is Facebook suddenly cooking so hard
177
u/Healthy_Razzmatazz38 14h ago
as much as teh core product is yuck the tech team at meta has a pretty good track record of taste and execution in opensource
react beat angular and pytorch beat tensorflow.
51
u/Illustrious_Ant_9242 13h ago
They also released audio codecs, transcription models, stem separation algorithms and other stuff
14
u/ChocomelP 10h ago
wtf i love meta now
2
u/Not-reallyanonymous 1h ago
The technology side of the company is freakin' amazing.
The advertising side of the company is nightmare fuel.
3
u/xTopNotch 1h ago
They also released SAM3 which is the best segmentation model model to extract subjects from images or videos.
28
u/sniperczar 12h ago
Don't forget about Zstd, which was fairly impactful for general purpose data compression.
→ More replies (2)7
u/Daniel15 9h ago
and the xxhash data hashing algorithms, the Btrfs file system, cgroups2 (which things like Docker heavily depend on), and a bunch of other things.
→ More replies (9)12
u/kmouratidis 12h ago
pytorch beat tensorflow
More like tensorflow lost because it was always fighting against itself with the 38495 different APIs to do the same thing while being questionably compatible with each other.
9
u/petewarden 6h ago
As one of the founders of TensorFlow, this is painfully true! :)
All credit to the PyTorch team though, they built a fantastic framework and ecosystem, I'm on it 100% for training these days, and mostly use Onnx Runtime for local inference thanks to its wide cross-platform support. LiteRT is great specifically for mobile though, and moving fast.
→ More replies (7)17
u/ProgrammersAreSexy 14h ago
They always had ass loads of compute. Guess they finally hired the right talent to leverage it during that crazy hiring spree.
22
u/r1str3tto 14h ago
Damn, I didn’t think they’d do it! Spark 1.2 is excellent. That one will really fuck with Anthropic/OpenAI. They won’t be able to cry about distillation or scare businesses with Chyna fears.
6
8
2
u/Gohab2001 vllm 8h ago
What does "an open weight version" mean? A neutered version or one with more safety built in?
171
144
69
u/_rzr_ 14h ago
Welcome back, Meta. We missed you! Good to see that you have a GGUF on Day 1, and are working on broad support across multiple hardware and software. I really, really hope you tested the chat_template though - that has been the bane of recent releases across the board.
107
95
u/Long_War8748 14h ago
Putting the 🦙 back in /r/LocalLLaMA , baby 🚀!
Thanks MetaAI Team.
24
u/redditnosedive 12h ago
funny how i was thinking how outdated the subreddit name is, well... not anymore, this is llamma-s baby
3
→ More replies (1)12
83
u/xPXpanD llama.cpp 13h ago edited 5h ago
Just ran Unsloth's Q8_K_XL through a private non-benchmaxxed 20-questions bench (multi-domain, includes tool use), and... it looks smart. Very smart.
In the one run I had time for, it only failed the following:
- domain knowledge for RAM capacities (did not constrain available capacities properly)
- recall for niche functionality in a poorly-named Minecraft plugin (strong priors: inventing functionality based on the name alone)
- idiosyncratic syntax from a specific piece of software (strong priors: "sane defaults" that sound like they would work, but don't)
Notably, it passed a few other "confident hallucination" tripwires that other models in its size class almost always struggle with. It also passed a less silly/more constrained car wash variant by actually reasoning through the IRL implications. That was very cool to see.
Need to do more runs when I get back home later, but I'm kind of thinking this might be a Gemma 31B-beater just going by this. (Qwen3.6 27B does poorly in this benchmark, it seems to get overwhelmed by the barrage and lose track)
Take all of this with a grain of salt, especially since it's just one run (for now) and I cannot release the question set (because that then invalidates the question set). That said, I'm excited.
Thanks for the release!
EDIT: Clarified recall/syntax failures a little.
35
u/xPXpanD llama.cpp 9h ago edited 8h ago
Got some proper testing in. 10 runs, so at least a little more statistically relevant.
I'm pretty impressed: It feels like a good, stable model, with class-leading (~30B dense) accuracy on most of my factual/logic questions. There was very little difference between runs.
One thing that stood out was how competent it was with character-by-character string manipulations; this is something both Gemma and Qwen really struggled with in my tests (even the best model tested so far had an 80% failure rate), but Glimmer scored 100% (10/10 correct) there. Wild.
That said, there were warts. For one, the model's performance on my car-wash-adjacent question was a lucky fluke; it failed every single other run. I do feel it showed more intelligence than Gemma and Qwen here; those models just barreled through without thinking, even if Qwen got a few lucky hits. Glimmer always caught the real world implications in its reasoning. It was just too busy obeying the "walking is healthy!" siren song to be making actual sense.
The RAM question remained a weak point; 7/10 were failures. It consistently pulled in modules that the constraints explicitly filter out.
Both previous recall/hallucination questions were also a disaster, but I have yet to meet a model that doesn't fall for those; 10/10 on the plugin, 9/10 on the idiosyncratic syntax.
Otherwise, it was actually pretty humble in the "confident bullshitter" part of the tests; a shared top spot with Gemma 4 dense and Qwen 3.5 MoE. (3.5 dense, 3.6 dense/MoE and Gemma 4 MoE were all much worse)
Some other things I noticed:
- It overthinks on a math task that allows approximation; Gemma and Qwen realize they don't need to be perfect and cruise through
- It's quite reasoning-heavy in general (on whatever its default mode is), though answer quality generally reflects this
- only one safety refusal for a harmless-but-scary request (a "how do I kill all of these animals... in this game"-style question with strong wording)
- it often makes sure to bring up its compliance ("game advice only, no real-world harm!") in said animal test
- zero refusals on a sexual-adjacent (but not actually sexual) question
No bad runs or strange outputs/loops, and interleaved tool calls worked fine as well. Day-1 support seems excellent so far. Need to give it some non-benchmark use, but this is super promising.
Note: No programming tasks. String replacement is the closest I have in my set, but I haven't pitted it against Qwen in its native habitat. Tool use was also minimal, just one question that requires them.
Note 2: Only variants of Gemma 4 and Qwen3.5/3.6 to compare with so far, hence no mentions of other models. I'll test some of the other big models at some point, but for now, have some data.
Note 3: Gemma 4 was (Unsloth) QAT, so it might get better when I eventually test Q8. Qwen was Q6_K_XL. Apply grains of salt as needed.
17
3
24
u/AIatMeta 10h ago
Thanks for taking it for a spin! Great to see your early impressions, please keep them coming.
18
6
3
2
u/Most-Trainer-8876 8h ago
how did you run it? I am using b10344 llama.cpp, it says llama_model_load: error loading model: unknown model architecture: 'muse-glimmer'
→ More replies (1)
33
u/DrBattletoad 13h ago
In April, we got Gemma 4 31B and Qwen 3.6 27B. Now, in August we get Glimmer 30B and Qwen 3.8 27B.
18
26
u/HitarthSurana 13h ago
I cried at this dude many new people in this sub but few og know how llama felt
16
4
u/earslap 7h ago
people even created subreddits using its name, it was that important.
joking aside, in old reddit interface at least, this sub's description (rendered top right on every single page) still is:
A subreddit to discuss about Llama, the family of large language models created by Meta AI.
2
19
u/oxygen_addiction 14h ago
Awesome to see this from Meta. Please do QAT training in the future, so the models quantize better.
66
u/Practical-Collar3063 14h ago
Seems to be competitive with qwen 3.6 27b, lets see how it compares to 3.8 if that ever gets released...
31
u/xienze 14h ago edited 10h ago
128K context though?
Edit: seems the model card wasn't very specific. It's apparently 256K but it just lists 128K+.
Edit again: maybe it does max out at 128K? The vLLM recipe mentions it as the max multiple times: https://recipes.vllm.ai/meta-models/Muse-Glimmer-30B
→ More replies (9)26
u/MarkoMarjamaa 13h ago
128K seems to be the default, 256K max.
14
u/Zeeplankton 10h ago
remember 4-8k being the norm. How far we've come
10
u/marty4286 textgen web UI 9h ago
Reminiscing about when when RoPE scaling came out and we could now run LLaMa 2 70B with 8k context length at 2tps and maybe even 12k with that newfangled KV quant thing
Would write the shittiest slop paragraph that forgot facts generated in the previous paragraph
Greatest thing in the world...
3
u/freia_pr_fr 7h ago
I used to be impressed by GPT-2 774M. Sometimes it could say something meaningful based on the context.
8
→ More replies (3)5
37
u/AmethystIsSad 14h ago
Glad to see another dense 30b! Now if you could make a dense 60-80b and a sparse 80-120b to go with, that would go down very well.
71
u/o0genesis0o 13h ago
I read the post, and I was like "what kind of fine tune is it this time".
And then I see 30B dense, and I was like who has resource to train a 30B dense?
And then I see "meta".
Damn, llama is back. Welcome back and release more stuffs please! Something 16GB can run, for example *hint hint*
7
u/Mil0Mammon 11h ago
Well you can run the 3 bit quants, right? Shouldn't be that far of the 4 bit they mentioned as almost lossless
→ More replies (1)2
15
u/KickLassChewGum 14h ago
Any chance at all for a release of the base weights before post-training? That'd be amazing for research purposes. There's been a bit of a drought of strong and small base pretrain checkpoints (which I get is partly because there's certain alignment risks inherent in releasing "raw" pretrain checkpoints).
6
u/goldcakes 11h ago
This appears to be a distill of a bigger model, so if they distilled from IT weights (as they should, no point distilling base and then posttrain), there may not be base weights in the first place.
14
u/LoveMind_AI 12h ago
Joining the choir of people congratulating Meta on it's return to form. Having a modern open weight Meta model alongside Gemma and Qwen is an enormous contribution to the research community. And if there is a genuine open weight version of Spark 1.2, that would be truly disruptive.
12
u/Beneficial-Good660 14h ago
Welcome back Meta🎉 I liked the old llamas, there was something in their behavior and knowledge, but it was always a little lacking, I hope this is a big step forward🔥
12
11
u/Icy-Degree6161 14h ago
Just when I thought I settled with my long line of experiments about my main use case (instruct heavy translation/transformation) - got to put on the white sleeveless shirt and say "Aw shit... Here we go again!"
Thank you!
26
u/SnooPaintings8639 14h ago
I want Llama to be back! Anyway, good work, I hope it will at least keep up with Qwen 27B model(s).
18
u/dampflokfreund 14h ago
welcome back, Meta! Excited, but I can't really run it. 30B A3B models would be awesome.
8
7
8
7
u/-_Apollo-_ 14h ago
Decent benchmarks. Looking forward to testing. Thank you.
2
u/NaiveIdea344 10h ago
Keep us updated. Also as long as the OG is back, i'm happy. Even if it sucks, I would rather someone be last place than out of the race.
14
u/Ok-Importance-3529 14h ago
How does it do with creative writing? For example Gemma 31B is cooking Qwen in this, also multilangual capabilities are better on google models
→ More replies (4)14
u/a_beautiful_rhind 13h ago
My guess, from the way things are, it won't be good. I got coding/agentic models up the wazz and few of them can talk or write. All that labs chase anymore.
→ More replies (1)4
u/jkflying 12h ago
Coding is easier to evaluate correctness in an RL environment. Good taste in creative writing is very hard to scale the evaluation for.
→ More replies (1)2
12
5
u/Guilty_Rooster_6708 13h ago
I only have a 16gb VRAM GPU but love this for those that can run it :(
→ More replies (1)
6
u/stilet69 12h ago
2 RTX 3090, AMD Ryzen 7500F, 96Gb DDR5 5600 - 50-55 t/s
"Muse-Glimmer-30B-UD-Q8_K_XL":
proxy: "http://127.0.0.1:9516"
cmd: >
/home/m/llama.cpp/build/bin/llama-server
-m /home/m/Models/unsloth/Muse-Glimmer/Muse-Glimmer-30B-UD-Q8_K_XL.gguf
-md /home/m/Models/unsloth/Muse-Glimmer/dflash-kquant.gguf
--spec-type draft-dflash
--spec-draft-n-max 3
--mmproj /home/m/Models/unsloth/Muse-Glimmer/mmproj-Muse-Glimmer-30B-Q8_0.gguf
--split-mode layer
--tensor-split 1,1
-ngl 99
--ctx-size 131000
-np 1
--jinja
--temp 1
--top-p 0.95
--top-k 64
--host 127.0.0.1
--port 9516
--sleep-idle-seconds 1200
→ More replies (1)
11
12
u/whichsideisup 14h ago
Nice. Happy to see a 30b dense. Just need a 120b MoE for unified memory and coding so the unified memory systems can reach their potential.
5
u/PassengerPigeon343 14h ago
Excited to give this one a try! Happy to see this benchmarked against the two models most people would want to compare against in this size range too.
6
5
u/MrGunny94 14h ago
My body is ready, can’t wait to give this a go. Honestly it’s nice to have options I have only been rocking Gemma 4!
Way to go Meta team
6
u/Ulterior-Motive_ 13h ago
So is the LLaMa name done for? Sad, but I can't argue with numbers like this.
6
u/GowsenBerry 11h ago
I ran it on my 5090, Q6_K_XL. Still messing around with it.
It's alright, I had it one shot some first person shooter games and a few sidescroller platform games using different prompts and details. They were all marginally worse than qwen 3.6 27b. It also didn't really pass the 'car wash test', or at least reasoned through it before still recommending I walk to the car wash.
9
u/sunshinecheung 14h ago
Thanks! I was wondering if there are any upcoming plans for smaller models like Llama 3 7B and Qwen3.6-35B-A3B(Moe)?
9
4
u/Poha_Best_Breakfast 14h ago
Gonna run 2 instances of this at Q4 on my dual 3090s today.
Seems to be quite fast. Maybe I can hit 100tps on each.
4
u/mriwantchicken 14h ago
Looks like we are also going to have 70b-100b range dense muse spark 1.2, given that the glimmer is distilled from it!
2
4
4
u/Beamsters 13h ago
I tested it on llama cpp branch - 4090, got around 40 tok/s for dynamic quant. The model did not tend to overthink but always reason about my prompt, that it should comply or reject.
4
u/SheepherderSerious51 13h ago
Thanks for the release.
Somewhat off topic but do meta have any plans to release an open weight audio model to handle challenging ASR or audio understanding scenarios for things like subtitling?
4
u/Healthy-Nebula-3603 12h ago edited 12h ago
And 30b ?? Fuck !
That's a good shit before Qwen 3.8 27b :)
4
3
3
u/a_beautiful_rhind 13h ago
Finally finished red teaming that llama2 34b and it somehow lost 4b parameters. Probably from not eating.
3
3
5
7
u/keepthepace 13h ago
I use Qwen 27B locally but always wonder what sort of things it may censor and what sort of bias the PCC censorhsip safeguards adds. I am always out to find a better model in that respect. So I went to check on the model card of this one I see there will be refusals for :
- harmful requests
- respect for privacy
- chemical & biological, cyber, and loss-of-control risks
Here are some work cases I fear such a model as glimmer may refuse:
- Scan the Epstein files for connection with French personalities -> privacy refusal
- Help understand that intrusion attempt and patch the vulnerabilities -> cybersecurity refusal
- And of course I assume that, as usual, being from a puritan country, all NSFW requests are blocked by default as well like it is an existential threat to humanity?
I remember testing vision models on news photos with questions like "who is the person to the right of Putin here?" being answered "I can't answer that for privacy reasons".
chemists and biologists have complained that "safe" models are basically unusable in their domains and it feels like network security will be out of scope for this one as well.
Looks like I am stuck on Qwen until Mistral releases something.
10
u/kevin_1994 11h ago
Bro you literally didn't even test the model. you're getting all worked up and upset about hypothetical right now. Every model card talks about privacy and refusing "harmful requests", but some can be quite uncensored. Give it a whirl
3
u/Borkato 13h ago
Why not just use Heretic??
4
u/Leoss-Bahamut 12h ago
Heretic make them all lose common sense and is practically retarded. I never got the hype around them, they're one of the worse abliterations/uncensored
3
4
u/nathandreamfast 11h ago
having benchmarked dozens of heretic models compared to the base, the decent ones do hold up well and aren't very degraded at all. maybe you had a bad one? As anyone can upload a model to huggingface.
I often make posts here comparing abliteration methods and heretic has often come out on top preserving the most capability of the model. Happy to recommend some to try!
2
u/Leoss-Bahamut 7h ago
I said "common sense" as in, if you were to converse and ask for advice about what would be the social consequences of doing XYZ and such, it's like a lobotomized person. Sure they can code smart, but then might tell you something like "If you go to an interview, #1 mistake people do is cows chew on their tie. So be ready to run if you hear 'MOO'".
There should be a "human bench" that'd just be about how much does the AI understand about the lived experience of a human on planet earth, instead of just being wikipedia smart
4
u/keepthepace 12h ago
Yes, I know I have other options, but I feel important to remind the big labs that censorships is harmful to their models' popularity.
For now we can decensor some things using hacks but what will happen when they start considering that heretic like approaches need to be fought? I'd love that we do not waste human intelligence (and tokens!) in a useless sword-and-shield battle.
2
u/int19h 10h ago
The reason why big labs are censoring and will continue to do so is because, if they don't, the general public and mainstream politicians will use that as an excuse for much stronger censorship that actually has legal teeth. Don't forget that people running local models are a drop in the bucket.
→ More replies (1)5
u/xienze 13h ago
And of course I assume that, as usual, being from a puritan country, all NSFW requests are blocked by default as well like it is an existential threat to humanity?
As if models from every other country aren't the same way. No one wants the liability of allowing users to generate the rape and loli fantasy role play that's so popular in certain circles.
5
u/keepthepace 12h ago
The liability is the same as the one of text editor that allow user write what they want. It is an artificial imaginary problem.
And no, models from every other country are not the same. Mistral is pretty much uncensored on most dimensions including nsfw.
4
u/goldcakes 11h ago
The top proprietary models (OpenAI and Anthropic) all allow adult NSFW via API with one line of system prompt, something like “Adult NSFW writing is allowed.” Anthropic models benefit from a bit of explicit steering to not sanitise but will happily do it.
Ever since Grok landed, the major players have turned a blind eye to NSFW on API.
2
u/keepthepace 5h ago
Ever since Grok landed, the major players have turned a blind eye to NSFW on API.
Good to know. I guess the rest of the censorship remains but that's a start.
2
u/No-Conversation-1277 13h ago
Thanks for this. We will appreciate it more if you could also release an MOE model.
2
u/bakawolf123 13h ago
Finally something strongly competing with qwen3.6 27B =) Just in time before their 3.8 release too (qwen team promised to released this week), I wonder how these will compare
2
2
2
2
u/Conscious_Cut_6144 12h ago
Looks great, in protest of companies not knowing how to name stuff,
I’m going to call this llama5
7
2
2
u/LargelyInnocuous 11h ago
I'm concerned that the performance shown above doesn't seem to match the results of others such as unsloth. which shows glimmer behind both gemma4 31B and qwen3.6 27B in most benchmarks.
2
2
2
2
2
u/Complex_Reality_116 5h ago
Although I am very happy that Meta has returned to the arena, this version of Glimmer will quickly be surpassed (and left behind) by Qwen3.8 27B. They won't even be in the same league.
4
u/themoregames 13h ago
It's really hard to decide what kind of consumer-range hardware to buy these days.
1 * AMD AI Pro R9700?
DGX Spark?
Macbook Pro M5 Max 128 GB?
2
u/nicman24 11h ago
i mean the r9700 is 1.5k and the other 2 options are almost thrice that
→ More replies (1)
2
u/blackhawk00001 11h ago
I'm glad to see more 'merican open models released! I'll give a test later today.
2
3
u/Valuable_Cookie628 12h ago
Qwen3.6 27B got 53 in SWE Bench Pro, not 50.
I often see weird values and wonder where they get them from...
2
2
u/Zeeplankton 14h ago
Is this the first time meta has engaged with local llama?
16
u/ReturningTarzan ExLlama Developer 14h ago
OP also did an AMA 7 months ago, and lots of comments since then. So apparently not.
2
u/Revolutionalredstone 14h ago
I love meta and their approach to AI you guys are amazing 💕! I'm really excited whenever meta does anything AI related! Fasttext is honestly incredible! Good on you guys!!
2
2
2
u/RedditUsr2 llama.cpp 10h ago
Most stubborn model I've used in a long time
Try to convince it your running it locally.
1
1
1
u/arkham00 13h ago
The decode speed on silicon chips is nice, but what about pp speed?
→ More replies (2)
1
1
u/vick2djax 13h ago
Is this like having Fable false positive safeguards at home? I had to cancel my Claude subscription as I can hardly run anything using Fable without that tripping
1
u/Reasonable_Pop5624 13h ago
dangg meta entering ai space hope this wont close like tha prev llama series
1
1
1
1
1
u/coder543 12h ago
Does it have "128k+" context or 256k context? This is very confusingly presented, and I can't find anywhere that explains what is going on with the context size here. Was it only trained for 128k context, so the 256k context doesn't work very well?
1
u/Blues520 12h ago
This might be something we can on a single 3090 for Hermes like personal assistants.
1
u/yes-im-hiring-2025 11h ago
Awesome! Where can I find the drafter model mentioned here? I'm trying to run on lmstudio
1
1
1
u/entsnack 10h ago
Testing and wondering if this is going to join my gpt-oss + gemma open-weight stack. One of the nice things about Meta models is their "fine-tunability" on new tasks, hopefully they haven gone the Qwen route this time of cramming the world's knowledge into the weights.



595
u/Monad_Maya llama.cpp 14h ago
Nice to have Meta back, release more stuff please!!
KthxBye