Muse Glimmer 30B

Muse Glimmer 30B is a dense, open-weight multimodal model from Meta Superintelligence Labs, distilled from Muse Spark and optimized for autonomous agents on consumer hardware. It is suited for long-horizon agentic and coding workflows, with multi-step reasoning, reliable tool use, failure recovery, image understanding, and multilingual support across more than 100 languages.

ChatMeta131k tokens$0.3815 / $1.6351 · 1M

meta/muse-glimmer-30b

Context
131k tokens
Completion cap
Tools
Yes
JSON
Yes
Released
2026-08-09

Call it from Geek Hub

Same OpenAI SDK. Change the base URL and the model id.

curl https://api.geekhub.mx/v1/chat/completions \
  -H "Authorization: Bearer $GEEKHUB_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "meta/muse-glimmer-30b",
    "messages": [{"role": "user", "content": "Hola"}]
  }'
Get an API key

Frequently asked questions

What is Muse Glimmer 30B?
Muse Glimmer 30B is a dense, open-weight multimodal model from Meta Superintelligence Labs, distilled from Muse Spark and optimized for autonomous agents on consumer hardware. It is suited for long-horizon agentic and coding workflows, with multi-step reasoning, reliable tool use, failure recovery, image understanding, and multilingual support across more than 100 languages. Muse Glimmer 30B runs on the Geek Hub API (OpenAI-compatible). Model id: meta/muse-glimmer-30b.
Is Muse Glimmer 30B free?
No. Input is $0.3815 per 1M tokens and output is $1.6351 per 1M tokens on Geek Hub (markup included).
What is the context length of Muse Glimmer 30B?
Muse Glimmer 30B has a 131k tokens context window.
Does Muse Glimmer 30B support tool calling and structured outputs?
Muse Glimmer 30B accepts tools and tool_choice for function calling. It also supports structured outputs via a JSON schema in response_format.
When was Muse Glimmer 30B released?
Muse Glimmer 30B was released on 2026-08-09.

More models from Meta