Muse Spark 1.1

Muse Spark 1.1 is a multimodal reasoning model from Meta, built for agentic tasks. It accepts text, images, video, audio, and PDF documents and returns text, with a 1M-token context window. The model is designed to orchestrate multi-agent workflows, acting as either a main agent that plans and delegates or as a subagent, and generalizes zero-shot to new tools, MCP servers, and custom skills. It supports structured output, parallel function calling, built-in search with citations, and configurable reasoning effort. Meta reports strong performance on real-world coding across large codebases, computer-use workflows, and visual-to-code generation.

Speech-to-textMeta1M tokens$1.3626 / min

meta/muse-spark-1.1

Context
1M tokens
Completion cap
Tools
Yes
JSON
Yes
Released
2026-07-16

Call it from Geek Hub

Same OpenAI SDK. Change the base URL and the model id.

curl https://api.geekhub.mx/v1/chat/completions \
  -H "Authorization: Bearer $GEEKHUB_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "meta/muse-spark-1.1",
    "messages": [{"role": "user", "content": "Hola"}]
  }'
Get an API key

Frequently asked questions

What is Muse Spark 1.1?
Muse Spark 1.1 is a multimodal reasoning model from Meta, built for agentic tasks. It accepts text, images, video, audio, and PDF documents and returns text, with a 1M-token context window. The model is designed to orchestrate multi-agent workflows, acting as either a main agent that plans and delegates or as a subagent, and generalizes zero-shot to new tools, MCP servers, and custom skills. It supports structured output, parallel function calling, built-in search with citations, and configurable reasoning effort. Meta reports strong performance on real-world coding across large codebases, computer-use workflows, and visual-to-code generation. Muse Spark 1.1 runs on the Geek Hub API (OpenAI-compatible). Model id: meta/muse-spark-1.1.
Is Muse Spark 1.1 free?
No. $1.3626 per minute on Geek Hub.
What is the context length of Muse Spark 1.1?
Muse Spark 1.1 has a 1M tokens context window.
When was Muse Spark 1.1 released?
Muse Spark 1.1 was released on 2026-07-16.

More models from Meta