muse-glimmer-30bMeta
- endpoints
- 2
- regions
- 1
- api
- chat
- released
- August 2026
capabilities 5/8
| # | flags | ||||||
|---|---|---|---|---|---|---|---|
| 1 | Global | 131K | free | free | free | - | |
| 2 | Global | 131K | $0.35 | $1.50 | $0.04 | zdr |
no measured traffic for this model yet. the endpoints table above carries provider pricing
no published benchmark scores for this model
muse-glimmer-30brequesty routes this id across every provider serving muse-glimmer-30b, picking on price and health and failing over automatically. the id stays valid when a provider changes underneath it
Base url is https://router.requesty.ai/v1 for every id here. One key reaches the whole catalog.
from openai import OpenAI client = OpenAI( api_key="YOUR_REQUESTY_API_KEY", base_url="https://router.requesty.ai/v1",) response = client.chat.completions.create( model="muse-glimmer-30b", messages=[ {"role": "user", "content": "Explain quantum computing in one paragraph."}, ],) print(response.choices[0].message.content)
Change the base url, use your Requesty key, set the model to any id in the call pane. Existing OpenAI SDK code needs no other edit, and the same key reaches every other model in the catalog, so switching later is a one-parameter change. Browse all models
Muse Glimmer 30B is a dense causal language model distilled from Muse Spark and purpose-built for autonomous agentic work. It combines multi-step reasoning, reliable schema-based tool calling, and failure recovery with multimodal understanding via a ~1.8B ViT-G/14 perception encoder, supporting interleaved text and image input, a 131K+ context window, and selectable reasoning strength (low through xhigh). Trained on data from over 100 languages, Muse Glimmer performs strongly for its size class on agentic benchmarks including MCP Atlas, DeepSearch QA, Gaia2 and SWE-Bench Pro, and is released under Apache 2.0.
questions 6
Which providers serve muse-glimmer-30b?
How much does muse-glimmer-30b cost?
Is muse-glimmer-30b open weights?
What is the context window of muse-glimmer-30b?
How do I use muse-glimmer-30b with the OpenAI SDK?
Should I call muse-glimmer-30b by its managed id or a provider id?
more from meta 6
| model | context | from /M | providers |
|---|---|---|---|
| llama-4-maverick-17b-128e-instruct | 1.0M | $0.20 | 1 |
| llama-3.3-70b-instruct | 131K | $0.13 | 3 |
| llama-3.3-70b-instruct-turbo | 131K | $0.08 | 1 |
| llama-3.2-90b-vision-instruct | 131K | $0.35 | 1 |
| llama-3.1-8b-instruct | 16K | $0.05 | 1 |
| meta-llama-3.1-405b-instruct | 131K | $0.80 | 1 |
route muse-glimmer-30b through one endpoint
One key for 2 providers on this model and 600+ others. No markup on provider prices, automatic failover, caching built in. Weekly aggregates in the measured pane come from production traffic routed through Requesty, one line per provider on a shared axis. Methodology
