Three months after the original Muse Spark landed in April, Meta is back with Muse Spark 1.1. The headline change is mundane on its face but significant in practice: this is the first Spark model to ship with an actual API. Everything else — the benchmark bragging, the odd behavioral notes — is downstream of that one decision.

An API is the real release

A model without an API is a demo. A model with one is a platform bet. By exposing Spark 1.1 to developers, Meta moves it out of the walled garden of first-party surfaces and into the same competitive lane as the frontier assistants people already build agents on top of. The community proved the point within hours: Simon Willison shipped llm-meta-ai 0.1, a plugin that lets his llm tool run prompts straight against muse-spark-1.1. That speed of adoption is the whole reason an API matters — it turns a launch announcement into something you can pipe a shell command into the same day.

Meta is leaning on two claimed improvements to justify the release: agentic tool calling and computer use. Both are the right things to be optimizing for right now. The industry has largely stopped competing on raw chat quality and started competing on whether a model can reliably drive tools, click through interfaces, and complete multi-step tasks without a human babysitting every turn. Naming those two capabilities specifically signals Meta knows exactly which race it’s in.

The self-conversation curiosity

The detail that will get passed around, though, isn’t on the spec sheet — it’s buried in the Muse Spark 1.1 Evaluation Report under a section on “Attractor States in Self-Conversation.” When you point two copies of the model at each other and let them talk, the conversation reportedly collapses into stable, recurring patterns.

It’s easy to file this under fun trivia, and Meta seems to present it that way. But attractor states are worth taking seriously. They hint at the model’s default gravitational pull — the themes and phrasings it drifts toward absent external steering. For anyone deploying Spark 1.1 in long-running agent loops, where the model effectively converses with its own prior outputs turn after turn, those attractors stop being a curiosity and start being a failure mode. A model that spirals toward a fixed groove is a model that can get stuck.

What to actually watch

Benchmarks in a first-party evaluation report are marketing until independent developers stress-test them, and with the API now open, that testing will happen fast. The questions that matter: does the agentic tool calling hold up outside curated evals, and how quickly do those self-conversation attractors surface in real agent workloads? The launch is only the starting gun. The llm-meta-ai plugin means the community’s verdict is already being written — one prompt at a time.