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.

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
| Question | Answer |
|---|---|
| Who built it | Meta Superintelligence Labs |
| Released | September 2, 2026 |
| API ID | muse-spark-1.3 (Standard), muse-spark-1.3-contributor (Contributor) |
| Context | 1,048,576 tokens, no long-context surcharge |
| Inputs | Text, images, video, audio, PDF |
| Standard price | $1.25 input / $4.25 output per 1M tokens |
| Open weights | No, API only |
| Main strength | Long coding tasks, understanding a codebase, long context |
| Main weakness | General agentic tasks and knowledge work, degraded audio |
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
| Date | Event |
|---|---|
| September 2, 2026 | Muse Spark 1.3 in Muse Code and the Meta Model API |
| August 5, 2026 | Muse Spark 1.2 and the Muse Code coding tool |
| July 9, 2026 | Muse Spark 1.1 and a public preview of the Meta Model API |
| April 8, 2026 | Muse Spark line introduced as the successor to Llama |
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)
| Area | What changed |
|---|---|
| Tool calls | About 20% fewer |
| Token usage | About 25% fewer |
| Code style | Fewer unnecessary turns, shorter and cleaner output |
| Reasoning | New max level (Standard tier only) |
| Collaboration | Asks about ambiguities, escalates when stuck and asks for confirmation before major steps |
| Multitasking | Better at matching a new instruction to the right task in a long, messy thread |
| Self-knowledge | Says what it cannot do instead of making up a result |
| Safety | More resistant to prompt injection, more careful with irreversible actions |
| Audio | A regression: audio understanding is not fully supported in 1.3 |
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.
| Spec | Value |
|---|---|
| Developer | Meta Superintelligence Labs |
| Model ID | muse-spark-1.3, muse-spark-1.3-contributor |
| Release | September 2, 2026 |
| Predecessor | Muse Spark 1.2 (August 5, 2026) |
| Context window | 1,048,576 tokens |
| Long-context surcharge | None, the same price per token across the whole window |
| Inputs | Text, images, video, audio (limited), PDF |
| Output | Text |
| Reasoning levels | All, including max (max only on the Standard tier) |
| API formats | Responses, 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 speed | About 232 tokens/s (xhigh), 218 tokens/s (max) per Artificial Analysis |
| Weights | Closed |
| License | Proprietary |
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
| Benchmark | What it measures | Muse Spark 1.3 | Muse Spark 1.2 | GPT-5.6 Sol | Claude Opus 5 |
|---|---|---|---|---|---|
| DeepSWE v1.1 | Long agentic software tasks | 75.4% | 55.0% | 73.0% | 74.0% |
| Terminal-Bench 2.1 | Terminal work | 88.8% | 82.9% | 88.8% | 86.7% |
| SWE-Atlas Codebase QnA | Understanding an unfamiliar repo | 59.4% | 46.2% | 53.5% | 52.7% |
Long context
| Benchmark | Muse Spark 1.3 | Muse Spark 1.2 | GPT-5.6 Sol |
|---|---|---|---|
| MRCR v2, 256K to 512K tokens | 98.5% | 66.3% | 91.5% |
| MRCR v2, 512K to 1M tokens | 98.1% | 55.5% | 73.8% |
- 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
| Benchmark | What it measures | Muse Spark 1.3 | Muse Spark 1.2 | GPT-5.6 Sol | Claude Opus 5 |
|---|---|---|---|---|---|
| GDPval-AA v2 (Elo) | Professional knowledge work | 1754 | 1615 | 1710 | 1824 |
| JobBench | Professional tool use | 64.9% | 61.6% | 45.4% | 65.7% |
| OSWorld 2.0 (partial) | Computer use | 66.9% | 47.6% | 62.7% | 68.3% |
| OSWorld 2.0 (binary) | Computer use, strict | 32.0% | 17.9% | 27.3% | 31.4% |
| DeepSearchQA | Agentic web browsing | 90.3% | 85.9% | 93.1% | 90.4% |
| Agentic IF Index (internal) | Following instructions in agentic tasks | 57.8 | 46.2 | 60.5 | 59.1 |
| AutomationBench | Business workflows | 49.6% | 38.2% | 46.7% | 50.3% |
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:
| Benchmark | Muse Spark 1.3 max | Muse Spark 1.3 xhigh |
|---|---|---|
| OSWorld 2.0 | 66.9% | 57.2% |
| GDPval-AA v2 (Elo) | 1754 | 1709 |
| JobBench | 64.9% | 61.2% |
| AA Intelligence Index v4.3 | 48 | 45 |
- 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
- 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.
- Different OSWorld versions. All models ran on OSWorld 2.0 version 08.08, except Muse Spark 1.2 on version 06.24.
- 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.
| Model | Vendor | DeepSWE v1.1 | AA Intelligence Index v4.3 | Price input / output ($ per 1M) | Context |
|---|---|---|---|---|---|
| Muse Spark 1.3 | Meta | 75.4% | 48 (max) | 1.25 / 4.25 | 1.05M |
| GPT-6 Astra | OpenAI | 74.1% | 53 | 10 / 50 | 1.05M |
| Gemini 3.8 Flash | 73.7% | 41 | 0.75 / 3.75 (through 2026) | 1M | |
| Grok 4.7 | xAI | 71.0% | 46 | 2 / 6 | 500K |
| Claude Fable 5.1 | Anthropic | 67.4% | 53 | 10 / 50 | 1M |
- 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.
| Channel | For whom | Note |
|---|---|---|
| Muse Code | Developers | Meta's agentic coding tool; check which tier it uses |
| Meta Model API | App developers | The official API, Standard and Contributor tiers |
| OpenRouter | Developers using several providers | One API for many models |
| LLM Gateway | Developers using several providers | An aggregator that also lists the Contributor variant |
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:
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
- 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.
- 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.
- 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.
- Budget for search. Web search grounding costs $2.50 per 1,000 queries on top of tokens.
- Watch the shared limit. Read the
x-ratelimit-remaining-tokensheader and slow down in time. - 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 tokens | Standard | Contributor |
|---|---|---|
| Input | $1.25 | $0.10 |
| Cached input | $0.15 | $0.002 |
| Output | $4.25 | $0.20 |
| Limit | 3,000 req/min, 4M tokens/min | 100 req/min, 3M tokens/min |
| Max reasoning level | Yes | No |
| Training on your data | No | Yes |
| Model ID | muse-spark-1.3 | muse-spark-1.3-contributor |
- 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.
- Unverified headline score. The 75.4% DeepSWE result is not yet on the public DeepSWE leaderboard; it is Meta's measurement. (Tenten)
- A gap between numbers and practice. In a hands-on game-building test, it fell behind models with lower scores. (MindStudio)
- Best results only at max. The xhigh setting is noticeably weaker on agentic tasks (OSWorld 57.2% vs 66.9%). (MarkTechPost)
- 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)
- Degraded audio. Audio understanding is not fully supported in 1.3.
- 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)
- Closed. No open weights, no self-hosting and no architecture details.
- 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.
- 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.
- 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.
- Ask for brevity. Version 1.3 writes less verbose code. Reinforce that with an instruction such as “no unnecessary comments or helper files.”
- Use the full context. Load the whole repository or documentation at once; you do not pay a long-context surcharge.
- Match the reasoning level to the task. Use xhigh or lower for routine work, and max only for the hardest agentic tasks.
- 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
- Meta: Muse Spark (model and benchmarks)
- Meta: API models
- Meta: pricing and limits
- Meta AI Research: introducing Muse Spark 1.3
- Meta: Muse Spark 1.3 evaluation methodology
- Artificial Analysis: Intelligence Index v4.3
- TrueFoundry: Muse Spark 1.3, what Meta shipped
- DataCamp: a hands-on Muse Spark 1.3 guide
- DataCamp: features, benchmarks and pricing
- MarkTechPost: Meta releases Muse Spark 1.3
- AIToolsReview: Muse Spark 1.3 review
- ExplainX: Muse Spark 1.3 vs Opus 5
- Tenten: the 75.4% DeepSWE score
- MindStudio: why the numbers do not add up
- Flowtivity: benchmarks and agents
- note.com (kazu): Muse Spark 1.3 explained
- Emergent: Meta launches Muse Spark 1.3
- Wikipedia: Meta Superintelligence Labs