Run inference
Run Muse Glimmer on your own infrastructure or call it through a hosted cloud provider. The self-hosted runtimes below load the released checkpoints (or a quantized version of them) and use the Muse Glimmer chat format described in the prompting guide.
| Runtime | Best for | Hardware | Serving API |
|---|---|---|---|
| vLLM | Production serving, high throughput | NVIDIA GPU (single or multi) | OpenAI-compatible HTTP |
| SGLang | High-throughput serving for concurrent users | NVIDIA GPU, Apple silicon | OpenAI-compatible HTTP |
| llama.cpp | Local and mixed CPU/GPU, laptops | CPU, NVIDIA/AMD GPU, Apple Metal | OpenAI-compatible HTTP + CLI |
| ExecuTorch | Ahead-of-time export, local serving | NVIDIA GPU on Linux or Windows, Apple silicon on macOS | OpenAI-compatible HTTP |
Run inference on cloud
Use Together AI to call Muse Glimmer through a hosted API without managing model infrastructure.
Next steps
Once you have picked a runtime or provider, tune your prompts with the prompting guide, shrink the model with quantization, or speed up self-hosted generation with speculative decoding.