metaVision
Meta: Muse Spark 1.3
Muse Spark 1.3 is a multimodal reasoning model from Meta for long-running agentic, multi-agent, and coding workflows. It is designed to keep track of information across extended tasks, work through...
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.3
Context window1M tokens
Input modalitiestext, image, video, file, audio
Output modalitiestext
TokenizerOther
Max output tokens943,718
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.3',
messages: [{ role: 'user', content: 'Hello!' }],
})Ready to use Meta: Muse Spark 1.3?
Get an API key and start making requests in minutes.
Get an API key