model release

Ollama Adds Support for Meta's 30B "Muse Glimmer" Model, First Release from Meta Superintelligence Labs

TL;DR

Ollama v0.32.7 adds support for Muse Glimmer, a 30B-parameter multimodal model that Meta describes as the first release from its new Meta Superintelligence Labs division. Initial support runs through Ollama's MLX engine on Apple Silicon, with NVIDIA and AMD support promised in the coming days.

2 min read
0

Meta Superintelligence Labs Ships Its First Model

Ollama version 0.32.7 adds support for Muse Glimmer, a 30B-parameter multimodal model that, according to Ollama's release notes, is "Meta's newest open model and the first released by Meta Superintelligence Labs." The model is designed specifically for agent workloads that run on local hardware rather than through a cloud API.

As of this release, Muse Glimmer is available exclusively through Ollama's MLX engine on Apple Silicon. Ollama states that support for NVIDIA, AMD, and other platforms is coming "in the coming days," meaning non-Mac users cannot yet run the model through Ollama.

What's New in the Runtime

Ollama 0.32.7 adds two specific capabilities to its MLX engine required to run this model:

  • DFlash support
  • Image input support

No context window size, benchmark scores, or parameter-level architecture details (e.g., dense vs. mixture-of-experts) were disclosed in the release notes. Pricing does not apply in the traditional API sense since this is a locally-run open-weight model — there are no published per-token input/output costs.

How to Run It

Users can pull and run the model directly:

ollama run muse-glimmer:30b-mlx

Ollama is positioning Muse Glimmer as a backend for existing agent tooling rather than a standalone chatbot. The release notes list explicit integration commands for coding agents and personal-assistant frameworks:

ollama launch claude --model muse-glimmer:30b-mlx
ollama launch pi --model muse-glimmer:30b-mlx
ollama launch openclaw --model muse-glimmer:30b-mlx
ollama launch hermes --model muse-glimmer:30b-mlx

These commands wire the model into Claude Code, Codex-style coding agents, the lightweight Pi agent, and long-running personal-assistant frameworks OpenClaw and Hermes.

What This Means

This release marks a notable data point: Meta Superintelligence Labs, the internal group Meta formed to consolidate its frontier AI efforts, has apparently pushed its first public artifact out as an open, locally-runnable model rather than a hosted product. The emphasis on agent workloads, image input, and integration with coding-agent frameworks like Claude Code and Codex suggests Meta is targeting developers building autonomous coding and assistant tools rather than general chat use cases.

The rollout is incomplete — Apple Silicon only, no NVIDIA or AMD support yet, and no independent benchmark data to verify capability claims. Until Meta or Meta Superintelligence Labs publishes technical documentation, benchmark scores, and a model card, claims about the model's quality and multimodal performance remain unverified. Developers running local agent stacks on Macs can test the model today; everyone else will need to wait for broader hardware support.

Related Articles

model release

Unverified 'GPT Astra' Model Appears on OpenRouter With 1.05M Token Context, No OpenAI Confirmation

OpenRouter is listing a model called 'OpenAI GPT Astra Latest' with a 1.05 million token context window and $10/$50 per-million-token pricing. OpenAI has made no public announcement, and the listing's own description says it is an auto-redirecting alias rather than a fixed model.

model release

OpenRouter Lists 'GPT Sol Latest' — An Alias Pointer to OpenAI's Newest Sol-Family Model, Not a Standalone Release

OpenRouter has added a listing called '~openai/gpt-sol-latest,' described as an alias that always points to the newest model in an undisclosed 'GPT Sol' family from OpenAI. The listing shows a 1050K token context window and pricing of $2.00 per million input tokens and $10.00 per million output tokens, but OpenAI has not publicly confirmed a model line by this name.

model release

AllSpark's Iris-mini and Iris-pro Top Open-Weight Search Agent Benchmarks

Chinese lab AllSpark has released Iris-mini and Iris-pro, two open-weight search agents built on Qwen3 models that claim the top spot among open-weight systems in their size classes on four research benchmarks. The release includes model weights, an agent harness, and evaluation code, with training pipelines to follow.

model release

Tencent Open-Sources AuK, a 1.5B-Parameter Speech Generation and Editing Model

Tencent has open-sourced AuK, a 1.5B-parameter foundation model for speech generation and editing that handles TTS, content editing, and audio enhancement through natural-language instructions. The release includes a distilled AuK-Flash variant for 4-step fast inference, both under MIT license.

Comments

Loading...