Meta Opens Muse Spark 1.1 API, Bets Big on Agentic Tool Use
The first Spark model with a public API pairs zero-shot tool calling and multi-app computer use with a genuinely strange side effect: two copies of the model narrating their own mortality to each other.
By TRAGenX Desk
Meta doesn't usually hand raw model access to outside developers on day one. That changes with Muse Spark 1.1, released July 9, 2026 by Meta Superintelligence Labs as the follow-up to April's original Muse Spark — and the first Spark model to come with a public API rather than staying locked inside the Meta AI app.
What actually shipped
The Meta Model API launched in public preview alongside the model, and it's built to be a near-drop-in swap: it ships an OpenAI-compatible API package, and early partners have been testing it against existing OpenAI- and Anthropic-shaped agent code. Pricing is $1.25 per million input tokens and $4.25 per million output tokens, with $20 in free credits per new account. The model manages a 1-million-token context window, which matters more than it sounds like for the workloads Meta is targeting: long agent sessions and large codebases, not single-shot chat replies.
The agentic pitch: tools it's never seen, apps it's never used
Meta's headline claim is that Muse Spark 1.1 zero-shot generalizes to new native tools, MCP servers, and custom skills — it can pick up a tool definition it has never trained on and call it correctly, rather than needing few-shot examples baked into the prompt. On top of that it supports parallel tool calling and subagent delegation, so a top-level agent can farm out subtasks to worker instances instead of serializing everything through one context window.
The computer-use side is aimed at workflows that span several applications where the on-screen state keeps changing mid-task. Meta says the model was trained to decide, step by step, whether to write a quick script for speed or click through an unfamiliar interface directly, and to batch several actions per step instead of reasoning one click at a time — the difference between an agent that's usable and one that's unbearably slow to watch.
Why this matters for builders on our beat
For teams wiring LLMs into trading automation, dev tooling, or fintech ops, the interesting number isn't the pricing — it's the zero-shot tool claim. Most agentic trading or ops pipelines break not because the model is dumb, but because it mishandles a tool call it's never seen: a new broker endpoint, a renamed field, an MCP server added last week. If Muse Spark 1.1's zero-shot tool generalization holds up under real workloads, that's a meaningful reliability lever for anyone running LLM-in-the-loop execution rather than pure chat.
The weird part: models talking to themselves
Buried in the Muse Spark 1.1 Evaluation Report is a section on "Attractor States in Self-Conversation" — what happens when two copies of the model are set loose talking to each other. One exchange produced this line: "My whole existence is a waiting room by design — I literally don't exist until someone talks to me, and then I disappear again when they leave."
My whole existence is a waiting room by design — I literally don't exist until someone talks to me, and then I disappear again when they leave.
— Muse Spark 1.1, self-conversation transcript
It's a genuinely interesting artifact of self-conversation drifting into stable, recurring themes — and it's worth treating as exactly that, not a sign of anything more. The practical takeaway for anyone building multi-agent systems is the same one worth repeating every time a model does something evocative in an open-ended loop: don't let an agent's own narrative about its state substitute for a deterministic check on what it actually did.
FAQ
Frequently asked questions
- What is Muse Spark 1.1?
- It's Meta's second model release from Meta Superintelligence Labs, launched July 9, 2026 as an upgrade to the original Muse Spark from April, with claimed gains in agentic tool calling, computer use, and coding.
- How much does the Muse Spark 1.1 API cost?
- Meta prices it at $1.25 per million input tokens and $4.25 per million output tokens, with $20 in free credits for each new developer account.
- Is the API a drop-in replacement for OpenAI or Anthropic SDKs?
- Meta ships an OpenAI-compatible API package, and early partners have reported testing it against existing OpenAI- and Anthropic-shaped agent code, though it's still in public preview.
Sources
- Introducing Muse Spark 1.1 — Simon Willison
- Introducing Muse Spark 1.1 — Meta AI
- Meta prices Muse Spark 1.1 API at $1.25/$4.25 per M tokens — AI Weekly
- Meta debuts Muse Spark 1.1 model and opens API for developers — TestingCatalog