Meta has rolled out Muse Spark 1.1, an update to its agentic and coding AI model, through a public preview on a Meta developer portal. The release ships with a per-token price ($1.25 per million input tokens, $4.25 per million output tokens) that Meta says undercuts OpenAI and Anthropic, and $20 in free credits for every new API account. For teams running technical SEO audits, the launch matters less as a competitive headline and more as a new integration surface that touches crawl, rendering, and automation workflows.
What changed since the April preview
The original Muse Spark was gated behind a private API preview limited to a small partner set. The 1.1 release moves access to a public waitlist on a Meta developer portal, where developers can sign up, read integration docs, and queue for access. A Meta spokesperson confirmed early partners already hold tokens and that new accounts will be drawn from the waitlist over time.
Meta Superintelligence Labs chief Alexandr Wang has personally tested Muse Spark 1.1 on web search, academic paper parsing, and personal health data access, framing those as canonical agentic workloads. For an audit team, that list is a useful proxy: if a workflow involves pulling structured data from pages, summarizing long documents, or chaining tool calls, it is exactly the class of task the model was tuned on.
Pricing structure and how to validate it on your own usage
Per-token pricing only matters once you can measure tokens. Before integrating, confirm three things:
- The portal reports input and output tokens separately for every request, not as a blended figure.
- Your logging layer can attribute cost back to the script or agent that called the API, so a runaway crawler does not silently inflate spend.
- The $20 credit window is applied per account, not per key, so shared credentials across teammates will pool against a single ceiling.
Wang framed the pricing as designed to stay attractive at scale. For an auditor, the practical question is what the model returns per dollar on your own prompts, not the headline rate. Run a fixed sample of representative queries (a schema extraction, a page rewrite, a log file triage) and compare against whatever API you currently pay for.
Why coding capability is the headline feature
Meta trained Muse Spark with coding skills in part because that training carries over into general agentic behavior, where a model chains tool calls with limited human oversight. The model was tuned to interoperate with third-party coding tools and the most widely used developer harnesses.
For SEO tooling, this has a concrete implication: if your audit scripts already use an LLM to generate regex, write XPath selectors, or compose HTTP requests against staging, Muse Spark 1.1 is positioned as a drop-in replacement. Verify that the integration instructions cover your runtime (Node, Python, shell), what auth scheme is required, and whether streaming responses are supported, because chunked output changes how long-running audit jobs are designed.
Open-weight variant and what to plan around
Wang confirmed an open-weight version of Muse Spark is in development inside Meta Superintelligence Labs but declined to give a release date. Earlier Meta strategy leaned on open releases through the Llama family. Muse Spark is sold as a proprietary API.
If your audit stack depends on self-hosted inference (for data residency, cost ceiling, or offline runs), the open-weight track is the only path that fits. Until that lands, plan for hosted API only, and document the dependency so a future migration has a checklist rather than a fire drill.
Other Meta model activity this week
Muse Spark 1.1 ships alongside two adjacent projects. Muse Image, previously code-named Mango, is a new image generation model aimed at creators and advertisers. A larger model code-named Watermelon is in training with no announced release window. The Muse Spark model itself was internally called Avocado. None of these change the audit checklist today, but they signal the surface area a site team may need to monitor for brand mentions, generated assets, or future integrations.
Audit checklist before you wire Muse Spark 1.1 into production
- Confirm the portal exposes per-request token counts and that your wrapper logs them.
- Cap concurrent requests and set per-key spend limits to avoid credit burn from a misbehaving crawler.
- Test against representative audit prompts: schema validation, redirect chain analysis, content deduplication.
- Document the auth flow, error codes, and rate limit headers so on-call engineers can debug without a Meta account.
- Track the open-weight release separately; revisit self-hosted plans once a date appears.
FAQ
What is Muse Spark 1.1?
Muse Spark 1.1 is Meta’s updated AI model for agentic and coding tasks, available through a public preview on a Meta developer portal after an initial private API preview in April.
How much does Muse Spark 1.1 cost and what is included?
Meta charges $1.25 per million input tokens and $4.25 per million output tokens, and every new API account starts with $20 in free credits, according to Alexandr Wang, head of Meta Superintelligence Labs.
Will there be an open-weight version of Muse Spark?
Wang said an open-weight variant of Muse Spark is in development within Meta Superintelligence Labs, but he declined to share a release date. Meta’s earlier Llama models were released as open weight, but Muse Spark currently ships only as a paid API.














