API · Models
Text

Muse Spark 1.1

Muse Spark 1.1 is strongest at agentic performance, tool use, and computer use. It does well on long-running tasks with 1M token context window, can delegate execution to sub-agents running in parallel, and is trained to use computer interfaces on desktop, mobile, or browser.

ReasoningToolsCacheFilesVision
Context 1.0M·Max out 1.0M

Quickstart

import { streamText } from 'ai';
import { createOpenAICompatible } from '@ai-sdk/openai-compatible';

const blackbox = createOpenAICompatible({
  name: 'blackbox',
  apiKey: process.env.BLACKBOX_API_KEY!,
  baseURL: 'https://api.blackbox.ai/v1',
});

const result = streamText({
  model: blackbox('blackboxai/meta/muse-spark-1.1'),
  prompt: 'Why is the sky blue?',
});

for await (const chunk of result.textStream) {
  process.stdout.write(chunk);
}

Specs & pricing

Input $/M
1.25
Output $/M
4.25
Context window
1.0M
Max output
1.0M
Supported parameters

Related models

ModelTypeContextInput $/M
Llama 3.1 70BText131.1K0.72
Llama 3.1 8BText131.1K0.22
Llama 3.2 3BText131.1K0.15
Llama 3.2 1BText131.1K0.1
Llama 3.2 11B Vision InstructText128K0.16