← All AI Ask BlogTest models →
API pricing · 6 min read

Compare the Muse Code Everyday, High, and Power subscription plans

Muse Code is Meta’s coding-agent subscription layered on top of the Muse Spark Model API, sold as three flat-rate plans — Everyday at $5/month, High at $15/month, and Power at $50/month — alongside a pay-as-you-go token option for usage outside a plan’s included allowance. A TypeScript SDK is in preview for teams building custom agent harnesses.

By Todd · Published 2026-08-14 · Verified 2026-09-02

MetaMuse CodePricingSubscriptions
Everyday plan$5/month
High plan$15/month
Power plan$50/month
OveragePay-as-you-go token pricing
SDKTypeScript SDK, preview
Verified2026-08-14

What Muse Code is

Muse Code is Meta’s subscription wrapper around the Muse Spark Model API, aimed at developers who want a flat monthly rate for coding-agent usage instead of metering every token. Rather than billing per million tokens like the raw API, it bundles usage into fixed monthly plans with a pay-as-you-go fallback once a plan’s allowance is used.

The three plans

Muse Code ships three flat-rate tiers, scaled for how much agent usage a developer expects in a month.

  • Everyday — $5/month: light, occasional coding-agent use
  • High — $15/month: daily use across one or two active projects
  • Power — $50/month: heavy, multi-project or team-adjacent usage

What happens past the plan allowance

Usage beyond a plan’s included allowance falls back to pay-as-you-go token pricing — the same underlying Muse Spark 1.3 rates published on Meta’s pricing page, billed per million tokens rather than as a flat fee. This keeps a subscriber from being hard-capped mid-task, at the cost of a less predictable bill in a heavy month.

The TypeScript SDK preview

Meta has a TypeScript SDK in preview for Muse Code, aimed at developers building their own coding-agent harnesses on top of the subscription rather than calling the raw Model API directly. As a preview, treat its interfaces as unstable until Meta publishes a stable release.

Choosing a plan

Start on Everyday if you are experimenting or use a coding agent a few times a week. Move to High once daily use becomes routine on one or two projects. Power suits teams or individuals running agent workloads continuously across multiple projects, where the flat $50 rate is likely cheaper than metered pay-as-you-go token billing at that volume — verify against your own usage before committing.

Explore the canonical data

Muse Spark 1.3 model pageMuse Spark 1.3 Contributor model pageMuse Spark 1.3 releaseMeta provider profileLLM cost calculator

Test it yourself

Run the same prompt across muse spark 1.3, muse spark 1.3 contributor in one workspace.

Open the comparison playground →

FAQ

How much does Muse Code cost?

Three flat-rate plans: Everyday at $5/month, High at $15/month, and Power at $50/month, with pay-as-you-go token pricing for usage beyond a plan’s allowance.

What happens if I exceed my Muse Code plan’s usage?

Overage bills at Meta’s standard pay-as-you-go token rates for the underlying Muse Spark model, rather than blocking usage outright.

Is there a Muse Code SDK?

Meta has a TypeScript SDK in preview for building custom agent harnesses on top of Muse Code.

Sources