metaVision
Meta: Muse Glimmer 30B
Try in chat →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. It is suited for long-horizon...
Context
131k tokens
Input / 1M tokens
$0.30
Output / 1M tokens
$1.10
Benchmark
—
Uptime & performance
Loading…
Pricing
Input tokens$0.30 per 1M tokens
Output tokens$1.10 per 1M tokens
Cache read$0.04 per 1M tokens
Apps and activity
Loading…
Technical details
Model IDmeta/muse-glimmer-30b
Context window131k tokens
Input modalitiestext, image
Output modalitiestext
TokenizerOther
Max output tokens16,384
Use with MegaBrain
import OpenAI from 'openai'
const client = new OpenAI({
baseURL: 'https://getmegabrain.com/api/gateway/v1',
apiKey: process.env.MEGABRAIN_API_KEY,
})
const response = await client.chat.completions.create({
model: 'meta/muse-glimmer-30b',
messages: [{ role: 'user', content: 'Hello!' }],
})Ready to use Meta: Muse Glimmer 30B?
Try it in the browser first, then get an API key and start making requests in minutes.