Muse Glimmer is Meta's open-weight 30B parameter agentic multimodal model, released on August 10, 2026 under the Apache 2.0 license. Distilled from Meta's larger Muse Spark model, it is specifically engineered for always-on local agent workflows: planning, tool calls, result checking, and failure recovery. It accepts interleaved text and images, runs on a single consumer GPU (24GB target with 4-bit quantization), and needs no network call, making it a credible default for private local coding agents.
Core Features
- Agent-native training: Built around the agent loop (plan, call tools, interpret results, recover from failure), not just chat.
- Multimodal input: A ~1.8B ViT-G/14 perception encoder accepts screenshots, charts, and documents alongside text, up to 4,096 visual tokens per image.
- Runs locally: Dense 30B model with ~29.6B total parameters, 131,072+ token context, Apache 2.0 license, no network required.
- 24GB target: 4-bit quantized builds fit the language model under 20GB, leaving room for KV cache, vision encoder, and drafter in a 24GB/32GB envelope.
- DFlash speculative decoding: A 2.56B block-diffusion drafter proposes 16 tokens per forward pass, verified in parallel; up to 3.1x decode speedup on RTX 5090.
- Day-0 ecosystem: Support in transformers, llama.cpp, vLLM, Ollama, LM Studio, SGLang, MLX, and ExecuTorch at launch.
Model Specifications
| Specification | Muse Glimmer 30B |
|---|---|
| Parameters | ~29.6B dense (incl. ~1.8B vision encoder) |
| Context | 131,072+ tokens |
| Modality | Text + image input; text output |
| Languages | 100+ |
| License | Apache 2.0 (weights, quantizations, drafter, encoder) |
| Hardware | 24GB/32GB VRAM with 4-bit quant; 55GB+ at full BF16 |
Benchmark Highlights
- BionicBench (LM Studio, independent): 83.3% task completion vs 77.7% for Gemma 4 31B and Qwen3.6-27B.
- Agentic wins: Leads comparators on MCP Atlas, DeepSearch QA, and SWE-Bench Pro.
- Tradeoffs: Trails Qwen3.6-27B on OSWorld-Verified, TerminalBench 2.1, and SkillsBench for long multi-hour sessions.
Use Cases
- Private local coding agents: Run tool-use agents fully offline with no data leaving the machine.
- Document and screen understanding: Agents that read screenshots, charts, and documents while calling tools.
- Personal assistants: Claw/Hermes-style setups that need long-horizon context and multimodal perception.
- Cost-sensitive pipelines: LLM-as-a-judge and repetitive evaluation workloads are cheap to run locally.
Advantages
- Truly local agentic: A 30B multimodal agent that fits one consumer GPU, with a fully permissive license.
- Integrated stack: Quantization, speculative decoding, and runtimes designed together rather than bolted on.
- Meta ecosystem: Official GGUF, ExecuTorch, and transformers support plus named hardware partners (AMD, Arm, Dell, Intel, NVIDIA).
Tips
- Start with K-Quant-17GB on a 24GB card: Validate text-only performance first, then add vision and DFlash while watching memory headroom.
- Use DFlash in agent loops: Speculative decoding matters most for long reasoning chains and multi-step tool calls.
- Pick Qwen3.6-27B for multi-hour terminal sessions: Glimmer shines at scoped tool use; its rivals lead on very long autonomous runs.
Conclusion
Muse Glimmer gives local-agent developers their first realistic default: a permissively licensed, multimodal, agentic 30B model that runs on hardware they already own. If you want private, always-on coding and tool-use agents without cloud dependence, it is the strongest open-weight option in its class today.
Comments
No comments yet. Be the first to comment!
Related Tools
Muse Spark 1.2
developer.meta.com/ai/models/muse-spark
Meta's coding-focused flagship model powering Muse Code: 1M context, higher first-attempt accuracy, reliable tool calling, and end-to-end developer workflows via the Meta Model API.
GLM-5.2
z.ai
Zhipu AI's flagship 744B MoE coding model with a solid 1M-token context, MIT open weights, dual thinking-effort modes, and long-horizon agentic performance at roughly 1/6 the price of GPT-5.5.
Meta Llama 3.2 Vision
www.llama.com
Meta's latest multimodal large language model with image reasoning capabilities, available in 11B and 90B versions.
Related Insights
After I Connected Obsidian to OpenClaw, It Started Helping Me Make Decisions
Once Obsidian stopped being just a place to store notes and started working with OpenClaw, it began helping me organize context, connect information, and improve real decisions.
Stop Cramming AI Assistants into Chat Boxes: Clawdbot Picked the Wrong Battlefield
Clawdbot is convenient, but putting it inside Slack or Discord was the wrong design choice from day one. Chat tools are not for operating tasks, and AI isn't for chatting.
The Twilight of Low-Code Platforms: Why Claude Agent SDK Will Make Dify History
A deep dive from first principles of large language models on why Claude Agent SDK will replace Dify. Exploring why describing processes in natural language is more aligned with human primitive behavior patterns, and why this is the inevitable choice in the AI era.