Skip to content
Artificial intelligence

Meta Muse Spark 1.3: a technical deep dive into architecture, benchmarks, API and how it compares

Meta Muse Spark 1.3 is Meta's strongest model for agentic coding and giant-context work, but it is closed and trails Claude Opus 5 on general agentic tasks. Meta Superintelligence Labs released it on September 2, 2026, just four weeks after version 1.2. By Meta's own numbers, it leads DeepSWE v1.1 at 75.4% and reaches 98% on retrieval across a million-token context.

Muse Spark 1.3 article cover: a 1.05 million token context window, 75.4% on DeepSWE v1.1 per Meta and $1.25 and $4.25 per million tokens

This deep dive covers the history of the Muse line, exactly what changed in 1.3, the specs, every published benchmark and its caveats, the two pricing tiers and the risk that comes with the cheaper one.

Muse Spark 1.3 in 60 seconds

QuestionAnswer
Who built itMeta Superintelligence Labs
ReleasedSeptember 2, 2026
API IDmuse-spark-1.3 (Standard), muse-spark-1.3-contributor (Contributor)
Context1,048,576 tokens, no long-context surcharge
InputsText, images, video, audio, PDF
Standard price$1.25 input / $4.25 output per 1M tokens
Open weightsNo, API only
Main strengthLong coding tasks, understanding a codebase, long context
Main weaknessGeneral agentic tasks and knowledge work, degraded audio
Sources: TrueFoundry, DataCamp

01From Llama to Muse: why Meta changed course

For years, Meta was synonymous with open models. From 2023 to 2025 it released four generations of Llama. (Wikipedia) In 2026 it changed course: the Muse Spark line from the new Meta Superintelligence Labs division replaced Llama, and it is closed.

Muse Spark timeline

DateEvent
September 2, 2026Muse Spark 1.3 in Muse Code and the Meta Model API
August 5, 2026Muse Spark 1.2 and the Muse Code coding tool
July 9, 2026Muse Spark 1.1 and a public preview of the Meta Model API
April 8, 2026Muse Spark line introduced as the successor to Llama
Sources: TrueFoundry, note.com (kazu)

The first Muse Spark in April scored 52 on the Artificial Analysis Intelligence Index and trailed the frontier (57 for GPT-5.4 and Gemini 3.1 Pro, according to Flowtivity). It stood out for efficiency, though: it ran the whole index with 58 million output tokens, while Claude Opus 4.6 used 157 million. (Artificial Analysis, Flowtivity)

What about open weights?

Muse Spark 1.3 is not open. In its release notes, Meta lists open weights for Muse Spark only as a future roadmap item. If you need a downloadable Meta model today, there is Muse Glimmer: a dense 30 billion parameter multimodal model distilled from Muse Spark, under the Apache 2.0 license, with a default context of 128,000 tokens. (TrueFoundry)

02What Muse Spark 1.3 brings over 1.2

Version 1.3 is mainly an efficiency and behavior upgrade, not a leap in general intelligence. According to Meta's engineers, it makes about 20% fewer tool calls on the same work and uses about 25% fewer tokens. (TrueFoundry)

AreaWhat changed
Tool callsAbout 20% fewer
Token usageAbout 25% fewer
Code styleFewer unnecessary turns, shorter and cleaner output
ReasoningNew max level (Standard tier only)
CollaborationAsks about ambiguities, escalates when stuck and asks for confirmation before major steps
MultitaskingBetter at matching a new instruction to the right task in a long, messy thread
Self-knowledgeSays what it cannot do instead of making up a result
SafetyMore resistant to prompt injection, more careful with irreversible actions
AudioA regression: audio understanding is not fully supported in 1.3
Source: TrueFoundry, based on Meta AI Research's announcement

Why efficiency matters

25% fewer tokens on the same work means a 25% lower bill before any other optimization. It is Meta's internal measurement, though, not independent verification; measure the real savings on your own traffic. (TrueFoundry)

Watch out for audio

Meta's own documentation says audio understanding is not fully supported in 1.3 and response quality may be worse. For audio it recommends staying on 1.2 or using the separate Muse Voice Transcribe model. (TrueFoundry)

03Specs and architecture

Muse Spark 1.3 is a natively multimodal model with a context of over a million tokens, available only through the API.

SpecValue
DeveloperMeta Superintelligence Labs
Model IDmuse-spark-1.3, muse-spark-1.3-contributor
ReleaseSeptember 2, 2026
PredecessorMuse Spark 1.2 (August 5, 2026)
Context window1,048,576 tokens
Long-context surchargeNone, the same price per token across the whole window
InputsText, images, video, audio (limited), PDF
OutputText
Reasoning levelsAll, including max (max only on the Standard tier)
API formatsResponses, Chat Completions, Messages
Limits (Standard)3,000 requests/min, 4,000,000 tokens/min per team
Limits (Contributor)100 requests/min, 3,000,000 tokens/min
Output speedAbout 232 tokens/s (xhigh), 218 tokens/s (max) per Artificial Analysis
WeightsClosed
LicenseProprietary
Sources: Meta: models, Meta: pricing and limits, Artificial Analysis

What we know about the architecture

Meta has not published the parameter count or architecture details. We know the model is trained on agentic workflows and competitive programming and has native multimodal perception. (note.com (kazu), ExplainX)

Limits are shared across a team

All API keys on a team share one limit of 3,000 requests and 4 million tokens per minute. A separate key per service does not split the capacity, so one batch job can block an interactive product. Meta recommends watching the x-ratelimit-remaining-tokens header and slowing down before you hit the limit. (TrueFoundry)

04Muse Spark 1.3 benchmarks in depth

Muse Spark 1.3 leads on coding and long context, but on agentic tasks it loses to Claude Opus 5 almost everywhere. Meta compares its max setting with Muse Spark 1.2 (xhigh), GPT-5.6 Sol (max) and Claude Opus 5 (max). The numbers come from Meta's table (Meta: Muse Spark).

Coding

BenchmarkWhat it measuresMuse Spark 1.3Muse Spark 1.2GPT-5.6 SolClaude Opus 5
DeepSWE v1.1Long agentic software tasks75.4%55.0%73.0%74.0%
Terminal-Bench 2.1Terminal work88.8%82.9%88.8%86.7%
SWE-Atlas Codebase QnAUnderstanding an unfamiliar repo59.4%46.2%53.5%52.7%

Long context

BenchmarkMuse Spark 1.3Muse Spark 1.2GPT-5.6 Sol
MRCR v2, 256K to 512K tokens98.5%66.3%91.5%
MRCR v2, 512K to 1M tokens98.1%55.5%73.8%
Claude Opus 5 has no result in this part of Meta's table.
MRCR v2: retrieval across 512K to 1M tokens
  • Meta Muse Spark 1.398.1%
  • GPT-5.6 Sol73.8%
  • Meta Muse Spark 1.255.5%

Source: Meta: Muse Spark

Agentic tasks and knowledge work

BenchmarkWhat it measuresMuse Spark 1.3Muse Spark 1.2GPT-5.6 SolClaude Opus 5
GDPval-AA v2 (Elo)Professional knowledge work1754161517101824
JobBenchProfessional tool use64.9%61.6%45.4%65.7%
OSWorld 2.0 (partial)Computer use66.9%47.6%62.7%68.3%
OSWorld 2.0 (binary)Computer use, strict32.0%17.9%27.3%31.4%
DeepSearchQAAgentic web browsing90.3%85.9%93.1%90.4%
Agentic IF Index (internal)Following instructions in agentic tasks57.846.260.559.1
AutomationBenchBusiness workflows49.6%38.2%46.7%50.3%
Table source: Meta: Muse Spark, OSWorld and GDPval-AA per AIToolsReview and DataCamp. Some sites list DeepSearchQA as 89.4% and 93.0% or AutomationBench as 49.4%; Meta's table has 90.3%, 93.1% and 49.6%. Some sources list 72.7% for GPT-5.6 Sol on DeepSWE. Claude Opus 5.5 replaced Claude Opus 5 on September 22, 2026 and is not yet in Meta's table.

Max vs xhigh: a big gap on agentic tasks

The results above are for the max level, which was in preview at launch and is now available in Muse Code and the Meta Model API (Standard tier only). The lower xhigh level is noticeably weaker on agentic tasks:

BenchmarkMuse Spark 1.3 maxMuse Spark 1.3 xhigh
OSWorld 2.066.9%57.2%
GDPval-AA v2 (Elo)17541709
JobBench64.9%61.2%
AA Intelligence Index v4.34845
Sources: MarkTechPost, Artificial Analysis (index)
OSWorld 2.0 (partial): max vs xhigh level
  • Claude Opus 568.3%
  • Muse Spark 1.3, max level66.9%
  • GPT-5.6 Sol62.7%
  • Muse Spark 1.3, xhigh level57.2%
  • Muse Spark 1.247.6%

Sources: Meta: Muse Spark, MarkTechPost (xhigh)

Three catches in Meta's comparison

  1. Different effort levels. Version 1.3 and the competitors ran at max, while 1.2 ran only at xhigh. Part of the jump between versions is a settings difference, not a model difference.
  2. Different OSWorld versions. All models ran on OSWorld 2.0 version 08.08, except Muse Spark 1.2 on version 06.24.
  3. Best available number. For each model, Meta takes the highest comparable figure from its own measurement, a public leaderboard or the vendor. It is not one controlled run.

Source: TrueFoundry, based on Meta's methodology. Meta itself admits that its tests of competing models may not reflect their best performance. (Meta: methodology)

05How it compares with the September 2026 flagships

On DeepSWE, Muse Spark 1.3 is the best of all September models by the vendors' numbers; on the independent Artificial Analysis index it sits mid-pack, and on price it is among the cheapest.

ModelVendorDeepSWE v1.1AA Intelligence Index v4.3Price input / output ($ per 1M)Context
Muse Spark 1.3Meta75.4%48 (max)1.25 / 4.251.05M
GPT-6 AstraOpenAI74.1%5310 / 501.05M
Gemini 3.8 FlashGoogle73.7%410.75 / 3.75 (through 2026)1M
Grok 4.7xAI71.0%462 / 6500K
Claude Fable 5.1Anthropic67.4%5310 / 501M
Sources: Meta (Muse), our GPT-6 Astra guide (Astra, Fable 5.1 per OpenAI's table), Gemini 3.8 Flash guide, Grok 4.7 guide, index Artificial Analysis v4.3 (from September 7, 2026, a different scale from the older v4.1). Each vendor measured DeepSWE differently, so the comparison is a rough guide.
DeepSWE v1.1: September models
  • Meta Muse Spark 1.375.4%
  • DeepSeek-V4.1-Flash74.2%
  • GPT-6 Astra74.1%
  • Gemini 3.8 Flash73.7%
  • Xiaomi MiMo-V2.6-Pro71.9%
  • Grok 4.771.0%
  • Claude Fable 5.167.4%

Vendor figures; each vendor measured DeepSWE differently, so treat this as a rough guide. Source for Muse: Meta

Benchmarks vs reality

The 75.4% DeepSWE result is not yet on the public DeepSWE leaderboard; only the older Muse Spark 1.2 is there, at 55%. On the Artificial Analysis index v4.3, Muse Spark 1.3 (max) scores 48; ahead of it are Claude Opus 5.5 (58), Claude Fable 5.1 and GPT-6 Astra (both 53), Claude Opus 5 (51) and Claude Fable 5 (50). (Artificial Analysis, as of September 26, 2026) In a hands-on game-building test, it fell behind models with lower scores. (MindStudio)

For more on the competitors, see our GPT-6 Astra guide, Claude Fable 5.1 guide, Gemini 3.8 Flash guide and Grok 4.7 guide.

For all seven September models side by side, with pricing and benchmark charts, see our big comparison of September 2026 AI models.

06Where to find Muse Spark 1.3

Muse Spark 1.3 is available in four channels, all aimed at developers.

ChannelFor whomNote
Muse CodeDevelopersMeta's agentic coding tool; check which tier it uses
Meta Model APIApp developersThe official API, Standard and Contributor tiers
OpenRouterDevelopers using several providersOne API for many models
LLM GatewayDevelopers using several providersAn aggregator that also lists the Contributor variant
Sources: Meta: Muse Spark, LLM Gateway

In the available sources, we found no confirmation that Muse Spark 1.3 powers the consumer Meta AI assistant in WhatsApp, Instagram or Messenger.

Muse Code: a default with a catch

According to DataCamp, Muse Code switches you to muse-spark-1.3-contributor at startup, so Meta trains on your code until you change it. (DataCamp) The official Muse Code documentation still lists muse-spark-1.2 as the default model. For company or client code, check that you are on the Standard tier right after installation.

07For developers: API and integration

Moving from 1.2 takes a single change: the new model ID. Endpoints, SDKs and prices stay the same. (DataCamp)

Compatibility

The Meta Model API supports three formats: Responses, Chat Completions and Messages. Most existing clients for other models only need a new base URL and model ID, with no code rewrite. (TrueFoundry)

An illustrative call

An example using a Chat Completions compatible client. Fill in the base URL and the key variable name from Meta's developer documentation:

python
import os
from openai import OpenAI

client = OpenAI(
    base_url="<base URL from the Meta Model API docs>",
    api_key=os.environ["META_API_KEY"],
)

response = client.chat.completions.create(
    model="muse-spark-1.3",  # Standard: Meta does not train on your data
    messages=[
        {"role": "user", "content": "Go through the repository and find the cause of the failing test."}
    ],
)

print(response.choices[0].message.content)

Deployment checklist

  1. Decide on the tier up front, in writing. Standard for anything that touches customer data; Contributor only where training on the data is genuinely acceptable.
  2. Use a stable internal model name. Meta ships new versions every four weeks; moving to 1.4 should be a config change, not a deployment to every service.
  3. Set the reasoning level on purpose. Max is only on Standard and brings both the best results and the highest bills. Start lower and raise it by task type.
  4. Budget for search. Web search grounding costs $2.50 per 1,000 queries on top of tokens.
  5. Watch the shared limit. Read the x-ratelimit-remaining-tokens header and slow down in time.
  6. Send only part of your traffic first. Compare the cost per acceptable answer with your current model and expand only where it wins.

Sources: TrueFoundry, Meta: pricing and limits

08Pricing and license

Meta offers two tiers: Standard at $1.25 / $4.25, and Contributor, more than 90% cheaper, where Meta trains on your data.

Per 1M tokensStandardContributor
Input$1.25$0.10
Cached input$0.15$0.002
Output$4.25$0.20
Limit3,000 req/min, 4M tokens/min100 req/min, 3M tokens/min
Max reasoning levelYesNo
Training on your dataNoYes
Model IDmuse-spark-1.3muse-spark-1.3-contributor
Source: Meta: pricing and limits
Output price per 1M tokens
  • Grok 4.7$6.00
  • Muse Spark 1.3 Standard$4.25
  • Gemini 3.8 Flash$3.75
  • Muse Spark 1.3 Contributor$0.20

On the Contributor tier, Meta trains on your data. Sources: Meta: pricing and limits, xAI: pricing, Agentpedia

What makes the pricing stand out

  • No long-context surcharge. The same price per token whether the window is nearly empty or full. Grok 4.7 doubles its price from 200,000 tokens in the prompt (Grok 4.7 guide); Muse Spark does not.
  • Contributor is 92% cheaper on input and 95% cheaper on output. Meta openly says the discount is in exchange for consent to use your prompts and responses for training.
  • Search is billed separately: $2.50 per 1,000 queries.

The “about $0.10 per million” figure that appeared in some roundups is not a flat rate but a blended Contributor price. With an 8 : 1 input to output ratio, the price list works out to about $0.11 per million tokens.

License

The model is proprietary and available only through the API. (Emergent) Meta's only open model right now is the smaller Muse Glimmer under the Apache 2.0 license (text and images).

09Privacy and safety

The biggest risk with Muse Spark 1.3 is not the model but the tier: one suffix in the model ID decides whether customer data becomes Meta's training data.

The Contributor tier risk

A discount of over 90% is exactly the kind of saving a developer reaches for when cutting costs without reading the terms. The two tier IDs differ only by the -contributor suffix. If a production service moves to Contributor by mistake, customer prompts become training data and nothing visibly changes in the app. Enforce the rule centrally, not in each repository. (TrueFoundry)

Where the data lives

Closed weights mean prompts always go to Meta's API. The option to run the model on your own infrastructure, which the open Muse Glimmer offers, does not exist here. For regulated data, consult your lawyers. (TrueFoundry)

Model safety

  • Higher resistance to harmful inputs and prompt injection.
  • Better calibration on irreversible actions; it asks for confirmation before major steps.
  • It admits what it cannot do instead of making up a result.
  • At launch, the max level was announced only after further safety testing was complete.

Sources: TrueFoundry. We did not find a separate system card with safety test results in the available sources.

10Weaknesses, criticism and open questions

Muse Spark 1.3 has strong numbers, but also a number of caveats worth knowing before you deploy it.

  1. Unverified headline score. The 75.4% DeepSWE result is not yet on the public DeepSWE leaderboard; it is Meta's measurement. (Tenten)
  2. A gap between numbers and practice. In a hands-on game-building test, it fell behind models with lower scores. (MindStudio)
  3. Best results only at max. The xhigh setting is noticeably weaker on agentic tasks (OSWorld 57.2% vs 66.9%). (MarkTechPost)
  4. Behind the competition on agentic tasks. Claude Opus 5 leads on GDPval-AA, JobBench, OSWorld (partial) and AutomationBench, and GPT-5.6 Sol leads on DeepSearchQA and instruction following. Muse Spark 1.3 leads only on the strict OSWorld variant. (Meta: Muse Spark)
  5. Degraded audio. Audio understanding is not fully supported in 1.3.
  6. Fast version churn. Three versions between April and September, with only four weeks between 1.2 and 1.3. You will change a hard-coded model ID more often than you expect. (TrueFoundry)
  7. Closed. No open weights, no self-hosting and no architecture details.
  8. Training on your code by default in Muse Code. If you do not change the setting, you are providing your code for training.

Open questions

  • Will the DeepSWE result appear on the public leaderboard, and will it hold up?
  • When, and in what form, will Meta open the Muse Spark weights, as its roadmap promises?

11Use cases: when to deploy Muse Spark 1.3 and when not to

Muse Spark 1.3 makes the most sense for long coding tasks and giant-context work at a low price.

When to use it

  • Analyzing a large repository. 59.4% on SWE-Atlas Codebase QnA and a million-token context with no surcharge; the whole codebase fits in one request.
  • Long agentic coding. The highest reported DeepSWE score and a quarter fewer tokens than 1.2.
  • Search across huge documents. 98.1% on MRCR in the 512K to 1M token range.
  • Routing between several models. A cheap fourth option next to OpenAI, Anthropic and Google for long agentic runs.
  • Internal prototypes and synthetic data. The Contributor tier at a fraction of the price, where training on the data does not matter.

When not to

  • Audio processing: use Muse Spark 1.2 or Muse Voice Transcribe.
  • General agentic tasks and computer use: Claude Opus 5 and GPT-6 Astra lead.
  • You need open weights or self-hosting: choose Muse Glimmer or another open model.
  • Sensitive data on the Contributor tier: never.
  • Short answers and simple edits: a 75.4% score is no reason to migrate services that only handle short tasks. (Tenten)

12Prompting tips and best practices

Muse Spark 1.3 is trained to collaborate in long threads, so you get the most out of it with a clear goal and ongoing steering.

  1. One thread, several tasks. Version 1.3 is better at telling which task a new instruction belongs to. Still, name your tasks (“Task A: refactor, Task B: tests”) so they do not get mixed up.
  2. Let it ask questions. The model asks about ambiguities and asks for confirmation before major steps. Do not just answer “just do it”; a short reply saves expensive mistakes.
  3. Ask for brevity. Version 1.3 writes less verbose code. Reinforce that with an instruction such as “no unnecessary comments or helper files.”
  4. Use the full context. Load the whole repository or documentation at once; you do not pay a long-context surcharge.
  5. Match the reasoning level to the task. Use xhigh or lower for routine work, and max only for the hardest agentic tasks.
  6. Ask about limits. For uncertain tasks, add “if you cannot do this, tell me why”; the model is trained to admit what it cannot do.

These practices follow from the description of the changes in 1.3 (TrueFoundry, note.com (kazu)).

13Muse Spark 1.3 FAQ

What is Meta Muse Spark 1.3?

A multimodal model from Meta Superintelligence Labs for agentic coding and long-context work, released on September 2, 2026. It is the fourth release in the Muse Spark line (after the April Muse Spark, 1.1 and 1.2), which replaced the Llama models.

Is Muse Spark 1.3 open source?

No. The model is closed and available only through the API. For now, only the smaller Muse Glimmer (30 billion parameters, Apache 2.0) has open weights.

How much does Muse Spark 1.3 cost?

The Standard tier costs $1.25 per million input tokens and $4.25 per million output tokens. The Contributor tier costs $0.10 and $0.20, but Meta trains on your data.

How much context can Muse Spark 1.3 handle?

1,048,576 tokens, with no long-context surcharge.

Is Muse Spark 1.3 better than Claude Opus 5 or GPT-6?

By Meta's numbers, it leads on long coding tasks (DeepSWE 75.4%) and long context. On general agentic tasks and knowledge work, Claude Opus 5 leads (replaced by Opus 5.5 on September 22, 2026), and on the independent Artificial Analysis index, Claude Opus 5.5, Claude Fable 5.1 and GPT-6 Astra all rank higher.

What is the Contributor tier?

A cheaper tier (ID muse-spark-1.3-contributor) where you give Meta consent to use your prompts and responses for training. According to DataCamp it is the default in Muse Code, so check which tier you are on.

Can Muse Spark 1.3 process audio?

Only to a limited extent. For audio, Meta recommends version 1.2 or the Muse Voice Transcribe model.

14Verdict: is Muse Spark 1.3 worth it?

Muse Spark 1.3 is a quiet but useful release: fewer tokens, fewer mistakes in long threads and a million-token context at a low price. For teams that code with agents and work with large repositories, it is a serious candidate next to models from OpenAI, Anthropic and Google.

It comes with caveats, though. The best numbers come from Meta and from the max level, audio got worse, the weights are closed and you pay for the cheapest tier with your data. Test it on your own tasks on the Standard tier, set the Contributor rules centrally and then decide.

Want to put AI agents to work in your own processes? We help you choose the model and connect it to your systems as part of our AI implementation service.

15Sources

LISTIFY teamWebsites, apps and marketing from Prague since 2008

More articles

All articles →
Artificial intelligenceSeptember 27, 2026 · 13 min read

The AI Act Hasn’t Been Postponed. What Your Business Needs to Do Now

Artificial intelligenceSeptember 27, 2026 · 19 min read

Best AI models of September 2026: GPT-6 Astra, Claude Fable 5.1, Gemini, Grok, Muse, DeepSeek and MiMo compared

Artificial intelligenceSeptember 26, 2026 · 14 min read

GPT-6 Astra (ChatGPT 6): the technical guide to benchmarks, API, pricing and access

Share this page

By email

Got an idea? In 15 minutes, you'll know how to make it happen.

A short call, no sales pitch. We'll tell you what makes sense, what it will cost and how fast we can deliver it.

+420 771 166 199Mon to Fri, 8:30 a.m. to 4:00 p.m. (Prague time) · info@listify.cool

When should we call you?

Pick a day and a time window. We'll call you, and it takes about 15 minutes.

Day