BusinessCost Playbook18 min readPublished August 7, 2026

Same model, two SKUs · 12.5× cheaper input · your prompts train the next model

Muse’s Contributor Tier: Cheap Tokens, Real Trade-Offs

Meta lists Muse Spark 1.2 twice. One SKU costs $1.25 per million input tokens and does not train on your data. The other costs $0.10 and does. Same checkpoint, same million-token context window, radically different price — and a request ceiling that is 2% of the standard tier’s.

DA
Digital Applied Team
Senior strategists · Published Aug 7, 2026
PublishedAug 7, 2026
Read time18 min
SourcesMeta, Google, OpenRouter
Input discount
12.5×
$1.25 → $0.10 per 1M, Meta list
−92% per token
Output discount
21.25×
$4.25 → $0.20 per 1M, Meta list
−95% per token
Requests per minute
60
vs 3,000 on standard, per team
2% of standard
Contributor on OpenRouter
None
standard SKU only at time of writing; direct Meta signup

The Muse Spark contributor tier prices Meta’s newest model at $0.10 per million input tokens and $0.20 per million output tokens, against $1.25 and $4.25 on the standard tier — a 12.5× cut on input and a 21.25× cut on output for the identical checkpoint. Meta publishes no expiry date for it, and it is not a smaller model. It is a trade, and Meta’s documentation states the terms of that trade in plain language on the pricing page itself.

What you hand over is permission. The contributor SKU is described in Meta’s docs as heavily discounted token pricing in exchange for permission to use your prompts and completions to train future Meta models. The pricing table does not bury this in a footnote: the row for muse-spark-1.2-contributor is labelled “Used to improve our products,” and the row for muse-spark-1.2 is labelled “Not used to improve our products.” Two lines in the same table, one difference, a 12.5× price gap.

This guide takes the economics seriously rather than the headline. It covers exactly what the discount is worth per line item, the per-minute rate ceilings that quietly reshape which workloads can use it at all, the distribution catch that stops you routing to it through an aggregator, the parts of the bill the discount never touches, the near-identical precedent already running at Google, and a decision framework for which of your workloads can legitimately take the trade. If you want the product story instead, we covered the full Muse Code and Muse Spark 1.2 launch separately.

Key takeaways
  1. 01
    The discount is 12.5× on input and 21.25× on output.Meta Model API list prices per million tokens: $1.25 input and $4.25 output on standard, $0.10 and $0.20 on contributor. Cached input drops from $0.15 to $0.002 — a 75× gap, the widest line on the sheet.
  2. 02
    You are not buying a lesser model.Contributor is a distinct SKU layered on the same muse-spark-1.2 checkpoint, with the same 1,048,576-token context window and the same input modalities. The tier is a label on your API key, not a smaller model behind it.
  3. 03
    The ceilings are per minute, per team.Meta’s live docs set 60 requests and 2,100,000 tokens per minute on contributor, against 3,000 and 4,000,000 on standard. The token ceiling is roughly half of standard’s; the request ceiling is 2% of it.
  4. 04
    You cannot reach it through an aggregator.The standard model is listed on OpenRouter; the contributor SKU is not — its URL returned a 404 when we checked it. Taking the discount means opening a direct Meta relationship, not flipping a model string in an existing tool.
  5. 05
    Some workloads simply cannot take this trade.Client code under a confidentiality clause, regulated data, and proprietary production IP are all disqualified by obligations that exist regardless of how good the price is. Greenfield prototypes and open-source work are the natural fit.

01The TradeOne checkpoint, two SKUs, one difference.

The cleanest way to understand the contributor tier is to notice what it is not. It is not a free tier with a usage cap. It is not a distilled or quantized variant. It is a second model ID — muse-spark-1.2-contributor — pointed at the same underlying checkpoint as muse-spark-1.2, carrying the same million-token context window and the same input modalities, priced an order of magnitude lower because of one clause about what happens to your traffic afterwards.

Meta’s own framing on the models documentation page is the marketing-side version of the same trade: the tier lowers the barrier to entry, gives you room to prototype, test integrations, and scale experiments without the usual cost overhead, in return for permission to train on your data. That is an accurate description of who it is for. The discount is aimed at the exploratory phase — the work where the tokens are numerous, the outputs are disposable, and the inputs are not somebody else’s confidential material.

Standard tier
muse-spark-1.2
$1.25 in · $0.15 cached · $4.25 out (per 1M)

The clean SKU. Meta’s pricing table labels this row “Not used to improve our products.” Ceilings of 3,000 requests and 4,000,000 tokens per minute per team. Also the only variant listed on OpenRouter.

Data stays out of training
Contributor tier
muse-spark-1.2-contributor
$0.10 in · $0.002 cached · $0.20 out (per 1M)

Same checkpoint, same 1,048,576-token context. Meta’s table labels this row “Used to improve our products.” Ceilings drop to 60 requests and 2,100,000 tokens per minute per team. Direct Meta signup only.

Prompts and completions train future models
“Heavily discounted token pricing in exchange for permission to use your prompts and completions to train future Meta models.”— Meta Model API documentation, Pricing and rate limits

Worth pausing on how unusually legible this is. Most data-use terms live in an appendix to a terms-of-service document that nobody reads at signup. Meta put the distinction in the pricing table, in the row header, next to the number — which means the trade is visible at the exact moment a developer is choosing a model string. That is a better disclosure pattern than the industry norm, and it is worth saying so even while arguing that plenty of teams should decline the offer. Compare it against the questions we suggest asking before you sign anything, in the procurement checklist for data-training clauses: this is the rare case where the answer is printed on the price list.

02The Price GapWhat the discount is actually worth, line by line.

The three token line items do not discount uniformly, and the spread matters more than the headline. Dividing the Meta Model API list prices gives 12.5× on input ($1.25 against $0.10), 21.25× on output ($4.25 against $0.20), and 75× on cached input ($0.15 against $0.002).

Expressed the other way round, the contributor price is 8% of standard on input, roughly 4.7% on output, and about 1.3% on cached input. The chart below uses that framing because it makes the shape obvious: the more your workload leans on output tokens and cached context — which is to say, the more it looks like an agentic coding loop — the larger the proportional saving.

Contributor list price as a share of standard tier · per 1M tokens

Source: Meta Model API pricing documentation, retrieved August 7, 2026 · percentages calculated by Digital Applied
Standard tierAny line item · the comparison baseline
100%
Contributor input$0.10 vs $1.25 per 1M tokens · 12.5× cheaper
8%
Contributor output$0.20 vs $4.25 per 1M tokens · 21.25× cheaper
4.7%
Contributor cached input$0.002 vs $0.15 per 1M tokens · 75× cheaper
1.3%

There is a tempting counter-argument that says heavy prompt caching on the standard tier gets you close enough to contributor pricing without giving up anything. The public data does not support it. At the time of writing, OpenRouter reports a 30-day weighted-average input cost of roughly $0.2967 per million tokens for the standard Muse Spark 1.2 listing. Back that rate out against Meta’s own list prices ($0.15 cached, $1.25 uncached) and it implies a cache-hit rate of about 86.7% across OpenRouter’s routed traffic. That figure is derived from the $0.2967 rather than an independent check on it, so treat it as a reading of the same number, not a second source for it.

The conclusion is the uncomfortable one for the caching argument. An exceptionally well-cached standard-tier workload still pays around $0.30 per million input tokens — roughly three times the contributor tier’s raw, uncached list price of $0.10. Caching does not close the gap; it narrows a 12.5× difference to about a 3× difference. And the contributor tier caches too, at $0.002, so a team that optimizes both tiers equally hard finds the proportional gap widening rather than closing.

03CeilingsThe limits are per minute, and the request wall comes first.

This is the part that actually determines whether the discount is usable for a given workload. Meta’s pricing and rate-limits documentation states that rate limits control per-minute usage for your team and are set by pricing tier, then gives a two-row table: standard at 3,000 requests per minute and 4,000,000 tokens per minute, contributor at 60 requests per minute and 2,100,000 tokens per minute.

Read those two pairs against each other and the asymmetry jumps out. The contributor token ceiling is 52.5% of standard’s — a proportionate haircut you would barely notice on most workloads. The contributor request ceiling is 2% of standard’s. Those are not the same kind of constraint, and a team that plans capacity from the token number alone will be surprised.

Contributor throughput ceilings as a share of standard tier

Source: Meta Model API pricing and rate-limits documentation, retrieved August 7, 2026 · ratios calculated by Digital Applied
Standard tier ceilings3,000 RPM · 4,000,000 TPM · per team
100%
Contributor tokens per minute2,100,000 TPM vs 4,000,000 TPM
52.5%
Contributor requests per minute60 RPM vs 3,000 RPM
2%
Muse Code background submissions600 per minute per team · identical on both tiers
100%

The useful number nobody publishes is the crossover point — the average request size at which the token ceiling starts binding before the request ceiling does. On contributor it is 2,100,000 divided by 60, or 35,000 tokens per request. On standard it is 4,000,000 divided by 3,000, roughly 1,333 tokens per request. Below those thresholds the request counter is what stops you; above them, the token counter is.

That single division reframes the tier. Agentic coding loops are made of many small round-trips — a tool call, a file read, a short model turn, another tool call. Very few of those individual requests carry 35,000 tokens. So a contributor-tier team running the sort of workload Muse Code is built for will hit 60 requests per minute long before it comes anywhere near 2.1 million tokens per minute, and will be leaving most of its purchased token headroom unused at the moment it starts receiving 429s. The discount is real; the throughput is the thing you actually gave up.

Crossover point
When tokens bind first
35,000tok/req

Contributor’s 2.1M TPM divided by its 60 RPM. Any workload whose average request is smaller than this hits the request ceiling first and never reaches its token allowance. Our arithmetic from Meta’s two published ceilings.

Standard equivalent: ~1,333
Scope of the limit
Per team, not per key
1team

Meta’s docs are explicit that the ceilings apply per team rather than per API key, so minting additional keys under one team does not multiply the quota. Plan capacity at the team level from the start.

Key pooling does not help
Background agents
A separate Muse Code cap
600/min

Muse Code’s asynchronous background-response submissions carry their own default ceiling of 600 per minute per team, sitting on top of the RPM and TPM limits rather than replacing them — identical on both tiers.

Additive, not a substitute
Correcting a launch-day framing
Launch-day wording described the contributor ceiling as a rolling multi-hour token window rather than a per-minute cap — a framing our launch coverage already corrected. Meta’s live pricing and rate-limits page uses neither that phrasing nor that mechanic: it publishes per-minute request and token ceilings, set by pricing tier and applied per team. Plan against 60 RPM and 2.1M TPM, and treat the rolling-window description as launch-day wording that the documentation does not support.

04DistributionThe discount is direct-only.

Here is the finding that changes the practical calculus and that we have not seen anywhere else. The contributor tier is not listed on OpenRouter. We checked the obvious sibling URL to the standard model’s listing on August 7, 2026 and it returned a 404; only the standard meta/muse-spark-1.2 listing exists, at the $1.25 and $4.25 list rates, published there on August 5, 2026.

That has a straightforward consequence. You cannot get contributor pricing by editing a model string inside a tool that already routes through an aggregator. Taking the discount requires signing up directly with Meta, holding a team on the Meta Model API, and attaching a payment method — the docs note that billing triggers at a rising payment threshold or on the first of the month, whichever comes first, and that only a team admin can set the payment method. Whether that is deliberate design or simply a listing that has not landed yet, the effect today is the same: the cheap tier requires a deliberate, named relationship rather than a quiet configuration change.

Why this matters more than it sounds
A discount you can only reach through a direct vendor relationship is a discount that your procurement, security, and legal functions get to see. That is arguably the healthier outcome: the teams most likely to flip a model string without thinking are exactly the teams that should not be sending their traffic to a training-permission SKU. The friction is doing work here, even if nobody designed it to.

Muse Code, the terminal agent, does not change any of this. Meta’s authentication documentation is clear that the CLI bills through the same Model API token metering and the same rate limits as direct API calls — there is no separate CLI quota system. Selecting the contributor model inside Muse Code inherits the 60 RPM ceiling exactly as an API integration would. If you are weighing the CLI itself against its rivals rather than weighing the pricing, that comparison lives in our Muse Code versus its terminal-agent rivals breakdown.

05ExclusionsWhat the discount does not touch.

A per-token discount only discounts tokens. Everything else on the bill stays at full price, and because the token line has shrunk by an order of magnitude, the untouched items become proportionally enormous. Web-search grounding is the clearest example: Meta prices it at $2.50 per 1,000 queries, added on top of token costs, at the same rate on both tiers.

Run that against the token prices and the distortion is stark. On the standard tier, $2.50 of grounding costs the same as two million input tokens. On the contributor tier, the same $2.50 costs the same as twenty-five million input tokens. A search-grounded workload that was a rounding error against the token bill on standard can become the dominant line item on contributor — which means the effective blended discount on a grounding-heavy pipeline is far smaller than 12.5×, and you should model it that way before promising anyone a saving.

Two smaller mechanics are worth knowing, both in the developer’s favour. Meta’s injected system-prompt and scaffolding tokens are excluded from billing and from rate-limit counting, so only your own input and output tokens are metered. And there is no long-context premium on either tier: the per-token rate is the same whether the 1,048,576-token window is nearly empty or nearly full, which makes large-context experimentation unusually cheap on contributor specifically. For 429 handling, Meta documents the standard hygiene for both tiers — exponential backoff with jitter, starting around 500 milliseconds.

Standard versus contributor tier for Muse Spark 1.2, grouped into token pricing, throughput ceilings and everything else, with list prices and published ceilings from Meta’s documentation and the derived ratios and crossover points calculated by Digital Applied.
DimensionStandard tierContributor tierWhat it means in practice
Token pricing — Meta Model API list, per 1M tokens
Input$1.25$0.1012.5× cheaper. Contributor pays 8% of the standard rate.
Cached input$0.15$0.00275× cheaper — the widest gap on the sheet, and the reason caching does not close the distance between tiers.
Output$4.25$0.2021.25× cheaper. Output-heavy work saves most.
Throughput ceilings — per team, per minute
Requests per minute3,00060Contributor’s ceiling is 2% of standard’s — the binding constraint for most agentic workloads.
Tokens per minute4,000,0002,100,00052.5% of standard — a far gentler cut than the request ceiling, which is what makes the asymmetry easy to miss.
Crossover point (our arithmetic)~1,333 tok/req35,000 tok/reqAverage request size at which the token ceiling binds before the request ceiling. Below it, requests are your limit.
Everything else — where the two tiers are identical, and where they are not
Underlying checkpointmuse-spark-1.2muse-spark-1.2Identical model. The tier is a pricing and data label on the key, not a smaller model.
Context window1,048,5761,048,576No long-context premium on either tier — the rate is flat whether the window is nearly empty or nearly full.
Web-search grounding$2.50 / 1,000 queries$2.50 / 1,000 queriesUntouched by the discount. Worth 2M input tokens on standard, 25M on contributor — model it before promising a saving.
Muse Code background submissions600 / min per team600 / min per teamA separate default cap that sits on top of the RPM and TPM ceilings rather than replacing them.
Used to train future Meta modelsNoYesThe actual price. Meta labels the two rows “Not used to improve our products” and “Used to improve our products.”
Listed on OpenRouterYes, from August 5, 2026No — 404 at time of writingContributor pricing needs a direct Meta relationship; you cannot route to it through an aggregator-backed tool.

06PrecedentThis shape is not new — Google already runs it.

Reading the primary sources side by side, the contributor tier is closer to a rename than an invention. Google’s Gemini API Additional Terms of Service already draw the same line between a cheaper surface that trains and a paid surface that does not, and the wording is unambiguous in both directions.

For unpaid services, Google’s terms state that Google uses the content you submit to the Services and any generated responses to provide, improve, and develop Google products and services. For paid services, the same document states that Google does not use your prompts — including associated system instructions, cached content, and files such as images, videos, or documents — or responses to improve its products. That is the identical trade Meta has priced. The difference is that Google draws the line at free versus paid, while Meta draws it between two paid tiers of the same model and attaches an explicit per-token number to it.

Naming a price is the genuinely new part, and it is worth sitting with. Meta has effectively published a market rate for training permission on your own traffic: on input tokens it is worth $1.15 per million to Meta, because that is the amount it is willing to forgo to get it. We have not seen a public number attached to it before. Our read is that this becomes the anchor others price against, and that within a year the interesting question in AI procurement stops being whether a vendor trains on your data and becomes what the vendor is willing to pay you not to.

Meta · two paid tiers
Priced explicitly
$0.10 vs $1.25 per 1M input tokens

Both tiers are paid. The pricing table itself carries the data-use label per row — “Used to improve our products” against “Not used to improve our products” — so the trade is visible at model-selection time.

Meta Model API pricing docs
Google · free vs paid
Split by payment status
Unpaid services vs paid services

Gemini API terms say unpaid-tier content is used to provide, improve and develop Google products, while paid-tier prompts, cached content and responses are not used to improve them. Same trade, no per-token price attached.

Gemini API Additional Terms of Service

The far end of this spectrum runs in the other direction: paying more for stricter handling rather than less for looser. Anthropic’s enterprise retention options are the clearest example, and we walked through what they change in practice in our piece on 30-day retention and zero-data-retention agreements. Between those two poles sits every other pricing shape currently on the market — including expiry-dated prepaid credit, which we covered when Qwen launched its prepaid token plan, and the older per-seat model documented in our guide to seat-based coding-tool economics. If you want the full taxonomy rather than this one shape in depth, how contributor pricing fits the four coding-tool pricing shapes is the companion piece.

07Decision FrameworkWho can legitimately take this trade.

The pricing analysis above is arithmetic. This part is judgment, and it is where most of the commentary stops short — every secondary write-up we found repeats the same four prices without asking who is actually allowed to use them. The framework below is ours, derived from Meta’s own tier definitions plus ordinary confidentiality and regulatory obligations. It is not vendor guidance, and it is not legal advice; treat it as the shape of the conversation to have with whoever owns your contracts.

The governing question is not “is our data sensitive.” It is “do we have the right to grant this permission.” A confidentiality clause in a client contract is not yours to trade away for a cheaper token rate, no matter how comfortable you personally feel about the risk. That distinction sorts most workloads in about thirty seconds.

Digital Applied decision framework for the Muse Spark contributor tier, grouping workload types into usually suitable, usually unsuitable, and depends-on-the-paperwork, with the reason and the recommended alternative for each.
WorkloadFitWhyWhere to run it instead
Usually a yes — nothing to grant away
Greenfield prototype, no proprietary inputsYesThrowaway code, public reference material, no third-party confidentiality attached. Exactly the case Meta describes the tier as being for.Contributor, with a hard rule to migrate before the prototype touches real data.
Open-source projectYesThe code is already public. Training permission gives away nothing that a crawler could not already collect.Contributor. Check contributor-licence terms if the project accepts outside patches.
Personal learning and side projectsYesNobody else’s interests are engaged, and the token volumes that make learning expensive are exactly what the discount targets.Contributor, mindful of the 60 RPM ceiling on agent loops.
Usually a no — the permission is not yours to grant
Client codebase under a confidentiality clauseNoGranting training rights over material you hold under confidentiality is a contractual question, not a cost question, and the answer is usually no.Standard tier, which Meta labels as not used to improve its products.
Regulated data — health, finance, legalNoSector obligations constrain onward use and processing independently of any commercial agreement with the vendor.Standard tier at minimum, plus whatever retention terms your regulator expects.
Production system carrying proprietary IPNoThe saving is a rounding error against the value of the IP, and production traffic is the hardest kind to audit after the fact.Standard tier. Treat the price difference as an insurance premium.
Depends on the paperwork — decide deliberately, once
Internal tooling on non-sensitive dataMaybeOften fine, but internal prompts leak internal process. Decide whether your operating detail is something you would publish.Contributor if the answer is yes; standard if the prompts encode anything you would not.
Bulk synthetic-data generation from public inputsMaybeThe economics favour contributor strongly at volume, but check whether the generated corpus is itself an asset you intend to keep exclusive.Contributor for exploration; standard for any corpus you plan to commercialize.
Cost-led
High-volume, low-sensitivity experimentation

Broad codebase exploration, evaluation harnesses, prompt sweeps on public material. The per-token structure means savings scale exactly with volume, so this is where the absolute dollars are largest.

Take the contributor trade
Throughput-led
Many small round-trips

Tool-heavy agent loops averaging well under 35,000 tokens per request will hit the 60 RPM wall long before the token ceiling. The cheap tokens are real; the concurrency is not there to spend them.

Price standard tier instead
Obligation-led
Client, regulated or proprietary data

The question is whether you hold the right to grant training permission over the material, not whether the discount is attractive. Where a confidentiality clause or sector rule applies, the tier is simply unavailable.

Standard tier, no exceptions
Mixed estate
Most real organizations

Run both. Keep a contributor-tier key scoped to prototyping and open work, a standard-tier key for everything client-facing, and make the boundary an explicit engineering control rather than a habit.

Split by key, enforce in code

08Worked ExampleRun your own numbers before you celebrate.

Take a modest month of exploratory work: ten million input tokens and two million output tokens, none of it cached. On the standard tier that is $12.50 of input plus $8.50 of output, or $21.00. On the contributor tier it is $1.00 plus $0.40, or $1.40. The saving is $19.60, and the blended multiple is 15.0× — lower than the 21.25× output headline and higher than the 12.5× input headline, because the blend depends entirely on your input-to-output ratio.

Now add a thousand web-search grounding queries at $2.50 per thousand, charged identically on both tiers. Standard becomes $23.50 and contributor becomes $3.90. The blended multiple collapses from 15.0× to about 6.0×. Nothing about the token pricing changed; a single fixed-rate line item cut the effective discount by more than half. This is the arithmetic that turns an exciting headline into a planning number, and it is why the only honest way to evaluate the tier is against your own token mix rather than against the price list.

The volume point is worth stating plainly because it cuts against the tier’s own marketing. Because the discount is per token rather than a credit or a flat allowance, a small pilot saves a trivial amount of money in absolute terms — the month above saves less than twenty dollars. The teams that save materially are the ones running genuinely high token volumes, and those are disproportionately the teams whose traffic is worth the most to a model developer. The trade is priced accordingly. That is not a criticism; it is the reason to check whether you are the party getting the better end of it.

One availability caveat before you plan around access. At launch the tier was reported as limited to selected countries. Meta’s Model API product page now describes the product as being in public preview with expanded global access, and no current page we checked names which countries were ever excluded — so treat the earlier restriction as launch-era information that may no longer apply, and verify availability for your own jurisdiction against Meta’s live documentation rather than against any secondary summary, this one included.

Three controls to put in place first
If you adopt the contributor tier, make the boundary mechanical rather than cultural. Scope the contributor key to a separate team so the per-team ceilings and the data-use status are structurally separated from client work. Fail your build if a contributor model string appears in any repository that carries a confidentiality obligation. And write the tier choice into your onboarding docs, because the failure mode is not a considered decision — it is a developer copying a model string from a tutorial.

Looking forward, the most likely outcome is that this pricing shape spreads rather than stays a Meta curiosity. Named, priced data tiering solves a real problem for developers who genuinely do not care about training rights on throwaway work, and it gives model developers a cleaner acquisition channel than scraping. Expect other vendors to follow with their own contributor equivalents, expect procurement teams to start asking which tier a supplier’s agency or contractor is actually using on their account, and expect the answer to that question to become a standard line in AI vendor questionnaires well before the end of 2027. Getting your own answer straight now is cheaper than retrofitting it later — which is exactly the work our AI transformation engagements start with.

09ConclusionA fair offer, clearly labelled.

The shape of AI pricing, August 2026

The contributor tier is not a discount. It is a price for something you were not selling before.

Meta has done something unusual and, on balance, admirable: it put the data-use question in the pricing table, next to the number, where a developer choosing a model string cannot miss it. The trade is legible, the arithmetic is honest, and the standard tier remains available at a normal price for anyone who wants nothing to do with it. That is a better disclosure pattern than most of the industry manages.

The caution is not about the ethics; it is about the arithmetic being smaller than it looks. A 12.5× input discount becomes roughly 15× blended on a token-only workload, then about 6× once a modest grounding line lands, then unusable entirely for agentic loops that hit 60 requests per minute long before they hit 2.1 million tokens. And it is only reachable by opening a direct relationship with Meta, because the contributor SKU is not listed on the aggregator that carries the standard one.

The question worth carrying away is not whether the price is good. It is whether the permission is yours to grant. For a greenfield prototype or an open-source project, it plainly is, and the tier is a genuinely good deal. For a client codebase under a confidentiality clause, it plainly is not, and no per-token rate changes that. The organizations that will handle this well are the ones that make the distinction a technical control today rather than a judgment call made at three in the afternoon by whoever is closest to the keyboard.

Get the tier decision right the first time

The right question is never the price. It is whether the permission is yours to grant.

We help teams price, route and govern AI workloads across vendors — deciding which traffic can take a data-for-discount tier, which cannot, and how to enforce that boundary in code rather than in a policy document.

Free consultationExpert guidanceTailored solutions
What we work on

AI cost and governance engagements

  • Token-mix modelling against real vendor list prices
  • Data-use policy mapped to workload, not to vendor
  • Multi-tier key scoping enforced in CI
  • Rate-ceiling capacity planning for agent workloads
  • Vendor questionnaires and procurement checklists
FAQ · Contributor tier economics

The questions teams ask before switching tiers.

It is a second, heavily discounted SKU for Meta’s Muse Spark 1.2 model, addressed as muse-spark-1.2-contributor. Meta’s documentation describes it as heavily discounted token pricing in exchange for permission to use your prompts and completions to train future Meta models. The pricing table labels the contributor row “Used to improve our products” and the standard row “Not used to improve our products,” which is the whole difference between them. It is not a free tier and not a trial — it is an alternative price with a data-use condition attached, and Meta publishes no expiry date for it. Meta positions it as lowering the barrier to entry for prototyping, testing integrations and scaling experiments where training on your data is acceptable.
Related dispatches

Continue exploring AI economics.