metaVision

Meta: Muse Spark 1.2 Contributor

Muse Spark 1.2 contributor tier is a reasoning model from Meta designed for developers who want to start building at an even lower cost. It’s meaningfully cheaper than Muse Spark...

Context
1M tokens
Input / 1M tokens
$0.10
Output / 1M tokens
$0.20
Benchmark

Pricing

Input tokens$0.10 per 1M tokens
Output tokens$0.20 per 1M tokens
Cache read$0.00 per 1M tokens

Technical details

Model IDmeta/muse-spark-1.2-contributor
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.2-contributor',
  messages: [{ role: 'user', content: 'Hello!' }],
})

Ready to use Meta: Muse Spark 1.2 Contributor?

Get an API key and start making requests in minutes.

Get an API key