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. Supports text and image input with text output.
curl -X POST https://ai.layercloud.ir/ollama/v1/chat/completions \ -H "Authorization: Bearer YOUR_TOKEN" \ -H "Content-Type: application/json" \ -d '{ "model": "meta/muse-glimmer-30b", "messages": [{"role": "user", "content": "Hello!"}] }'
Get an API key
Read this page in plain markdown