metaVision
Meta: Muse Spark 1.1
Muse Spark 1.1 is a multimodal reasoning model from Meta, built for agentic tasks. It accepts text, images, video, audio, and PDF documents and returns text, with a 1M-token context...
Context
1M tokens
Input / 1M tokens
$1.25
Output / 1M tokens
$4.25
Benchmark
—
Pricing
Input tokens$1.25 per 1M tokens
Output tokens$4.25 per 1M tokens
Cache read$0.15 per 1M tokens
Technical details
Model IDmeta/muse-spark-1.1
Context window1M tokens
Input modalitiestext, image, video, file, audio
Output modalitiestext
TokenizerOther
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-spark-1.1',
messages: [{ role: 'user', content: 'Hello!' }],
})Ready to use Meta: Muse Spark 1.1?
Get an API key and start making requests in minutes.
Get an API key