metaVision

Meta: Muse Spark 1.3 Contributor

Muse Spark 1.3 Contributor is the cost-efficient contributor tier of Meta’s multimodal reasoning model for experimentation, learning, and early-stage agentic, multi-agent, and coding workflows. It is designed to track information...

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.3-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.3-contributor',
  messages: [{ role: 'user', content: 'Hello!' }],
})

Ready to use Meta: Muse Spark 1.3 Contributor?

Get an API key and start making requests in minutes.

Get an API key