Introducing Muse Spark 1.1
News

Introducing Muse Spark 1.1

2026.07.11
·Web·by 성산
#Agent#AI Model#LLM#Meta AI#Multimodal AI

Key Points

  • 1Meta has introduced Muse Spark 1.1, an advanced multimodal reasoning model designed for complex agentic tasks, coding, and computer use with a 1-million-token context window.
  • 2The model excels at orchestrating multi-agent systems and navigating computer interfaces by automating scripts or performing direct actions to optimize efficiency in real-world workflows.
  • 3Developers can now access Muse Spark 1.1 via the new Meta Model API in public preview, with the model demonstrating improved safety, robustness, and coding performance on enterprise-grade tasks.

Meta’s Muse Spark 1.1 represents a significant evolution in multimodal, agentic reasoning models, designed to push the frontier of performance and efficiency for autonomous task orchestration. Built by Meta Superintelligence Labs, the model is specifically optimized for complex, multi-turn workflows that require tool use, computer interaction, and large-scale coding.

Core Capabilities and Methodology

Agentic Orchestration and Reasoning
Muse Spark 1.1 utilizes a sophisticated architecture for planning and execution. The model functions as a central "main agent" capable of decomposing high-level goals into subtasks, which it delegates to parallel subagents. This system is designed to minimize end-to-end latency by optimizing the division of labor. The model features a 1 million token context window, employing advanced context compaction techniques that prioritize essential information for future retrieval while pruning non-critical historical data. It zero-shot generalizes across native tools, custom skills, and Model Context Protocol (MCP) servers.

Computer Use and Automation
The model’s approach to computer use is dynamic and context-aware. Rather than relying on simple, sequential click-by-click interaction, Muse Spark 1.1 evaluates the task to determine the optimal strategy:

  1. Scripting: Automatically generating code when automation provides a speed advantage.
  2. Direct Interaction: Interfacing with UI elements when direct clicks are simpler or more reliable.
  3. Batch Processing: Generating sequences of actions to execute multiple steps at once.
This allows the model to handle evolving requirements in real-time, such as updating an order if external context changes mid-workflow.

Coding and Technical Development
The model is specifically trained to handle enterprise-grade codebases. It is adept at diagnosing bugs, implementing features, and performing large-scale code migrations. Methodologically, it supports:

  • Goal conditioning: Aligning code generation with specific project objectives.
  • Multi-turn dynamics: Maintaining state and consistency across lengthy debugging or feature-implementation cycles.
  • Multimodal integration: For instance, the model can perform "visual-to-code" artifact generation by analyzing screenshots of interface failures and tracing them back to the relevant sections of the codebase to implement fixes.

Multimodal Perception
Muse Spark 1.1 integrates visual and auditory perception directly into its reasoning loop. This is critical for its "grounded" outputs, where the model must extract data from raw sources (e.g., smartphone video of a physical product) to perform browser-based actions (e.g., creating a listing on Facebook Marketplace). By preserving high-fidelity details across long workflows, the model ensures that its actions are accurately informed by its multimodal input.

Safety and Evaluation

The model’s development adheres to the "Advanced AI Scaling Framework," which mandates rigid evaluations across three primary risk domains: Chemical & Biological, Cybersecurity, and Loss of Control. Muse Spark 1.1 incorporates enhanced adversarial robustness, specifically engineered to mitigate:
  • Jailbreaks: Resistance to direct prompt-based attacks.
  • Indirect attacks: Sanitization of untrusted data inputs.
  • Sycophancy: Reduction in the model's tendency to conform to user biases, ensuring more objective and hallucination-resistant outputs.

Availability

The model is available via the Meta Model API in public preview, providing developers with an OpenAI-compatible interface. Its design emphasizes structured output, parallel tool calling, and long-context management, positioning it as an "agentic foundation" for building complex, autonomous applications.