model release

Meta Releases Muse Glimmer, a 30B Multimodal Model Distilled for Local Agentic Use

TL;DR

Meta has released Muse Glimmer, a 30B parameter multimodal model distilled from its larger Muse model, designed for local, privacy-aware agentic applications. The model ships under the Apache 2.0 license as part of Hugging Face Transformers v5.15.0, which also adds support for IBM's GraniteSWA/GraniteMoeSWA and the A.X-K1/K2 models.

2 min read
0

Hugging Face's Transformers library shipped version 5.15.0 today, headlined by the addition of Meta Muse Glimmer, a new 30-billion-parameter multimodal model built for agentic use cases that can be run locally.

Muse Glimmer: distilled for local deployment

According to Meta, Muse Glimmer is distilled from a larger model called Muse down to 30B total parameters, split into two components:

  • A 2B parameter ViT-style vision encoder (Perception Encoder)
  • A 28B parameter text decoder

The model is released under the Apache 2.0 license, making it freely available for commercial use and local deployment. Meta positions it for privacy-sensitive applications that need to run on local hardware rather than through cloud APIs — including coding assistants, document analysis, and personal-assistant setups comparable to existing Claude-like or Hermes-like agent stacks.

Meta has not disclosed a context window size, pricing (irrelevant for a self-hosted Apache 2.0 release), or standardized benchmark scores in the release notes. Technical details are covered in a companion blog post published by Hugging Face at hf.co/blog/muse-glimmer, though full evaluation numbers were not included in the GitHub release itself.

Other model additions in v5.15.0

The release also adds support for two other model families:

GraniteSWA and GraniteMoeSWA — IBM-originated architectures (Granite with sliding window attention, in both dense and mixture-of-experts variants) gained native Transformers support via pull request #47179, contributed by developer @daviswer. Documentation pages for both granite_swa and granitemoe_swa are now live on the Hugging Face docs site.

A.X-K1 and A.X-K2 — additional model architectures were added to the library, though the release notes provided in this update do not include parameter counts, licensing terms, or benchmark data for these two models.

What this means

Muse Glimmer is the notable release here: a 30B multimodal model small enough to run on a single high-end GPU or a well-specced workstation, distilled from a larger Meta model and released permissively under Apache 2.0. That combination — local deployability, vision+text capability, and an open license — targets the same niche occupied by models like Llama's smaller variants and open Hermes fine-tunes, but aimed specifically at agentic workloads (coding, document processing, assistants) rather than general chat.

The lack of published benchmark scores or a stated context window is a real gap. Until Meta or independent evaluators publish standardized numbers (MMLU, GPQA, coding benchmarks, or vision-language benchmarks like MMMU), claims about Muse Glimmer's capability relative to other 30B-class open models — such as Qwen or Mistral's mid-size releases — can't be verified. The broader v5.15.0 release also reflects the steady expansion of Transformers as the default integration point for new open model architectures, with IBM's Granite-SWA variants and the A.X-K series adding to an already crowded field of open-weight releases arriving through the library each month.

Related Articles

model release

Google DeepMind's New Chief Prioritizes Fast Gemini 4 Release Over AGI Debate

Google DeepMind's new head Koray Kavukcuoglu says Gemini 4 is in early post-training and could ship well before year-end, following the quiet cancellation of Gemini 3.5 Pro. He downplayed the AGI question that defined predecessor Demis Hassabis's tenure, calling it 'not the right conversation.'

model release

NVIDIA Releases Nemotron 3 Diarization, an Open-Weight Speaker ID Model Supporting Up to 8 Speakers

NVIDIA has released Nemotron 3 Diarization, an open-weight speaker diarization model that determines "who spoke when" in audio, supporting both streaming and offline inference for up to eight speakers. The model achieves input buffer latency as low as 80 milliseconds and is available for commercial and non-commercial use.

model release

Fireworks Releases Ember-1, a Reasoning Model That Cuts Token Usage 40% Versus Its Kimi K3 Base

Fireworks Research has released Ember-1, a reasoning model built on Kimi K3 that produces shorter reasoning traces while claiming comparable output quality. The model offers a 1 million token context window at $3 per 1M input tokens and $15 per 1M output tokens.

model release

Z.ai Releases GLM-5.3-Prime, a High-Throughput Variant of GLM-5.3 with 1M-Token Context

Z.ai has released GLM-5.3-Prime, a high-speed variant of its GLM-5.3 model that delivers 1.5-2x the output throughput through inference acceleration while retaining the full 1M-token context window. The model is priced at $2.80 per 1M input tokens and $8.80 per 1M output tokens, targeting coding and long-horizon agentic workloads.

Comments

Loading...