metaVision

Meta: Muse Spark 1.2

Muse Spark 1.2 is a reasoning model from Meta, designed for complex agentic tasks. It accepts text, images, video, audio, and PDF documents, returns text, and offers 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.2
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.2',
  messages: [{ role: 'user', content: 'Hello!' }],
})

Ready to use Meta: Muse Spark 1.2?

Get an API key and start making requests in minutes.

Get an API key