# Muse Glimmer 30B

> Meta's open-weight (Apache 2.0) 30B dense multimodal model, distilled from Muse Spark and tuned for local agentic work. Vision + reasoning, single-GPU friendly.

Human version: https://kymaapi.com/models/muse-glimmer-30b
Live JSON: `GET https://kymaapi.com/v1/models` (no auth required)

## Facts

- **Model ID**: `muse-glimmer-30b`: pass this as `model` in the request body
- **Creator**: Meta
- **Released**: 2026-08-10
- **Context window**: 131K tokens
- **Max output**: 8K tokens per response, a hard ceiling, not a default
- **Price**: $0.405 in / $1.62 out per 1M
- **Capabilities**: tools, vision, reasoning

## Call it

```bash
curl https://kymaapi.com/v1/chat/completions \
  -H "Authorization: Bearer $KYMA_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"model": "muse-glimmer-30b", "messages": [{"role": "user", "content": "Hello"}]}'
```

## See also

- All models: https://kymaapi.com/models.md
- Pricing: https://kymaapi.com/pricing.md
- Other models by Meta: https://kymaapi.com/models?q=Meta
