Meta priced its first paid, closed-weight model at $1.25 per million input tokens and $4.25 per million output tokens when Muse Spark 1.1 launched July 9, 2026 (AI Weekly). That single move ends an assumption a lot of infrastructure teams built roadmaps around: that Meta's frontier models would stay free and open indefinitely. Our Claude Opus 4.8 and Mistral breakdowns found the self-hosting crossover point anywhere from 31M to well over a billion tokens a day, depending entirely on how aggressively the closed API is priced. Muse Spark 1.1 lands in the middle of that range: cheap enough that the cost case for renting a GPU cluster and running DeepSeek V4 or Qwen3 is real but distant, and murky enough on data handling that the privacy case might matter more than the math.
Why Meta Closed the Door: What Muse Spark 1.1 Actually Costs
Muse Spark 1.1 API Pricing: Input, Output, Cache, and the $20 Free Credit
Muse Spark 1.1 runs $1.25 per million input tokens and $4.25 per million output tokens on the new Meta Model API, with $20 in free starter credits for new accounts (AI Weekly). Cached input tokens cost $0.15 per million, an 88% discount off the standard input rate, which matters for any agentic workflow that resends the same system prompt or tool schema across turns (Artificial Analysis).
The model carries a 1 million token context window, accepts text and image input, and produces text-only output, with an extended-thinking reasoning mode built in (Artificial Analysis). The API natively supports both the OpenAI Chat Completions format and the Anthropic Messages format, so teams already integrated with either provider can point existing clients at Meta's endpoint with minimal rewrites (AI Weekly).
On quality, Muse Spark 1.1 scores 51 on the Artificial Analysis Intelligence Index, ranking #22 of 190 models tracked. Output speed runs 128.8 tokens/sec (ranked #39), and time to first token is 1.46 seconds, both solidly ahead of the field median but not frontier-leading (Artificial Analysis). Replit CEO Amjad Masad called it "a complete agentic foundation," pointing to the "massive million-token context, full multimodal support... strong reasoning, top-tier coding abilities... structured output, and parallel tool calling," all packaged in what he described as a clean, OpenAI-compatible interface (Meta AI blog). Cline CEO Saoud Rizwan put it more plainly: "Meta is clearly building for serious agentic coding, strong tool use at a price point that makes it viable to run real coding workloads at scale" (Meta AI blog).
From 'Free Weights Forever' to a Metered API: What Actually Changed
Meta shipped no new open-weight Llama release through the first half of 2026. Llama 4 Scout and Maverick, both from April 2025, kept running the show while Llama 4 Behemoth stayed in training and never shipped, and Meta's frontier attention moved to the closed Muse line instead (digitalapplied.com). Muse Spark 1.1 is architecturally distinct from Llama: it's a proprietary model, available only through Meta's own app and API, not a download you can point vLLM at (Meta AI blog).
That's a real strategic pivot, not a naming change. For two years, "Meta releases the open-weight option, OpenAI and Anthropic sell the API" was close enough to a law of the market that teams built procurement and compliance workflows around it. Muse Spark breaks that pattern: Meta is now a fourth closed-API vendor competing on price, and Llama 4 is, for the moment, the last open-weight generation Meta has shipped. If you're already running Llama 4 in production, nothing forces an immediate move, but the open-weight upgrade path from Meta specifically has gone quiet.
How Muse Spark's Rate Compares to GPT-5.3-Codex, Claude Sonnet 5, and Claude Opus 4.8
Muse Spark 1.1 undercuts the coding-focused competition on both sides of the token count. OpenAI's gpt-5.3-codex runs $1.75/M input and $14/M output, and Claude Sonnet 5 runs $2/M input and $10/M output through August 31, 2026, before rising to $3/$15 (popularai.org). Against those two, Muse Spark's $1.25/$4.25 is the cheaper input rate and by far the cheaper output rate, the side of the ledger that dominates agentic and coding workloads where the model writes a lot more than it reads.
| Model | Input | Output | Notes |
|---|---|---|---|
| Muse Spark 1.1 | $1.25/M | $4.25/M | Meta, closed |
| gpt-5.3-codex | $1.75/M | $14/M | OpenAI |
| Claude Sonnet 5 | $2.00/M | $10.00/M | Through Aug 31, 2026; then $3/$15 |
| Claude Opus 4.8 | $5.00/M | $25.00/M | See Opus 4.8 breakdown |
Against Claude Opus 4.8's $5/$25, Muse Spark isn't close, it's roughly a quarter of the cost on input and a sixth on output, which lines up with reporting on the launch describing Meta's pricing as landing around one-quarter of what OpenAI and Anthropic typically charge for comparable models (AI Weekly). It's a real discount against every closed competitor in this table. It's not, however, cheap in absolute terms next to what a rented GPU cluster can do, which is where the self-hosting math actually gets interesting.
Cost-Per-Token Math: Muse Spark API vs Self-Hosting DeepSeek V4 or Qwen3 on Rented GPUs
The short version: at an 80/20 input/output split, Muse Spark 1.1 blends to $1.85/M tokens uncached. Neither DeepSeek V4 nor Qwen3-235B-A22B fits on a single GPU, since both are large MoE models whose full parameter count has to sit in VRAM regardless of how few experts activate per token. On a budget INT4 cluster running spot pricing, self-hosting clears breakeven around 74M tokens/day. On a production FP8 cluster running on-demand, that crossover moves out to roughly 263M tokens/day, wider than Opus 4.8's 31-108M range but nowhere near as distant as Mistral's, whose own aggressive pricing pushes the mathematical crossover past what a single cluster can physically process.
Blended Muse Spark Rate at 80/20 and 60/40 Input/Output Splits
Most production traffic sends more input than output. At an 80/20 split, uncached:
Blended Muse Spark rate = (0.8 x $1.25) + (0.2 x $4.25) = $1.00 + $0.85 = $1.85/M tokensAt a more output-heavy 60/40 split:
Blended Muse Spark rate = (0.6 x $1.25) + (0.4 x $4.25) = $0.75 + $1.70 = $2.45/M tokens| Split | Blended rate |
|---|---|
| 80/20 (input-heavy) | $1.85/M |
| 60/40 (output-heavy) | $2.45/M |
Both figures ignore the $0.15/M cache-hit rate. Any workload that reuses a large system prompt or tool schema across turns will land well under these numbers in practice, the same caveat that applies to every blended-rate calculation in this series.
DeepSeek V4 and Qwen3-235B-A22B Cluster Sizing and Live GPU Cost Per Day
Both models are Mixture of Experts architectures, so VRAM sizing follows total parameters, not active parameters. DeepSeek V4 (~1T total, ~37B active) needs roughly 500GB of VRAM at FP8, a minimum of 4x H200 SXM5 or 8x H100 SXM5 (DeepSeek V4 deployment guide). Qwen3-235B-A22B (235B total, 22B active) needs at least 4x H100 at INT4 or 8x H100 at FP8 (Qwen 3 deployment guide). Both land on the same two practical cluster tiers: a 4x H100 budget config running INT4, and an 8x H100 production config running FP8.
Live Spheron GPU pricing per GPU, fetched 28 Jul 2026:
| GPU | On-demand $/hr | Spot $/hr |
|---|---|---|
| H100 SXM5 | $2.54 | $1.43 |
| H200 SXM5 | $4.84 | $3.31 |
| B200 SXM6 | $9.36 | $5.34 |
Multiplying by cluster size gives the fixed daily cost of each configuration:
| Cluster | On-demand $/day | Spot $/day |
|---|---|---|
| 4x H100 (budget INT4) | $243.39 | $137.33 |
| 8x H100 (production FP8) | $486.78 | $274.66 |
DeepSeek V4's alternate FP8 minimum, 4x H200, runs $464.75/day on-demand or $318.17/day on spot, priced closer to the 8x H100 production tier than the 4x H100 budget tier. Either GPU choice gets you to roughly the same VRAM floor; which one is cheaper depends on live spot availability on the day you provision.
Daily Token Volume Crossover Table: Where Self-Hosting Actually Wins
Cluster cost is fixed regardless of how many tokens actually flow through it, up to the cluster's real throughput ceiling, so the API gets relatively more expensive as daily volume climbs. Using the $1.85/M blended Muse Spark rate (80/20, uncached):
| Daily token volume | Muse Spark API cost | Budget INT4 cluster (4x H100) | Production FP8 cluster (8x H100) |
|---|---|---|---|
| 1M tokens/day | $1.85 | $137-243 | $275-487 |
| 10M tokens/day | $18.50 | $137-243 | $275-487 |
| 74M tokens/day | $136.90 | $137-243 | $275-487 |
| 100M tokens/day | $185.00 | $137-243† | $275-487 |
| 132M tokens/day | $244.20 | $137-243† | $275-487 |
| 148M tokens/day | $273.80 | $137-243† | $275-487† |
| 263M tokens/day | $486.55 | $137-243† | $275-487† |
†Cluster cost stays flat only up to that cluster's actual throughput ceiling. Sustained volume well past the breakeven point may require a second cluster, which resets the comparison. Benchmark your own throughput before committing capacity at this scale; our GPU cost-per-token benchmarks cover the underlying cross-model, cross-GPU data.
Two crossovers matter here. On a budget INT4 cluster running spot pricing, breakeven lands around 74M tokens/day. On a production FP8 cluster running on-demand for reliability, it moves out to roughly 263M tokens/day. At a more output-heavy 60/40 split ($2.45/M blended), both numbers pull in: about 56M and 199M tokens/day respectively, since a pricier blended API rate always favors self-hosting sooner.
That's the shape of the angle here: Muse Spark's crossover sits well beyond Opus 4.8's 31-108M tokens/day range, because Muse Spark is priced at a fraction of Opus, but it doesn't come close to Mistral's, where the API is cheap enough that the mathematical crossover exceeds what a single cluster can realistically sustain. The usual "just self-host, the API is expensive" argument is weaker here than it was for Opus. It isn't dead the way it effectively is against Mistral.
Pricing fluctuates based on GPU availability. The prices above are based on 28 Jul 2026 and may have changed. Check current GPU pricing → for live rates.
Privacy and Data Control: What You Lose Going Back to a Closed API
If the cost case for self-hosting Muse Spark is real but not overwhelming, the data-control case is the sharper argument, and it's sharper specifically because Meta hasn't said much.
The Open Questions Meta Hasn't Answered: Training Use, Retention, Enterprise Opt-Out
As of this writing, Meta has not published clear terms on whether Muse Spark 1.1 API inputs and outputs are used for training by default, what the retention period is for prompts and code sent through the API, or whether enterprise accounts can opt out of logging (popularai.org). Compare that to what closed competitors already publish: Anthropic auto-deletes API data within 30 days by default and offers an approved Zero Data Retention arrangement for qualifying accounts, and Mistral doesn't train on paid API data by default and scopes its own Zero Data Retention option to specific stateless endpoints. Both of those policies have real gaps worth reading closely, as we covered in the Claude Opus 4.8 and Mistral breakdowns, but at least there's a published policy to read. On Muse Spark, there isn't yet.
Why Analysts Are Telling Developers Not to Point Muse Spark at Private Repos Yet
That gap is enough that a developer-facing analysis of the launch put the warning in plain terms: "Do not test Muse Spark 1.1 first on private client repos" (popularai.org). The same piece frames the open questions as things to check before you commit, not after: does Meta use inputs or outputs for training by default, what retention period applies to prompts, code, files, and tool outputs, and what enterprise-tier controls exist to override the defaults.
This isn't the same category of risk as DeepSeek's API, where the concern is a known, published fact: DeepSeek stores API prompts on servers in China, where Article 7 of China's National Intelligence Law compels cooperation with state intelligence work. Meta's situation is the opposite problem. There's no published policy at all to weigh against your compliance requirements, which for a lot of legal and security teams is a harder thing to sign off on than a bad-but-documented policy. An unknown data-handling posture from a US company with Meta's ad-targeting history is its own kind of red flag, distinct from and arguably harder to underwrite than a documented one.
Self-Hosted Data Control: What Actually Changes When Weights Never Leave Your Infrastructure
Self-hosting sidesteps the entire question for the data itself, since prompts and completions never leave infrastructure you control. It doesn't sidestep everything: you still own patching, access control, and audit logging on whatever GPU instances you run, and "self-hosted" only means something for compliance if the underlying infrastructure is actually isolated. On Spheron, instances come with SSH root access, no shared GPU tenancy, and no prompt or completion logging on the provider side, the baseline worth having before treating self-hosting as a compliance shortcut rather than just relocating the same question. For the broader governance framework beyond a single vendor's undocumented terms, our EU AI Act compliance guide for GPU cloud covers data residency and model governance obligations in more depth. Spheron's docs cover instance provisioning and SSH setup if you're standing up the self-hosted side for the first time.
Migration Path: Moving an Existing Llama Deployment to an Open Alternative
If You're Already Running Llama 4 in Production, What Changes (and What Doesn't)
Nothing breaks. Llama 4 Scout and Maverick are still licensed, still open, and still fully supported by the vLLM and inference tooling ecosystem that grew up around them; Meta pausing new open-weight releases doesn't revoke what's already shipped. What changes is the roadmap: there's no confirmed open-weight successor to Llama 4 coming from Meta right now, and Muse Spark, being closed, isn't a drop-in upgrade path for teams that specifically need the weights. If your Llama 4 deployment is working, there's no forcing function to move it. If you were counting on Meta shipping a Llama 5 to keep pace with DeepSeek and Qwen's release cadence, that assumption needs revisiting.
DeepSeek V4, Qwen3, or GLM-5.2: Picking the Continuity Model for Your Workload
For teams that do want to plan a migration off Llama 4 toward whichever open-weight family is moving fastest, three models are the realistic options right now. DeepSeek V4 (~1T total, ~37B active MoE, 1M reported context) is the architectural-reset option, the natural next step if your Llama 4 workload leaned on strong reasoning and math. Qwen3-235B-A22B (235B total, 22B active MoE, Apache 2.0) is the cheapest to run of the three and the most permissively licensed. GLM-5.2 (744B total MoE, 1M context) needs a 4x H200 AWQ INT4 floor or a full 8x H200/B200 FP8 cluster for its full context window, and Z.ai claims it beats GPT-5.5 on coding at roughly a sixth of the cost, worth validating against your own eval set rather than taking at face value. Our existing DeepSeek V3.2 vs Llama 4 vs Qwen3 comparison has the direct benchmark and licensing breakdown if you're choosing between them for a specific workload. Deployment guides exist for all three: DeepSeek V4, Qwen 3, and GLM-5.2.
If you're migrating off any closed API rather than off Llama specifically, our migration guide from OpenAI's API to self-hosted LLMs covers the step-by-step vLLM cutover plan and the things that break mid-migration if you don't test for them first; the same mechanics apply whether you're leaving OpenAI, Claude, or a Meta Model API you decided not to build on.
Decision Framework: Muse Spark API vs Self-Hosting on GPU Cloud
| Use the Muse Spark API when | Self-host on GPU cloud when |
|---|---|
| Daily volume is well under the tens-of-millions-of-tokens range | You've benchmarked and confirmed real volume at or above 74-263M tokens/day depending on your cluster tier |
| Meta's undocumented data-handling terms are acceptable for your workload | You handle private repos, regulated data, or IP you can't send to a vendor with no published retention policy |
| You want the OpenAI/Anthropic-compatible API without a migration | You're already running Llama 4 and want continuity through an open-weight model instead |
| Engineering bandwidth for inference infrastructure is limited | You need documented, auditable control over where your prompts and code actually go |
| $20 free credits and aggressive pricing suit a pilot or prototype | You're standing up production infrastructure and want long-term price stability independent of one vendor's roadmap |
For the rest of this series, see how the same crossover math plays out against a far pricier API in Claude Opus 4.8 vs self-hosted LLMs, against an even cheaper one in Mistral API pricing vs self-hosted LLMs, and against a comparably aggressive rate in Grok 4.5 API pricing vs self-hosted LLMs. For the FinOps view beyond a single breakeven table, AI Inference Cost Economics 2026 covers the broader lifecycle costs, and Batch LLM Inference on GPU Cloud is the self-hosted equivalent of any batch-style discount Meta may eventually add to the Model API.
If your Llama 4 deployment needs a continuity path now that Meta's open-weight roadmap has gone quiet, DeepSeek V4 and Qwen3 are both ready to deploy on Spheron's multi-GPU instances.
Frequently Asked Questions
$1.25 per million input tokens and $4.25 per million output tokens, launched July 9, 2026. New accounts get $20 in free API credits, and cached input tokens are billed at $0.15/M, an 88% discount off the standard input rate. Source: aiweekly.co and artificialanalysis.ai.
No. Muse Spark 1.1 is a proprietary, closed model available only through Meta's own API and app, architecturally separate from the Llama family. Meta shipped no new open-weight Llama release through the first half of 2026 and shifted its frontier development focus to the closed Muse line instead, so there is no download-the-weights path for Muse Spark the way there was for Llama 4. Source: ai.meta.com and digitalapplied.com.
Meta has not published a clear answer as of this writing. There's no stated default on whether prompts and outputs are used for training, what the retention period is for code and files sent through the API, or whether enterprise accounts can opt out of logging. A developer-facing analysis explicitly recommends against testing Muse Spark 1.1 on private client repositories until those account-level terms are reviewed. Source: popularai.org.
Using Muse Spark's blended rate at an 80/20 input/output split ($1.85/M), a budget INT4 cluster on spot pricing breaks even around 74M tokens/day, and a production FP8 cluster on-demand breaks even around 263M tokens/day. That's a wider gap than Claude Opus 4.8's 31-108M tokens/day crossover, since Muse Spark is priced far below Opus, but a narrower gap than Mistral's API, which is cheap enough that the mathematical crossover sits beyond what a single cluster can physically process.
Muse Spark 1.1 undercuts both. OpenAI's gpt-5.3-codex runs $1.75/M input and $14/M output, and Claude Sonnet 5 runs $2/M input and $10/M output through August 31, 2026 (rising to $3/$15 after). Muse Spark's $1.25/$4.25 is cheaper on both input and output than either rival. Source: popularai.org.
