Meta

muse-spark-1.1

meta/Muse-Spark-1.1
Context

1M

Input

text, image, audio, video

Output

text

Tool calling

Supported

About this model

Muse Spark 1.1 is Meta's flagship proprietary multimodal frontier model developed by Meta Superintelligence Labs (MSL). Designed for complex reasoning and agentic tasks, it can actively manage a 1-million-token context window, orchestrate multi-agent systems, and natively process text, image, video, and audio inputs. It excels at long-horizon software development, tool use, and computer-use workflows.

Input modalities

text

Accepted as model input

image

Accepted as model input

audio

Accepted as model input

video

Accepted as model input

Providers

Available routing options for this model through OneInfer.

Available

Input tokens

$1.250 / 1M tokens

Output tokens

$4.250 / 1M tokens

Routing

OneInfer optimized

Pricing

Current OneInfer pricing for this model.

UsagePrice
Input tokens$1.250 / 1M tokens
Output tokens$4.250 / 1M tokens
Cached input tokens$0.150 / 1M tokens

Performance

Published evaluation results associated with this model.

General Agents

GDPVal-AA V21371
MCP Atlas88.1

Coding

Terminal-Bench 2.176.2
DeepSWE 1.153
Meta Internal Coding Bench68.3

API example

curl https://api.oneinfer.ai/v1/ula/chat/completions \
  -H "Authorization: Bearer $JWT_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "meta/Muse-Spark-1.1",
    "messages": [
      { "role": "user", "content": "Hello!" }
    ]
  }'