Meta Muse Spark 1.1 pricing: the bill has four meters

Rama Adi Nugraha
Written by

Rama Adi Nugraha

Katelin Teen
Reviewed by

Katelin Teen

Last edited August 5, 2026

Expert Verified
Two people reading a large usage meter and adjusting a stack of billing dials, in Meta's blue brand colour

Meta Muse Spark 1.1 pricing, the full rate card

Meta publishes this in two places and the two of them agree, which is not always how it goes. The Meta for Developers blog states pay-as-you-go starts at $1.25 input and $4.25 output per million tokens. The cached rate and the search line come from Meta's own pricing and rate limits doc. And OpenRouter's provider table lists Meta as the sole provider at the same three numbers.

Line itemRateBasis
Input tokens$1.25 / 1MPer token, flat across the full 1M window
Cached input tokens$0.15 / 1MAutomatic on any matched stable prefix, 88% off list
Output tokens$4.25 / 1MIncludes hidden reasoning tokens
Web search grounding$2.50 / 1,000 queriesPer query, charged on top of the request's tokens
Image, video, audio, PDF inputNo separate rate publishedConverted to input tokens, billed at $1.25
Long-context premiumNoneSame rate at 5k tokens and at 900k
Batch discountNot publishedNo batch endpoint exists in the API reference
Minimum spendNoneNo commitment, no platform fee, no per-seat charge
Free credits$20 one-timePer account, no published expiry

Three structural things first, before any of the numbers. They change what the rate card means.

There is no per-request fee and no per-seat fee. Obvious, maybe, until you set it next to how helpdesk vendors meter AI. Gorgias AI pricing bills per interaction, and HubSpot AI pricing bills in credits that you have to convert in your head before they mean anything.

There is no long-context surcharge. Meta's docs are explicit on this: the rate does not move as context fills up. It is a real differentiator, and I will come back to it below, once the comparison table shows what OpenAI and Google do instead.

And there is no batch tier at all. I went through Meta's API reference looking for one. Nothing. The nearest thing on offer is a limit of 600 background submissions per minute per team, and that is a throughput ceiling rather than a discount.

Four meters, and the one you budgeted for is the smallest

The mistake I watch engineers make with any new model API is the same one every time: read two numbers off the page, build the whole spreadsheet on those two numbers. Muse Spark 1.1 runs four meters at once. They behave differently enough that input and output rates on their own will not predict your invoice.

Hand-drawn infographic titled Four meters, one bill, showing input at $1.25 per million, cached input at $0.15 automatic, an oversized output meter at $4.25 per million with a callout noting invisible reasoning tokens bill there, and web search at $2.50 per 1,000 queries, collected into a blended rate of $0.78 per million
Hand-drawn infographic titled Four meters, one bill, showing input at $1.25 per million, cached input at $0.15 automatic, an oversized output meter at $4.25 per million with a callout noting invisible reasoning tokens bill there, and web search at $2.50 per 1,000 queries, collected into a blended rate of $0.78 per million

Put your own numbers against all four and see which one is doing the actual spending:

Meter 3 is the one that moves

Muse Spark 1.1 thinks before it answers. Meta's developer blog says so plainly enough, and the tokens spent on that thinking come back in the response as usage.completion_tokens_details.reasoning_tokens. They bill at the output rate.

Which means the $4.25 sticker is being applied to tokens you never see. How big that pile gets is set by reasoning_effort, running minimal through xhigh. One parameter, and it is a bigger lever on your bill than any choice you make about which model to call.

It also explains why Meta's own benchmark scores are hard to price against. Every single Muse Spark 1.1 result in Meta's evaluation report was run at xhigh reasoning effort, the most expensive setting the API offers. So the published capability and the cheap rate card are not describing the same configuration.

Artificial Analysis put a number on the verbosity. Across its full Intelligence Index run, Muse Spark 1.1 generated 94 million output tokens against a class median of 63 million, per Artificial Analysis, which AA calls somewhat verbose, roughly 49% above the median for its tier. Per task, that works out at about 22,000 output tokens.

Cached input is the discount that is already on

The $0.15 cached rate is 8.3x cheaper than fresh input. The part that matters more, though, is that you do not opt into it. Meta's pricing docs state the stable prefix gets cached automatically, with no flag to set and no cache key for anyone to manage.

Practitioners on Hacker News clocked this as the real story, ahead of the headline rate:

Hacker News

"Yeah, this is most directly comparable to xAI Grok 4.5. In both cases, directionally "opus level intelligence for haiku prices" which is a really big deal for application developers who want to include models like this in their applications. I have been testing switching out haiku and sonnet for Grok 4.5, and may give this a try too (it is quite a bit cheaper, particularly for cached)."

Someone else in the same thread ran the cache comparison out loud:

Hacker News

"Grok 4.5 has a relatively high $0.50 per 1M cached input token rate, compared to $0.15 on this model."

OpenRouter notes on its own model page that once prompt caching is in play, effective prices can land 60 to 80% under provider list price, depending on how much of the context repeats. And if you run a fixed system prompt with a rotating user turn on the end, that is your situation exactly.

Web search grounding is metered separately

The fourth meter is the one people miss, mostly because it is not a token rate at all. Grounding a request in web search costs $2.50 per 1,000 queries in addition to whatever tokens that request burns. Next to output it stays small at high query rates. Small is not zero, though, and it scales with how often the model decides it needs to go look something up, not with how many calls you send.

Meta's search grounding demo showing Muse Spark pulling live web results into an answer, as taken from AI at Meta
Meta's search grounding demo showing Muse Spark pulling live web results into an answer, as taken from AI at Meta

Non-text inputs work the other way round. Image, video, audio and PDF all sit in the models doc as input modalities, and not one of them carries its own published rate. They get converted into input tokens and billed at $1.25. Simpler than most vendors, sure. It also means you cannot forecast a multimodal workload until you have measured tokenization first.

The number that actually predicts your bill

Weight the three token meters the way a repeated real workload does, so seven parts cache read against two parts fresh input and one part output, and Muse Spark 1.1 comes out at $0.78 per million tokens. That is the number I would put in a budget. Not $1.25, and not $4.25.

Better still, measure whole tasks. AA does exactly that, and it is where the model looks strongest:

MeasureMuse Spark 1.1Context
Blended rate, 7:2:1 weighting$0.78 / 1MAgainst a $1.25 / $4.25 sticker
Cost per Intelligence Index task~$0.294th cheapest of 26 frontier models charted
Total cost to run AA's full index$548.07Claude Fable 5 needed ~$5,631 for the same run
Output tokens per task~22,00012th leanest of 26, against 5,000 for the leanest
Intelligence Index v4.1 score51Opus 5 at max effort scores 61
Output speed211.9 tokens/sec4th of 184, class median 74.0

The comparison that makes the case is not the one against the top of the board. It is one row down. Muse Spark 1.1 scores 51 on AA's index at about $0.29 a task. Gemini 3.6 Flash scores 50 at about $0.56. One index point higher for roughly half the cost per task is the whole pitch, and it holds up under independent measurement, which is more than most launch claims manage.

Meta's own launch chart makes the same argument visually, and to its credit it is honest about the ceiling.

Meta's cost-versus-score chart on a log axis, with Muse Spark 1.1 sitting at the cheap left edge while GPT-5.5 and Opus 4.8 need roughly ten to fifty times the cost per task to score higher, as taken from AI at Meta
Meta's cost-versus-score chart on a log axis, with Muse Spark 1.1 sitting at the cheap left edge while GPT-5.5 and Opus 4.8 need roughly ten to fifty times the cost per task to score higher, as taken from AI at Meta

How Muse Spark 1.1 pricing compares

Every figure below comes from the vendor's own published list price per million tokens, standard tier, checked 5 August 2026.

ModelInput / 1MOutput / 1MCached inputContext surcharge
Meta Muse Spark 1.1$1.25$4.25$0.15None
DeepSeek V4 Flash$0.14$0.28$0.0028None, but peak-hour 2x is coming
GPT-5.6 Luna$0.20$1.20Not listedYes
Gemini 3.6 Flash$1.50$7.50Not listedNot listed
GPT-5.6 Terra$2.00$12.00Not listedYes, $4 / $18 above threshold
Claude Sonnet 5$2.00 rising to $3.00$10.00 rising to $15.00Not listedNone
Gemini 3.1 Pro Preview$2.00$12.00Not listedYes, $4 / $18 above 200k
Kimi K3$3.00$15.00$0.30None
Claude Opus 5$5.00$25.00Not listedNone
GPT-5.6 Sol$5.00$30.00Not listedYes, $10 / $45 above threshold

Two footnotes in there decide more than the ordering does.

Sonnet 5's $2/$10 is introductory. Anthropic's own footnote puts it through 31 August 2026, then it steps up to $3/$15. So from 1 September, Sonnet 5 output costs 3.5x what Muse Spark 1.1 output costs.

GPT-5.6 tiers by prompt size. Cross the short-context threshold and Sol jumps to $10 input and $45 output, with Terra going to $4 and $18. Gemini 3.1 Pro pulls the same move above 200k tokens.

Muse Spark 1.1 publishes one flat rate the whole way to a million. For a long-context agent workload that is worth more than a small difference in the base rate, easily. The full lineups sit in every OpenAI model if you want them side by side.

Not everyone over on Hacker News was impressed. Two lines worth keeping in view:

Hacker News

"this is not subsidizing. this is way too expensive for a no-name model."

Hacker News

"The GLM 5.2 hype was blowing way before this. Neither xAI nor Meta have really made a difference in a different way - similar results / similar pricing (to GLM 5.2)."

Both are fair points. Muse Spark 1.1 is priced competitively inside a cohort that already exists, and it is not undercutting that cohort.

Rate limits are the cost ceiling nobody reads

The rate card tells you what a token costs. Rate limits tell you how many of them you are allowed to buy, and for an agent workload that second one is the harder constraint.

TierRequests / minTokens / min
Free602,000,000
Paid3,0004,000,000

Per Meta's pricing and rate limits doc, plus 600 background submissions per minute per team. There are details sitting underneath that table which matter more than the table:

  • The free tier's shape is unusual. Its token ceiling sits at half the paid tier's, while its request ceiling is 50 times lower. Sixty requests a minute with 2M tokens sitting there means the free tier was built for a handful of very large calls. Not for a chatty agent loop hitting the API hundreds of times a minute.
  • Limits are per team, not per key. Meta's docs spell out that multiple keys inside one team all share the same quota. So the usual trick of fanning out across keys buys you nothing here.
  • Quota is observable. Every successful response carries x-ratelimit-remaining-tokens and x-ratelimit-remaining-requests, which lets you back off against real numbers instead of guessing at them.

What Meta has not published

Being honest about the gaps beats filling them in with guesses. So here is what I could not find on any Meta-owned page.

No batch discount. Meta's two main rivals both list a 50% batch tier. Meta lists nothing at all, and there is no batch endpoint sitting in the API reference to discount in the first place.

No per-modality rates. Image, video, audio and PDF are all supported inputs, none of them with a published per-unit price. They bill as input tokens, and that is fine right up until you need to forecast a video workload.

No expiry on the $20. Meta's developer blog confirms the free credit as one-time per account. No page anywhere states when it lapses.

Data retention took a thread to establish. It came up on Hacker News as a complaint first, then resolved into a real finding, which is the most useful kind of source there is:

Hacker News

"Where is the data retention policy information for paid API per-token uses? Every other provider has one and makes it clear how they handle your data. A quick look doesn't show one for this new offering."

Hacker News

"Paid prompts are not used for training. Data retention is not entirely clear, they will keep it if they think you're breaking the rules, but it's not clear how long they keep it if they don't think you're breaking the rules."

No consumer price for Meta One. Meta's help pages confirm a paid consumer subscription exists in limited testing, and they name the Meta One tiers as Plus, Premium, Advanced, Expert and Max. No dollar figure on any of them, anywhere. So any consumer price you see quoted elsewhere, treat as unverified. Consumer Meta AI itself stays free, and Muse Spark 1.1 is already exposed there in Thinking mode at no stated charge, which is worth knowing before you pay for API access purely to evaluate the model.

The gate you hit before the bill

None of this pricing is reachable outside the United States yet. Meta's own launch post puts the Meta Model API in public preview for US developers, and OpenRouter carries the same country restriction on its model page. Routing around it does not work.

Developers ran straight into it:

Hacker News

"Tried to get access to the API, apparently the model API is not available in my region..."

Hacker News

"I don't know where I need to sign up to try it out. What is pricing? Is it API or subscription, what?"

There is no waitlist here, and no approval step either. Meta's quickstart is just dashboard, API keys, create key. The API is OpenAI SDK compatible, so swapping a base URL covers most of the integration work. The eligibility limit lives over on the marketing pages instead of in the docs, which is why people only find out about it after signing up.

Cost per million tokens is the wrong unit for a support team

Here is where I should be straight about who this rate card is for. Building a coding agent or a research tool? Then $0.78 blended is a good deal, and the Muse Spark 1.1 review is where to go for whether the capability clears your bar.

But if you are trying to work out what an AI costs to answer your customers, tokens are the wrong denominator entirely. The unit is a resolved ticket, and the spread on that unit is enormous. One e-commerce account I have real numbers on was running about 700 tickets a week at roughly $1.07 a ticket. eesel's own pay-as-you-go rate is $0.40 a ticket with no platform fee, and eesel pricing is right there to check it against. Same class of model underneath. More than 2x of spread, driven entirely by what sits around the model.

And the gap between a model being right and a model being shippable is wider than any price difference. A German jewelry retailer running about 1,000 tickets a month on Zendesk and Shopify put eesel through a cross-validated trial on real traffic. What came back: 93% triage accuracy, 100% spam detection with zero false positives on the 22% of the inbox that was spam, 88% draft directional accuracy, and only 12% of drafts sent as-is, with a 7% factual error rate.

Read those last two numbers together. Directionally right 88% of the time, shippable 12% of the time. When I broke down why agents were rewriting the drafts, about 65% came down to length and tone, about 20% needed data nobody had connected yet like ERP and logistics, and only about 5% was eesel being factually wrong. Model quality was 5% of the problem. The rest was context, voice and integration depth, which is exactly the part a cheaper token rate does nothing about. That is the argument in RAG vs LLM and in answering incorrectly, and the fix sits closer to agent coaching than to a model upgrade.

The other thing a rate card cannot price is knowing when to say nothing at all. A CX lead at a DTC supplements brand, running about 7,000 Gorgias tickets a month, put it better than I can:

"The AI will never be able to answer 100% of the questions, but if it tries and just answers 'sorry I don't know this,' I cannot go and check all my 7,000 tickets to see if the AI actually made a good answer, then the point is a little bit gone. I need an AI who is only handling the tickets that it's confident to handle and all the other ones, leave them alone."

That is a confidence threshold plus an escalation path. It is not a model. It is product work, and it is the same reason AI handoff and transfer to human take up more of my time than model selection ever does.

Building it yourself on the Meta Model API is a real option, and I am not going to pretend otherwise. Some teams have left eesel to build directly on a frontier API, and it worked out for them. The honest version of that trade, though, came from an engineering lead at a Bitcoin-ATM company with a 300-article Confluence and Telegram knowledge base, who went the other way:

"We could try to write our own LLM application but we didn't want to invest our time into that. We wanted something that we would not have to maintain."

The model was never the hard part. Maintenance was the hard part. If you want that fork in the road spelled out properly, Anthropic vs OpenAI APIs and AgentKit pricing both cover what the build path really costs once the parts that are not tokens get counted.

Try eesel on your own tickets

Landed here budgeting a support AI rather than an API experiment? Skip the token math. eesel's AI helpdesk agent reads the help centre and the past tickets you already have, and bills $0.40 per ticket with no platform fee.

It plugs into whichever helpdesk you already run, Zendesk, Freshdesk and Gorgias included, so nobody on the team has to learn a new tool to get value out of it.

Knowledge sources connect the same way. A help centre living in Confluence becomes a source on day one, not a migration project.

Before it answers anyone at all, it simulates against your own historical tickets, so the resolution rate and the cost show up against your real traffic first. That is the step that turned an 88% and 12% trial into something worth shipping. A gig-economy driver app on Zendesk ran a 7-day trial, and Gridwise resolved 73% of tier-1 requests in the first month.

The eesel reports dashboard, where resolution rate and per-ticket cost show up on your own traffic rather than in a token estimate
The eesel reports dashboard, where resolution rate and per-ticket cost show up on your own traffic rather than in a token estimate

Free to try, and the numbers land on your own queue before you commit to anything. If you would rather compare tools first, the roundups to start from are best AI helpdesk software and best AI agent, while AI customer service cost does the per-resolution math properly.

The verdict on Muse Spark 1.1 pricing

$1.25 and $4.25 are real, verified, and not the numbers that will decide your invoice. Plan against $0.78 blended and $0.29 a task. Assume the caching discount is already working for you, and treat reasoning_effort as the pricing dial it actually is. The flat rate across a million tokens is a real advantage over OpenAI and Google, the missing batch tier is a real gap, and the US-only gate is the constraint you hit before any of the rest of it matters.

For a support workload, keep the frame straight. Token price is one input into cost per resolved ticket. It is not the biggest input.

If that is your question, there are deeper reads for each piece: support ticket automation for the outcome, ticket triage for the mechanism, then resolution rate for measuring whether any of it worked.

And when finance asks you to justify the spend, the comparison they will actually want to see is AI vs human cost.

Frequently Asked Questions

How much does Meta Muse Spark 1.1 cost?
Meta Muse Spark 1.1 pricing is $1.25 per million input tokens and $4.25 per million output tokens, with cached input at $0.15 per million and web search grounding at $2.50 per 1,000 queries. There is no per-seat or per-request fee and no minimum commitment. New accounts get a one-time $20 in free credits. For the wider field, my Claude pricing and Gemini pricing breakdowns hold the comparable rate cards.
Is Muse Spark 1.1 cheaper than Claude or GPT-5.6?
On the sticker, yes. Muse Spark 1.1 output runs $4.25 per million against $25.00 for Opus 5 pricing and $30.00 for GPT-5.6 Sol. On measured cost per task it is the fourth cheapest of the 26 frontier models Artificial Analysis charts. The comparison that actually decides your bill is in GPT-5.6 pricing, because OpenAI adds a long-context surcharge that Meta does not.
What is Meta Muse Spark 1.1 pricing for cached input?
Cached input is $0.15 per million tokens, an 88% discount on the list input rate, and it applies automatically to any stable prefix. There is no flag to set and no cache key to manage. That makes a long fixed system prompt close to free on repeat calls, which is the single biggest lever on real Muse Spark pricing. Practically it rewards the same discipline as good prompt engineering.
Does Meta Muse Spark have a free tier?
There is no permanently free API tier, but every new Meta Model API account starts with a one-time $20 in free credits and no published expiry. The free rate-limit tier runs 60 requests per minute against 2 million tokens per minute, so it is shaped for a few large calls rather than a high-frequency AI agent loop. Meta AI on the consumer side stays free.
Are there rate limits on the Meta Model API?
Yes. Free accounts get 60 RPM and 2M TPM, paid accounts get 3,000 RPM and 4M TPM, plus a separate ceiling of 600 background submissions per minute. Limits are counted per team rather than per API key, so adding keys buys no headroom. Every response carries live quota headers. If you are planning throughput for a support workload, AI-powered ticketing is the better planning frame.
Is there a batch discount for Muse Spark 1.1?
Not one Meta publishes. No batch endpoint and no batch pricing tier appears in the Meta Model API reference or on the pricing page, which is a real gap next to the 50% batch discounts OpenAI and Anthropic list. The closest published construct is the background-submissions limit, and that is a rate limit rather than a discount. Anthropic vs OpenAI APIs covers the alternative if batch economics matter.
Can I use Muse Spark 1.1 outside the US?
Not through the Meta Model API today. The public preview is limited to US developers, and routing through OpenRouter does not help because OpenRouter enforces the same country gate on its own model page. Developers hit this on launch day and said so publicly. For teams that need a support AI live now, an AI helpdesk agent is the path that does not depend on a preview waitlist.
How much does Meta One cost?
Meta has not published a price. Its help pages confirm Meta One exists as a paid consumer subscription in limited testing and name the tiers as Plus, Premium, Advanced, Expert and Max, with no dollar figure on any of them. Muse Spark 1.1 itself is already exposed free in Thinking mode in the Meta AI app, so the paid consumer tier and Muse Spark pricing on the API are separate questions. My Meta AI chatbot post covers the consumer surface.

Share this article

Rama Adi Nugraha

Article by

Rama Adi Nugraha

Rama is a software engineer at eesel AI with two years of experience writing about B2B SaaS, AI tools, and customer support technology. Based in Bali, Indonesia, he brings a developer's perspective to product comparisons — cutting through marketing copy to what the integrations and APIs actually do.

Related Posts

All posts →
Hand-drawn illustration of two people reviewing a pricing breakdown chart with dollar signs
Trending

Grok 4.5 pricing: API rates, SuperGrok cost, and hidden fees

Grok 4.5 costs $2/$6 per 1M tokens on the API and $30-$300/month as a consumer plan. Here's the full breakdown, the hidden fees, and what it means to budget with.

Kurnia Kharisma Agung SamiadjieKurnia Kharisma Agung SamiadjieJul 9, 2026
An AI agent reaching out of a monitor to operate app windows and documents while two colleagues watch, in Meta's blue brand colour
Trending

Meta Muse Spark 1.1: what it is, what it costs, where it loses

Meta's first paid model API ships a 1M-context agent model at $1.25/$4.25. What Muse Spark 1.1 is actually good at, and the benchmarks Meta left off the slide.

Alicia Kirana UtomoAlicia Kirana UtomoAug 5, 2026
Illustration of a very long cat stretching beside two people reviewing a scorecard, with the LongCat logo
Trending

LongCat 2.0 review: a real workhorse with one hard blocker

I graded LongCat 2.0 on seven things a buyer actually cares about, using Meituan's own files and the people who ran billions of tokens through it. It scores well on six.

Alicia Kirana UtomoAlicia Kirana UtomoAug 4, 2026
DeepSeek V4 Flash pricing: what you'll actually be billed
Trending

DeepSeek V4 Flash pricing: what you'll actually be billed

DeepSeek V4 Flash lists at $0.14 in and $0.28 out per million tokens. Real users have posted blended rates under a cent. Here is what decides which one you get.

Alicia Kirana UtomoAlicia Kirana UtomoAug 4, 2026
DeepSeek V4 Flash: specs, pricing, and what it's really for
Trending

DeepSeek V4 Flash: specs, pricing, and what it's really for

DeepSeek V4 Flash costs $0.14 in and $0.28 out per million tokens, and it outscores DeepSeek's own expensive tier. Here's what the price card doesn't tell you.

Rama Adi NugrahaRama Adi NugrahaAug 4, 2026
Illustration of a very long cat stretched across a desk beside a server rack, with the LongCat logo
Trending

LongCat 2.0: inside Meituan's 1.6T open-weight model

LongCat 2.0 is Meituan's MIT-licensed 1.6T MoE model, priced at $0.30 per million input tokens. I read every primary source to see what actually ships.

Rama Adi NugrahaRama Adi NugrahaAug 4, 2026
Illustration comparing DeepSeek V4 Flash and Moonshot AI's Kimi K3
Trending

DeepSeek V4 Flash vs Kimi K3: which one should you run?

One model costs 29 times more per task than the other. I went through every published number on both, and the interesting part is the option in the middle that nobody should buy.

Alicia Kirana UtomoAlicia Kirana UtomoAug 4, 2026
Two people arm wrestling across a table while a third watches, illustrating a head-to-head model comparison
Trending

DeepSeek V4 Flash vs GPT-5.6: which one do you build on?

DeepSeek V4 Flash vs GPT-5.6 on August 2026 numbers. The real fight is Flash against Luna, intelligence is a tie, and the deciding factors are speed, vision and data.

Rama Adi NugrahaRama Adi NugrahaAug 4, 2026
Illustration comparing the DeepSeek V4 Flash and V4 Pro model tiers
Trending

DeepSeek V4 Flash vs V4 Pro: which tier should you use?

DeepSeek's cheap tier now scores higher than its expensive one on the independent board. Here is exactly where that holds, and the two places it does not.

Rama Adi NugrahaRama Adi NugrahaAug 3, 2026

Ready to hire your AI teammate?

Set up in minutes. No credit card required.

Get started free