Meta has launched Muse Spark 1.1, its most ambitious large language model yet, with a one-million-token context window and a new architecture purpose-built for multi-agent automation. The model, unveiled on July 9, is rolling out inside the Meta AI chatbot and through a paid developer API called Meta Model API, which is currently in public preview. Meta is positioning the release as a direct challenge to OpenAI and Anthropic in the fast-emerging market for AI systems that can plan and execute complex workflows across multiple software agents.
The launch matters because the bottleneck for AI agents is no longer raw intelligence. It is memory. Multi-agent workflows generate enormous volumes of intermediate data — code snippets, tool calls, partial results, retrieval documents — that can overwhelm a model’s context window in minutes. When the context fills up, the model either crashes, hallucinates, or quietly drops the information it needs to finish the job. Muse Spark 1.1 is engineered to address that exact failure mode.
A Million Tokens and a Compaction Engine
The headline specification is the context window: one million tokens, putting Muse Spark 1.1 in the same tier as Gemini 2.5 Pro and Claude Sonnet 4.7. Meta has matched that scale with a context compaction mechanism that compresses the data generated by sub-agents while preserving the most important details. The result is a model that can retrieve information from much earlier work and carry it across sub-tasks without losing thread continuity.
In an internal test, Meta engineers instructed the model to build a chat application. Muse Spark 1.1 generated the code, captured screenshots of the resulting interface, identified several rendering issues, traced those issues to specific code snippets, and patched the bugs. The full loop — write, render, diagnose, fix — happened inside a single session without human intervention.
Multi-Agent by Design
Multi-agent systems typically organize themselves around a planner that decomposes a high-level goal into steps, then dispatches sub-agents to execute them. The planner usually produces its plan once at the start of a task and rarely revisits it. Muse Spark 1.1 takes a more adaptive approach. According to Meta, the model can detect mid-task developments that make the original plan obsolete and adjust its strategy without restarting from scratch.
That capability is increasingly important as enterprises move from single-prompt chatbots to orchestrated pipelines that chain dozens of agents together. Companies testing agentic AI in production report that the failure mode is rarely a single bad step. It is the inability to recover when downstream steps reveal that upstream assumptions were wrong.
Pricing and Developer Access
Meta Model API is Meta’s first paid LLM API. Pricing details have not been fully disclosed, but the company is pitching the service as competitively priced against OpenAI’s GPT family and Anthropic’s Claude family. Developers get access to a public preview during the launch window, with general availability expected later this quarter.
The strategic significance is hard to overstate. Until now, Meta has distributed its Llama models as open weights, letting developers run them on their own infrastructure. A hosted, paid API puts Meta into direct competition with the closed-source vendors for enterprise AI budget — a market analysts peg in the tens of billions of dollars annually.
Competitive Landscape
The launch lands in a crowded field. OpenAI’s GPT-5.6 family, Anthropic’s Claude 4.7 Sonnet, and Google’s Gemini 2.5 Pro each claim multi-agent capabilities and million-token context windows. Meta’s pitch is differentiation through context compaction and adaptive planning — features that may matter more for long-running agentic workflows than for single-turn chat.
Investors responded modestly. Meta shares closed slightly higher on launch day, in line with broader market movement. The real test will come in August when the first wave of production deployments reports performance data.
What Comes Next
Meta has signaled that a follow-up release — internally codenamed Muse Spark 2 — is already in late-stage training. If Meta can demonstrate that compaction-based memory management is genuinely superior to simply having a larger context window, the company could force competitors to redesign their agentic stacks. If the differentiation is marginal, Muse Spark 1.1 risks becoming just another entry in a saturated market.
For developers, the immediate question is integration cost. Switching the brain of an agentic system is not trivial. Pipelines tuned to one model’s quirks often break on another. Meta will need to ship strong migration tooling and benchmarks to win developers away from incumbents. The launch is the easy part. The next six months are where the market gets decided.
Early benchmarks posted by Meta suggest Muse Spark 1.1 outperforms GPT-5.6 and Claude 4.7 Sonnet on long-horizon agentic tasks — specifically those requiring more than 50 sequential tool calls or sustained context utilization above 700,000 tokens. Independent verification has not yet been published, and Meta has a history of selecting benchmarks that flatter its own models. Developers will want to run their own evaluations before committing production traffic.
Enterprise procurement teams are likely to take a wait-and-see posture. Multi-million-dollar annual contracts with OpenAI or Anthropic are not switched on the strength of a launch-day blog post. Meta’s pitch will need to survive contact with real workloads — supply chain automation, customer support escalations, code migration pipelines — before the dollars move.

