131K
text, image
text
Supported
About this model
Muse Glimmer 30B is a dense, open-weight multimodal model from Meta Superintelligence Labs, distilled from Muse Spark and optimized for local autonomous agentic workflows on consumer hardware. It combines multi-step reasoning, reliable schema-based tool calling, and failure recovery with multimodal understanding via a built-in perception encoder. It supports interleaved text and image input, controllable reasoning strength, and is highly compatible with agentic orchestration frameworks.
Input modalities
text
Accepted as model input
image
Accepted as model input
Providers
Available routing options for this model through OneInfer.
Input tokens
$0.350 / 1M tokens
Output tokens
$1.500 / 1M tokens
Routing
OneInfer optimized
Pricing
Current OneInfer pricing for this model.
| Usage | Price |
|---|---|
| Input tokens | $0.350 / 1M tokens |
| Output tokens | $1.500 / 1M tokens |
| Cached input tokens | $0.040 / 1M tokens |
Performance
Published evaluation results associated with this model.
General agentic
Agentic coding
Multimodal
General capabilities and reasoning
API example
curl https://api.oneinfer.ai/v1/ula/chat/completions \
-H "Authorization: Bearer $JWT_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"model": "meta-models/Muse-Glimmer-30B",
"messages": [
{ "role": "user", "content": "Hello!" }
]
}'