Originally published at https://tekmag.thsite.top/meta-muse-spark-13-frontier-coding-model-with-20-fewer-tool-calls/
Muse Spark 1.3 is Meta's proprietary coding model released September 2, 2026 that reaches frontier scores on coding benchmarks while using about 20% fewer tool calls and 25% fewer tokens than version 1.2. It scores 61 on the Artificial Analysis Intelligence Index and leads DeepSWE v1.1 at 75.4, ahead of GPT-5.6 Sol and Claude Opus 5, at roughly one quarter of their cost per task.
Key Takeaways
- Meta released Muse Spark 1.3 on September 2, 2026 in Muse Code and the Meta Model API, with a max reasoning variant in limited partner preview.
- The model uses about 20% fewer tool calls and 25% fewer tokens than Muse Spark 1.2 on comparable engineering tasks, according to Meta engineers.
- It scores 61 (xhigh) and 62 (max) on the Artificial Analysis Intelligence Index, tying GPT-5.6 Sol and Grok 4.6.
- Standard pricing holds at $1.25 per million input tokens and $4.25 per million output tokens, with a Contributor tier at $0.10 and $0.20 for teams that share prompts for training.
- Safety work targets agentic use: stronger prompt injection resistance, better handling of ambiguous prompts, and confirmation before irreversible actions.
Introduction
Muse Spark 1.3 is Meta's fourth Muse Spark release in five months, built by Meta Superintelligence Labs for long-horizon agentic coding. It is a proprietary model with closed weights, available through Muse Code on macOS and Linux and through the Meta Model API at dev.meta.ai. Context window is 1 million tokens with text, image, and video input.
This is Meta's first frontier-class model shipped as closed weights rather than open source. The company positions it for multi-step engineering work where the model holds context across messy threads, generates its own context with tools, and collaborates with the user over extended sessions. A Meta Research blog post announcing Muse Spark 1.3 describes the goal as practical usefulness in real workflows rather than benchmark scores alone.
Readers tracking the coding assistant field can compare this release with our earlier coverage of rival approaches in OpenAI GPT-5 Codex agentic coding workflows and Anthropic Claude Opus coding benchmark results.
What Changed
Muse Spark 1.3 takes fewer turns where turns are not needed, writes less verbose output, and keeps a cleaner coding style than 1.2. Meta reports roughly 20% fewer tool calls and 25% fewer tokens for comparable tasks. It follows long, detailed instructions more reliably and preserves constraints across multi-step work.
Collaboration behavior changed in three visible ways. The model asks clarifying questions when a prompt is ambiguous instead of guessing. It calls on the user for help when stuck. It confirms before consequential steps. Multitasking also improved: when a single thread holds several interrupted tasks, the model maps each incoming message to the correct task more accurately.
Self-awareness is the other theme. Meta states it trained 1.3 to judge what it can and cannot do, what it knows and does not know, and to stop and say so at hurdles instead of hallucinating an outcome. Training covered more long-horizon coding tasks and a wider set of agent harnesses so the behavior transfers across environments.
Benchmark Performance
Muse Spark 1.3 scores 61 (xhigh, generally available) and 62 (max, limited preview) on the Artificial Analysis Intelligence Index. That is up from 57 for version 1.2 in August and 53 for 1.1 in July. The xhigh variant ties GPT-5.6 Sol (max) and Grok 4.6 (high), and sits behind Claude Fable 5.1 (66) and Claude Opus 5 (63).
Agentic evaluations drive the gain. Artificial Analysis reporting on Muse Spark 1.3 cites a 12-point jump on Tau3-Bench Banking (35% to 47% for xhigh, 52% for max), a 5-point gain on Terminal-Bench 2.1 (80% to 85%), and GDPval-AA v2 Elo rising from 1615 to 1709 (xhigh) and 1754 (max). Scientific reasoning rose as well, led by CritPt (18% to 26%) and GPQA Diamond (90% to 94%). Two evaluations slipped: AA-LCR fell 4 points and AA-Omniscience accuracy fell 1 to 3 points, partly because the model abstains more often instead of answering when unsure.
Meta's own evaluation report adds engineering benchmarks where 1.3 leads its rivals. DeepSWE v1.1, which tests autonomous fixes across real repositories, comes in at 75.4 against 73.0 for GPT-5.6 Sol and 74.0 for Claude Opus 5, and far above 55.0 for Muse Spark 1.2. Terminal-Bench 2.1 reaches 88.8, SWEAtlas CodeBase QnA hits 59.4, and long-context retrieval (MRCR at 512K to 1M tokens) hits 98.1. Readers should note method differences: Meta's numbers and Artificial Analysis numbers come from different harnesses, so exact figures vary by source.
Pricing
Pricing is unchanged from 1.2 for the standard tier: $1.25 per million input tokens, $4.25 per million output tokens, and $0.15 per million cached input tokens. Only the max reasoning mode is new and its pricing is not yet public. Artificial Analysis puts the blended cost at $0.55 per Intelligence Index task, the lowest of any model scoring 59 or above.
The second tier is the Contributor option at $0.10 per million input and $0.20 per million output tokens. The discount is steep, about 92% on input and 95% on output, but prompts and completions can be used to train future Meta models. Rate limits differ sharply: 3,000 requests per minute on Standard against 100 per minute on Contributor. Tom Tunguz analyzes the two-tier pricing as an explicit trade of data for inference subsidy, estimating the spread at about $1.24 per million tokens at agentic input-to-output ratios.
Cost per task comparisons favor Meta. At $0.55 per task, Muse Spark 1.3 (xhigh) undercuts GPT-5.6 Sol (max) at $0.95 and Grok 4.6 (high) at $0.94, a premium above 70% for its direct peers. The tradeoff noted by Artificial Analysis: cost per task rose from $0.40 on version 1.2 because agentic evaluations consumed about 57% more input tokens per task, with output tokens up only 8%.
Safety Improvements
Safety work in 1.3 focuses on risks that appear in agent deployments rather than single-turn chat. Meta reports stronger adversarial robustness, meaning better resistance to malicious inputs and prompt injection. The model also calibrates irreversible actions more carefully and pauses for confirmation before steps like deleting files or deploying to production.
Two behaviors support that goal. Ambiguous prompts trigger clarifying questions instead of silent guesses, which cuts down on wrong-file edits and wrong-environment commands. Interruption handling keeps multi-task threads consistent, so a user steering or cutting in mid-task is less likely to get an action applied to the wrong job. Meta frames the package as better discretion and judgment on long tasks.
Competitive Landscape
Muse Spark 1.3 ties OpenAI's GPT-5.6 Sol on the Intelligence Index (61 each) and beats it on DeepSWE v1.1 (75.4 against 73.0) and Terminal-Bench (88.8 against 84.0 in Meta's harness). Long-context retrieval is the widest gap: MRCR at 512K to 1M tokens reaches 98.1 against 73.8 for GPT-5.6 Sol in Meta's report. Per-task cost is about $0.55 against $0.95.
Against Anthropic, the picture is close on quality and wide on price. Claude Opus 5 (max) leads 63 to 61 on the Index but trails on DeepSWE (74.0 against 75.4) and Terminal-Bench (86.7 against 88.8). Claude Fable 5.1 holds a 4-point Index lead at 66, with per-task costs near $3.69 against $0.55 for Muse Spark 1.3. Meta AI chief Alexandr Wang described the model to Axios as very competitive with frontier models, and Meta CEO Mark Zuckerberg called it frontier performance at low cost on X.
Context matters. The release landed in a crowded week with competing updates from Google, Anthropic, and OpenAI within days. Meta's 2026 capital expenditure guidance of $125B to $145B signals continued infrastructure spending behind this pace. One distinction to keep straight: Muse Spark 1.3 is proprietary, while Muse Glimmer, a separate August 2026 release, is the open agentic model. The two names look similar but the licenses differ.
Conclusion
Muse Spark 1.3 closes most of the quality gap to the frontier while holding a clear cost advantage per task. The efficiency claim of 20% fewer tool calls and 25% fewer tokens is the practical core: fewer turns and cleaner style lower latency and bills on long coding jobs. Benchmark leads on DeepSWE and Terminal-Bench support that story, though harness differences mean buyers should test on their own repositories.
The Contributor tier deserves a careful read of the data policy before teams chase the discount. Standard tier keeps prompts out of training with high rate limits; Contributor trades that privacy for roughly a 21x price cut at 100 requests per minute. For developers already in Muse Code or the Meta Model API, 1.3 is a direct upgrade with no price change.
Frequently Asked Questions
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "When was Muse Spark 1.3 released and where is it available?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Meta released Muse Spark 1.3 on September 2, 2026. It is available in Muse Code on macOS and Linux and through the Meta Model API at dev.meta.ai. The max reasoning variant is in limited partner preview only."
}
},
{
"@type": "Question",
"name": "How much more efficient is Muse Spark 1.3 than 1.2?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Meta engineers report about 20% fewer tool calls and 25% fewer tokens on comparable engineering tasks, with less verbose output and cleaner coding style. Artificial Analysis notes per-task input tokens rose on its agentic harness, so efficiency varies by workload."
}
},
{
"@type": "Question",
"name": "How does Muse Spark 1.3 score on benchmarks?",
"acceptedAnswer": {
"@type": "Answer",
"text": "It scores 61 (xhigh) and 62 (max) on the Artificial Analysis Intelligence Index, tying GPT-5.6 Sol and Grok 4.6. On Meta's engineering harness it leads DeepSWE v1.1 at 75.4 ahead of GPT-5.6 Sol at 73.0 and Claude Opus 5 at 74.0."
}
},
{
"@type": "Question",
"name": "What does Muse Spark 1.3 cost?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Standard tier is $1.25 per million input tokens and $4.25 per million output tokens with $0.15 cached input, unchanged from 1.2. Contributor tier is $0.10 input and $0.20 output but shares prompts and outputs for training and caps throughput at 100 requests per minute."
}
},
{
"@type": "Question",
"name": "Is Muse Spark 1.3 open source?",
"acceptedAnswer": {
"@type": "Answer",
"text": "No. Muse Spark 1.3 is proprietary with closed weights. Do not confuse it with Muse Glimmer, a separate open agentic model Meta released in August 2026."
}
}
]
}
When was Muse Spark 1.3 released and where is it available?
Meta released Muse Spark 1.3 on September 2, 2026. It is available in Muse Code on macOS and Linux and through the Meta Model API at dev.meta.ai. The max reasoning variant is in limited partner preview only.
How much more efficient is Muse Spark 1.3 than 1.2?
Meta engineers report about 20% fewer tool calls and 25% fewer tokens on comparable engineering tasks, with less verbose output and cleaner coding style. Artificial Analysis notes per-task input tokens rose on its agentic harness, so efficiency varies by workload.
How does Muse Spark 1.3 score on benchmarks?
It scores 61 (xhigh) and 62 (max) on the Artificial Analysis Intelligence Index, tying GPT-5.6 Sol and Grok 4.6. On Meta's engineering harness it leads DeepSWE v1.1 at 75.4 ahead of GPT-5.6 Sol at 73.0 and Claude Opus 5 at 74.0.
What does Muse Spark 1.3 cost?
Standard tier is $1.25 per million input tokens and $4.25 per million output tokens with $0.15 cached input, unchanged from 1.2. Contributor tier is $0.10 input and $0.20 output but shares prompts and outputs for training and caps throughput at 100 requests per minute.
Is Muse Spark 1.3 open source?
No. Muse Spark 1.3 is proprietary with closed weights. Do not confuse it with Muse Glimmer, a separate open agentic model Meta released in August 2026.
References
- Meta Research blog: Introducing Muse Spark 1.3 (primary source for release date, efficiency claims, safety improvements, and availability)
- Artificial Analysis: Muse Spark 1.3, Meta reaches the frontier (Intelligence Index scores, Tau3-Bench, Terminal-Bench, GDPval, pricing per task)
- Tom Tunguz: The Ads Model for Prompts Vertically Integrates AI (Standard vs Contributor tier pricing and data-for-inference analysis)
- Meta evaluation methodology for Muse Spark 1.3 (DeepSWE v1.1, Terminal-Bench 2.1, SWEAtlas, MRCR scores)
- Artificial Analysis: Muse Spark, everything you need to know (index history across 1.1, 1.2, and 1.3)
Top comments (0)