1M
text, image, audio, video
text
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.
Input tokens
$1.250 / 1M tokens
Output tokens
$4.250 / 1M tokens
Routing
OneInfer optimized
Pricing
Current OneInfer pricing for this model.
| Usage | Price |
|---|---|
| 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
Coding
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!" }
]
}'