Product Launch · XiaoHu Explains

Meta releases Muse Spark 1.1, rivaling GPT-5.5 and Opus 4.8 across multiple agentic evals

Meta Chief AI Officer Alexandr Wang, in his own words: an industry-competitive agentic and coding model, on par with GPT-5.5 and Opus 4.8 across many agentic evals. API pricing: $1.25 input / $4.25 output per million tokens.
Quick Take
  • Meta Superintelligence Labs releases Muse Spark 1.1: a multimodal reasoning model built for agentic tasks; the Meta Model API opens in public preview simultaneously, and the model enters Thinking mode in Meta AI / meta.ai on the consumer side.
  • Core capabilities: a lead agent orchestrating parallel sub-agents, active management of a 1-million-token context window, desktop/browser/mobile computer use, coding, and multimodal task execution.
  • Wang published a comparison table: JobBench 54.7, MCP Atlas 88.1, HLE (with tools) 62.1, and other agentic lines match or beat GPT-5.5 / Opus 4.8; the coding line is close to top-tier.
  • Official pay-as-you-go pricing: $1.25 input, $0.15 cached input, $4.25 output (per million tokens); web search grounding $2.50 per 1,000 queries; no long-context surcharge.
  • Compatible with the OpenAI SDK, Anthropic SDK, OpenCode / Claude Code, and more; all three API formats share the same model and pricing.
Based on the Meta AI blog, Meta Model API docs and pricing page, the 112-page evaluation report, and Meta Chief AI Officer Alexandr Wang's tweet thread from 2026-07-09. Benchmark figures follow the official/officially published tables.
1The Launch

Let's get this straight first

On July 9, 2026, Meta Superintelligence Labs released Muse Spark 1.1 and, for the first time, put this model in the hands of outside developers through the Meta Model API. That same day, Meta Chief AI Officer Alexandr Wang posted a thread that put it plainly:

muse spark 1.1 is an industry-competitive agentic and coding model. across many agentic evals it rivals gpt-5.5 and opus-4.8. available now through the new meta model api and in meta ai. — Alexandr Wang, @alexandr_wang, 2026-07-09

In plain terms: this isn't a small "chat feels a bit smoother" update — it's built for getting agent work done and writing code. Across multiple agentic evals, the official claim is that it can go toe-to-toe with GPT-5.5 and Opus 4.8. Below, we'll lay out the full feature set first, then walk through how it works, how to read the numbers, and what it costs.

2The Full Picture

What can it actually do: the capability table first

Once you've read this table, the rest of the article is just filling in each row in detail. Read it through once, then scroll down to the videos and benchmarks.

Positioning
A multimodal reasoning model built for agentic tasks: tool calling, computer use, coding, and multimodal understanding all strengthened together.
Multi-agent
A lead agent gathers context and plans, then hands execution off to parallel sub-agents; sub-agents respect their boundaries and know their tools, escalating back to the lead agent when needed.
Context
1,048,576 tokens (about 1 million); actively managed: it tracks actions taken, retrieves earlier information, and preserves key steps when compressing.
Computer use
Can operate desktop, browser, and mobile. Trained to decide: script it when scripting is faster, click through the UI when that's simpler, batching multiple actions per step.
Coding
Adapted to common agentic coding setups (plan mode, goal conditioning, sub-agents, context compression, etc.); handles large repos, multi-turn work, and screenshot-based UI verification.
Multimodal
Reads images, video, and documents; perceptual detail persists across long workflows and feeds directly into action (not just description).
API capabilities
Parallel tool calling, streaming tool arguments, cross-turn reasoning, web search grounding with citations, structured JSON output, Files API, prompt caching, adjustable reasoning_effort.
Compatibility
OpenAI SDK / Anthropic SDK / OpenCode / Claude Code, etc.; three interfaces — Responses, Chat Completions, Messages — sharing the same model and the same price.
Where to use it
Consumer: Thinking mode in the Meta AI App and meta.ai. Developer: Meta Model API public preview (api.meta.ai/v1, muse-spark-1.1).
Early partners
Replit, Box, Cline, and others are already trying it out.

The throughline in one sentence: first it learns to divide work in parallel like a project manager, then it ties desktop/browser/mobile operation and coding into the same agentic pipeline, and finally it's handed to developers through an API that pairs "high scores" with "relatively low prices."

3Deep Dive One

How the agent gets work done: the lead agent delegates, sub-agents run in parallel

Both the official materials and Wang frame "agentic performance and tool use" as the leading edge. The mechanism isn't mysterious — it breaks down into three steps:

  1. The lead agent thinks firstIt gathers context, makes a plan, and decides how to split the work into sub-tasks, rather than clicking through every screen itself in one go.
  2. Sub-agents execute in parallelEach one stays within its task boundary and figures out the tools at hand (native tools, MCP, custom skills), escalating back to the lead agent when it can't proceed.
  3. Context is actively managedThe 1-million-token window isn't just filled and ignored: it remembers what's been done, pulls facts back from earlier work, and when nearing capacity, compresses idle chatter while keeping decisions and unfinished steps.
Lead agent
context + plan
Sub-agent A
coding / tools
Sub-agent B
browser / desktop
Sub-agent C
retrieval / verify
Consolidated delivery

The official materials also stress zero-shot generalization to new native tools, MCP servers, and custom skills, without needing to retrain on each one separately. On the WideSearch chart, at the same latency point, multi-agent scores beat single-agent scores — parallelism is a training objective, not an interface flourish.

WideSearch multi-agent vs. single-agent
Official chart · WideSearch: multi-agent (solid line) scores higher than single-agent (dashed line)
4Deep Dive Two

Computer use: desktop, browser, and mobile all fair game

Wang was specific about this: it can operate desktop, browser, and mobile. The training focus isn't "click every single step" — it's judgment calls like:

  • Automation via script is faster → write the script
  • Direct UI interaction is simpler → click, type, scroll
  • Each step can produce a batch of actions, not one click at a time
Think of it this way

Hand an intern a remote device and just tell them the goal. They decide for themselves: open the app and tap a few times, or write a script to batch-check menus and inventory.

Official dinner-party demo: as the guest count, dietary restrictions, and inventory change mid-task, it notices and revises the plan on its own, without waiting for another instruction.

Official demo · Agentic dinner party organization · Source: Meta AI blog
Computer use demo attached to Alexandr Wang's tweet thread · Source: @alexandr_wang
OSWorld 2.0 cost curve
Official chart · OSWorld 2.0: x-axis is per-task dollar cost, y-axis is score. Blue line = Muse Spark 1.1, often cheaper at the same score band
5Deep Dive Three

Coding: large repos, multiple turns, self-verified via screenshots

Wang calls this a major step forward on real large-scale codebase tasks; the model was trained to fit common agentic coding setups. The official demos chain coding, image reading, and tool calling together:

Official demo · Building a site in OpenCode, screenshotting for bugs, fixing them · Source: Meta AI blog
Official demo · DeepSWE self-testing across multiple reasoning strengths + analysis dashboard · Source: Meta AI blog
Vibe Code and SWE Atlas
Official chart · Vibe Code Bench v1.1: 72.2 (previous gen 19.7); SWE Atlas codebase Q&A: 42.0 (previous gen 24.2)
Meta internal coding bench
Official chart · Meta Internal Coding Bench: 1.1 scores 68.3, Opus 4.8 scores 69.0 — nearly neck and neck
6Deep Dive Four

Multimodal: seeing the details, then acting on them

Document-side capabilities include: image understanding (photos/charts/documents/screenshots), video understanding, and document perception. The signature use case isn't "describe this image" — it's connecting perception directly to action.

Official demo · Photograph a product on your phone → extract details and reason about it → post it on Facebook Marketplace via browser · Source: Meta AI blog

Muse Image / Muse Video also launched the same week, on the media-generation side, complementing Spark's agentic line.

Related on this site
Muse Image / Muse Video: agentic image generation and video preview

Image-generation mechanics are covered in that piece. This article covers only Spark's agentic / coding / API line.

7Benchmarks

Across multiple agentic evals: where it leads, where it's just on par

The summary table below comes from the image Alexandr Wang attached to his tweet (matching the Meta Muse Spark product page). All the numbers are laid out here — no need to click through tabs.

Benchmark comparison table published by Wang
Image attached to @alexandr_wang's tweet · Muse Spark 1.1 vs. Gemini 3.1 Pro / Opus 4.8 / GPT-5.5 (highlighted = highest in that row)
CategoryBenchmarkSpark 1.1Previous genOpus 4.8GPT-5.5
AgenticMCP Atlas88.182.282.275.3
AgenticJobBench54.717.048.438.3
AgenticToolathlon-Verified75.649.476.273.5
AgenticOSWorld-Verified80.853.383.478.7
AgenticHLE (with tools)62.150.457.952.2
AgenticFinance Agent v257.2-53.951.8
CodingTerminal-Bench 2.180.067.382.783.4
CodingSWE-Bench Pro61.555.069.258.6
CodingDeepSWE 1.153.310.059.067.0
MultimodalCharXiv Reasoning88.488.989.984.8
MultimodalBabyVision76.339.981.283.6
How to read this table

Where the official numbers make the strongest case for leading: MCP Atlas, JobBench, HLE (with tools), Finance Agent v2, and other agentic lines — 1.1 is often highest or second-highest in the table.

Neck and neck: Toolathlon and OSWorld are close to Opus; Terminal-Bench trails GPT-5.5 / Opus slightly.

Still behind: DeepSWE 1.1's 53.3 is below GPT-5.5's 67.0; BabyVision is below GPT-5.5's 83.6. This is not "across-the-board dominance."

Versus the previous generation: JobBench 17.0→54.7, DeepSWE 10.0→53.3, OSWorld 53.3→80.8 — big jumps.

JobBench
Official chart · JobBench: 1.1 scores 54.7, ahead of Opus's 48.4 and GPT-5.5's 38.3
MCP Atlas
Official chart · MCP Atlas: 1.1 scores 88.1, ahead of Opus / previous-gen's 82.2
8Pricing and API

What it costs, and how to plug it in

Wang's framing is "premium performance at low cost." The exact numbers are on the Meta Model API pricing page — pay-as-you-go, no minimum spend, no prepayment:

$1.25
input / million tokens
$0.15
cached input / million tokens
$4.25
output / million tokens
$2.50
web search / 1,000 queries (tokens billed separately)
Meta Model API pricing table
Image attached to @alexandr_wang's tweet · Meta Model API Pricing (matches the official pricing page)
  • No long-context surcharge: pricing is the same whether the window is nearly empty or nearly full
  • Prompt caching: when a prefix hits the cache, it's billed at the cached-input rate — check cached_tokens in the response
  • All three APIs (Responses / Chat Completions / Messages) share the same model and the same price; Responses has the fullest feature set and suits agentic workflows best
  • Rate limits (per team): free tier 60 RPM / 2M TPM; paid tier 3,000 RPM / 4M TPM
  • A small number of system-injected guidance tokens aren't billed

What's ready out of the box in the API

  • Parallel tool calling + streaming tool arguments
  • Cross-turn reasoning (reasoning can carry across turns)
  • Web search grounding, with inline citations
  • Image / video understanding
  • Structured output (JSON to schema)
  • Files API: upload once, reference by ID
  • Prompt caching to cut latency and cost
  • reasoning_effort adjustable per request, from minimal to xhigh

Two lines of config to try it

Connection parameters
base_url = https://api.meta.ai/v1
model    = muse-spark-1.1
key      = MODEL_API_KEY (apply at dev.meta.ai)
Fastest

Point OpenCode / Cline, etc. at Meta; the docs also claim compatibility with Claude Code and the Anthropic SDK message format.

Write your own loop

Use previous_response_id in the Responses API to carry state, optionally attach web_search; execute function_call locally and feed the result back in.

"What's most impressive about Muse Spark is how much it packs into one model: massive million-token context, full multimodal support, built-in search with citations, strong reasoning, top-tier coding abilities, structured output, and parallel tool calling - all in a clean OpenAI-compatible package." — Amjad Masad, Replit CEO
9Safety

As capability climbs, risk evaluations tighten too

The 112-page "Muse Spark 1.1 Evaluation Report" states: without mitigations, chemical/biological and cybersecurity risk could not be ruled out below the Framework's "high risk" threshold; after deployment mitigations, residual risk falls to "medium or lower." Loss-of-control risk remained medium or lower throughout. Cybersecurity capability rose sharply relative to 1.0, while jailbreak / prompt-injection attack success rates dropped markedly. Report excerpts: Cybench pass@1 went from 65.4 to 92.9; StrongREJECT jailbreak ASR went from 25.2 to 0.5; AgentDojo injection ASR went from 11.9 to 0.7; Agentic Misalignment went from 47.7 to 1.1.

10Who It's For

Who gets value out of this

Building agentic products

Parallel tools + million-token context + lead/sub-agent orchestration; OpenAI / Anthropic compatible — just swap the endpoint in an existing harness to try it.

Coding agents / frontend

Large repos, self-checking UI via screenshots; internal coding bench is neck and neck with Opus; pricing is friendlier for long-running tasks (cached input at $0.15).

Cross-app desktop workflows

Desktop + browser + mobile computer use; long tasks where requirements change mid-stream are the official demo's focus.

Multimodal task execution

Feed in video/screenshots, then drive the browser to complete actions like listing a product or filling out a form.

Availability: Thinking mode in the Meta AI App and meta.ai; developers go through the Meta Model API public preview. Muse Image / Video, launched the same week, is a separate media-generation line.

Sources: Meta AI Blog, "Introducing Muse Spark 1.1 and the Meta Model API" (2026-07-09) · dev.meta.ai documentation and pricing page · Muse Spark product page · "Muse Spark 1.1 Evaluation Report" · Alexandr Wang's tweet thread 2075218936266998230. Demo videos self-hosted on pic.xiaohu.ai.