← Home

Guide

Muse Spark 1.3 on OpenClaw and Hermes

Meta released Muse Spark 1.3 on 2 September 2026, four weeks after 1.2. The headline change is a max reasoning mode built for agentic tasks — which is exactly the workload an always-on agent generates. Here is what changed, how to point an OpenClaw or Hermes agent at it, and when the extra thinking is worth what it costs.

What Changed in 1.3

Muse Spark has been Meta's agent-oriented reasoning line since April 2026. Version 1.2 established the shape most people know it by: a very large context window and pricing well under most models in its class. Version 1.3 keeps that and adds a max reasoning setting targeted at agentic work — longer internal deliberation before the model commits to a tool call or an answer.

That is a meaningful distinction for agents specifically. A chat model that reasons harder produces a better paragraph. An agent model that reasons harder makes fewer wrong tool calls, and a wrong tool call is expensive in a way a mediocre paragraph is not — it costs a round trip, sometimes a side effect you have to undo.

Release Timeline

VersionReleasedNotes
Muse Spark8 April 2026Initial release of Meta’s agent-focused reasoning line.
Muse Spark 1.19 July 2026Iteration on the original.
Muse Spark 1.25 August 20261M-token context, aggressive pricing, and the debut of Muse Code.
Muse Spark 1.32 September 2026Adds a max reasoning mode aimed at agentic tasks.
Naming note: there is no product called “Muse 1.3”. The official name is Muse Spark 1.3 — “Muse 1.3” is just shorthand that circulates in posts and search queries. Muse Code is a separate thing: Meta's terminal coding agent, not a model version.

How to Run It on OpenClaw Launch

  1. Deploy an agent from openclawlaunch.com — about 30 seconds. Bring-your-own-key model selection needs a paid plan; the free trial runs a fixed set of free models.
  2. In your dashboard, add your OpenRouter key under BYOK settings, or a direct Meta Model API key if you have one.
  3. Open the model picker and type muse spark. The picker searches the live provider catalog, so 1.3 appears as soon as your provider lists it — no redeploy, no config file edit.
  4. Select it. The change applies to the running agent immediately.

Self-hosted, the OpenRouter model id follows the same pattern as the previous release — meta/muse-spark-1.2 became meta/muse-spark-1.3. Meta also serves the line through its own Model API at dev.meta.ai and through Muse Code. The provider configuration itself is unchanged from 1.2, so the Muse Spark 1.2 guide still covers the credentials and config layout; only the model string moves.

The same flow applies to Hermes Agent — see Hermes + Muse Spark.

The Reasoning Setting Is the Whole Decision

Reasoning tokens are billed as output. A max reasoning mode is therefore a cost lever as much as a quality lever, and on an always-on agent the difference compounds across every message rather than showing up once.

  • Leave reasoning low or default for the everyday driver: chat replies, lookups, routine tool calls, scheduled jobs. This is most of what an always-on agent does, and it is where 1.2-class behaviour was already sufficient.
  • Turn it up for planning a multi-step job, debugging something that has already failed once, or any task where a wrong tool call has a side effect you would have to reverse.
  • Watch the first week's spend. If you switch a busy agent to max reasoning and change nothing else, expect the bill to move. Compare against your previous week before deciding it was worth it.

Because pricing on this line has moved with each release, check the current rate on your provider rather than assuming 1.2's figures carried over. A model that is cheap per token but reasons for a long time is not automatically cheap per task.

When to Pick It

  • Good fit: long-running agents that make many tool calls, work with large contexts, and where you care more about getting the step right than about latency.
  • Poor fit: latency-sensitive chat where a reasoning pause is felt by the person waiting. Pair it with a fast Flash-tier model instead — see multi-model switching.
  • Already on 1.2 and happy? There is no urgency. 1.3 is an addition to the line, not a deprecation of the previous one.

Related Guides

Deploy with Muse Spark 1.3

Run Meta's newest agent reasoning model on an always-on agent in about 30 seconds. Bring your own OpenRouter or Meta key, and switch models whenever you like.

Deploy Now