Muse Code Cost Calculator
Estimate what a Muse Code session costs on each tier by entering the tokens a task actually consumes.
Standard
—
whole task · 40 turns
- per turn
- —
- 20 tasks / mo
- —
Contributor
—
whole task · same volume
- per turn
- —
- 20 tasks / mo
- —
Rates used: Standard $1.25 input, $0.15 cached input, $4.25 output per million tokens. Contributor $0.10 input, $0.002 cached input, $0.20 output per million tokens. Rates are as reported by third-party trackers and change during beta — check Meta’s pricing and rate limits documentation before relying on a number.
How Muse Code Cost Is Calculated
Muse Code cost is three meters at once: fresh input tokens, cached input tokens, generated output tokens.
Every rate is quoted per million tokens, so the formula behind this Muse Code cost calculator is short:
cost = (fresh_input / 1,000,000 × input_rate)
+ (cached_input / 1,000,000 × cache_rate)
+ (output / 1,000,000 × output_rate)
The ratio surprises people arriving from a chat assistant. In chat, output dominates the bill; inside an agent loop it inverts. Muse Code re-sends its working context — file contents, tool results, the running plan — every turn, so fresh input tokens outnumber generated ones many times over. Cached input therefore moves Muse Code cost more than the headline output rate.
Where these rates come from
Rates here are as reported by pricing write-ups and cross-checked on 6 August 2026 against Meta's Muse Spark pricing and rate limits page. Both tiers, their rate limits and the training clause are explained on Muse Code pricing; this page assumes a tier is chosen and only does arithmetic.
The reference turn used below
Worked examples use one Muse Code turn of 60,000 input and 3,000 output tokens — a mid-sized step where Muse Code reads several files, runs a command and writes a patch. Your turns run smaller on a tidy repository and much larger on a sprawling one.
What One Muse Code Agent Turn Costs
One Muse Code reference turn of 60,000 input and 3,000 output tokens, priced four ways.
| Scenario | Input charge | Output charge | Turn total |
|---|---|---|---|
| Standard, cold context | $0.0750 | $0.0128 | $0.0878 (8.8¢) |
| Standard, fully cached input | $0.0090 | $0.0128 | $0.0218 (2.2¢) |
| Contributor, cold context | $0.0060 | $0.0006 | $0.0066 (0.66¢) |
| Contributor, fully cached input | $0.0001 | $0.0006 | $0.0007 (0.07¢) |
Two spreads drive every Muse Code cost estimate: caching cuts Standard input roughly 8x, and Contributor cuts input 12.5x, output 21.25x and cached input 75x against Standard. The cheaper tier is paid for with a training grant over your prompts and completions — read Muse Code privacy before chasing the bottom row.
Muse Code Cost at Three Usage Levels
Monthly Muse Code cost for light, steady and heavy use, at 22 working days and the reference turn.
| Usage level | Turns / month | Standard, cold | Standard, cached | Contributor, cold |
|---|---|---|---|---|
| Light — 20 turns/day | 440 | $38.61 | $9.57 | $2.90 |
| Steady — 100 turns/day | 2,200 | $193.05 | $47.85 | $14.52 |
| Heavy — 400 turns/day | 8,800 | $772.20 | $191.40 | $58.08 |
These multiply the reference turn; they are not invoices. Run your own turn sizes through the Muse Code cost calculator above. Real months land between the cold and cached columns, because a first read is always cold and later turns often are not.
The 24-Hour Muse Code Run, Costed
Meta's own long-horizon example makes the Muse Code cost of an unattended agent easy to picture.
Meta describes a Muse Code run that optimised GPU kernels on NVIDIA Hopper across more than 1,000 tool calls and as much as 24 hours. Price 1,000 reference turns and the risk takes a shape:
- Standard, cold context — $87.75. One unattended overnight session.
- Standard, cached input — $21.75. Same work, context mostly re-read from cache.
- Contributor, cold context — $6.60. The cheap tier, paid for with a training grant.
That first line explains why the loudest complaint about Muse Code cost is not the rate but the missing ceiling. A commenter on the Hacker News launch thread described being "one oopsie away from a $100 bill", and a thousand-call Muse Code run at Standard rates is exactly that arithmetic — on the flagship demo, not an abnormal run.
Treat it as an illustration built from the reference turn, not a published invoice — Meta has not disclosed token counts for that case study. It is still the right order of magnitude to budget against.
How to Keep Muse Code Cost Down
With no hard spending cap, controlling Muse Code cost means shrinking turns and capping the payment method.
Shrink the context before the loop starts
Fresh input is the biggest line in nearly every turn, so the cheapest optimisation is a smaller working set: point Muse Code at a subdirectory, not a monorepo root. Drafting with
/plan, then attacking that draft with/grill, costs two turns and saves dozens.Keep sessions warm so input bills at the cache rate
Cached input costs $0.15 per million on Standard against $1.25 fresh, which is where an 8.8¢ turn becomes a 2.2¢ turn. Batch related work into one long Muse Code session rather than reopening Muse Code per errand.
Cap the card, because the platform will not
Muse Code billing sends email alerts but enforces no limit, so the only real ceiling is external: a virtual card carrying its own monthly limit, as developers in the launch discussion describe, or an OpenRouter key with a per-key spending limit — setup notes sit on Muse Spark API access.
Choose the tier per repository, not once
Contributor cuts Muse Code cost roughly 13x on a cold turn in exchange for training rights over prompts and completions — fine for a throwaway side project, disqualifying for client code. The clause is read line by line on Muse Code privacy.
Muse Code Cost vs a Monthly Subscription
How many Muse Code turns a rival's flat monthly subscription buys at each rate here.
| Flat subscription | Turns at Standard cold | Turns at Standard cached | Turns at Contributor |
|---|---|---|---|
| $10 / month | 114 | 460 | 1,515 |
| $17 / month | 194 | 782 | 2,576 |
| $20 / month | 228 | 920 | 3,030 |
Rival prices are as reported for August 2026. Below roughly 10 Muse Code turns a working day, token billing beats any $20 seat; above about 40 warm turns a day a flat seat wins unless you sit on Contributor. Side-by-side: Muse Code vs Claude Code, Muse Code vs Codex, Muse Code vs Cursor and Muse Code vs GitHub Copilot.
Pages That Go Deeper Than This Calculator
Where to read the tier terms, model spec and comparisons behind this Muse Code cost page.
- Muse Code PricingBoth tiers, rate limits and data terms.
- Muse Spark 1.2Context window, throughput and benchmarks.
- Muse Spark APIPer-key spending limits via OpenRouter.
- Muse Code PrivacyWhat the Contributor discount costs.
- Best AI Coding AgentsThe field ranked by price.
- Muse Code Guide HomeInstall steps and comparisons.
Frequently Asked Questions
How much does Muse Code cost per task?
Between roughly half a cent and nine cents per Muse Code agent turn. A reference turn of 60,000 input and 3,000 output tokens costs 8.8¢ on Standard cold, 2.2¢ once that input is cached, and 0.66¢ on Contributor. Tasks run several turns, so multiply: a ten-turn refactor lands near 88¢ on Standard.
What is a typical monthly Muse Code cost?
Around $10 to $40 for light daily use on Standard. Twenty Muse Code turns a working day is 440 turns a month: $38.61 cold, $9.57 with cached input, or $2.90 on Contributor. Steady use at 100 turns a day pushes Standard toward $193 a month. These multiply a reference turn rather than an invoice, so treat them as a budgeting floor.
Can I set a spending limit on Muse Code?
Not inside the product. Muse Code billing offers email alerts but no enforced ceiling, the top complaint from the launch discussion. Two external workarounds are widely described: a virtual card carrying its own limit, or Muse Spark 1.2 through OpenRouter, where each key holds a spending limit. Both convert an open-ended Muse Code bill into a hard stop.
Is Muse Code cheaper than a $20 subscription?
Below about 10 Muse Code turns a working day, yes. A $20 monthly seat buys roughly 228 Muse Code turns with cold context, 920 warm turns, or 3,030 Contributor turns. Under that volume token billing wins; sustained heavy use on Standard passes any flat seat quickly.
Why is my Muse Code cost higher than this calculator says?
Almost always because your turns carry more context than the reference turn. Muse Code re-sends file contents, tool output and the running plan every step, so a large repository pushes one turn far past 60,000 input tokens. Retries and abandoned plans bill too. Raise the input slider until the estimate matches a real day.
Does caching really cut Muse Code cost that much?
Yes — cached input is the single biggest lever on Standard. Fresh input runs $1.25 per million against $0.15 cached, so the same reference turn falls from 8.8¢ to 2.2¢ once its context is re-read rather than re-sent. One long Muse Code session is therefore far cheaper than many cold restarts doing identical work.
Is there any free Muse Code usage to test with?
No free tier is documented. Meta asks for a payment method before your first run, and community reports suggest the sign-up credit circulating during the Muse Spark 1.1 period has changed or gone. Budget a few dollars instead: at Contributor rates a hundred Muse Code turns costs well under a dollar.
Does this calculator include tax or minimum charges?
No — it prices tokens only. The Muse Code cost calculator multiplies your token counts by the reported per-million rates and stops there, so tax, currency conversion and platform minimums sit on top. Rates were verified on 6 August 2026 and can change without notice during beta.
Sources
- Meta — Muse Spark pricing and rate limitsdev.meta.ai
- Meta AI Research — Introducing Muse Code and Muse Spark 1.2research.meta.ai
- OpenRouter — meta/muse-spark-1.2openrouter.ai
- Artificial Analysis — Muse Spark 1.2 measurementsartificialanalysis.ai
- Hacker News — Muse Code launch threadnews.ycombinator.com