Model economics
Meta Muse Spark 1.3, Gemini 3.8 Flash, and the New Economics of AI
Muse Spark 1.3, Gemini 3.8 Flash, and Fable 5.1 shipped within ~48 hours. Compare agentic coding, 1M context, and cost per completed task.
September 3, 2026·11 min read·OmniKit Editorial
Muse Spark 1.3 availability
Meta released Muse Spark 1.3 on 2 September 2026 in Muse Code and the Meta Model API. Meta describes it as a model for longer-horizon agentic work: multi-workflow threads, tool-built context, plan correction, clarifying questions, and caution before consequential actions. Relative to Muse Spark 1.2, Meta engineers report about 20% fewer tool calls and 25% fewer tokens on comparable coding tasks. Those efficiency figures are vendor-provided.
- Released
- 2 September 2026
- Surfaces
- Muse Code, Meta Model API
- Standard model ID
- muse-spark-1.3
- Contributor model ID
- muse-spark-1.3-contributor
- Date checked
- 3 September 2026
- Official source
- https://research.meta.ai/blog/introducing-muse-spark-1-3
Muse Spark 1.3 Meta Model API prices
Official Meta Model API pricing: Standard (muse-spark-1.3) is $1.25 input / $4.25 output / $0.15 cached input per million tokens; prompts and completions are not used to train Meta models. Contributor (muse-spark-1.3-contributor) is $0.10 input / $0.20 output / $0.002 cached input; Meta may use prompts and completions to train future models. Standard rate limits: 3,000 RPM and 4,000,000 TPM. Contributor: 100 RPM and 3,000,000 TPM.
- Standard input / output
- $1.25 / $4.25 per MTok
- Standard cached input
- $0.15 per MTok
- Contributor input / output
- $0.10 / $0.20 per MTok
- Contributor cached input
- $0.002 per MTok
- Official source
- https://ai.developer.meta.com/docs/pricing-rate-limits
Gemini 3.8 Flash specs and intro price
Google released Gemini 3.8 Flash on 2 September 2026. The Gemini API model card lists gemini-3.8-flash: 1,048,576 input tokens, 65,536 output tokens, inputs of text, image, video, audio, and PDF, plus code execution, function calling, search grounding, Maps grounding, file search, thinking, and computer use (preview). Launch list price is $0.75 / $3.75 per million input / output tokens through 31 December 2026; from 1 January 2027 the rate is $1.50 / $7.50.
- Model ID
- gemini-3.8-flash
- Input / output limits
- 1,048,576 / 65,536 tokens
- Intro price (through 31 Dec 2026)
- $0.75 / $3.75 per MTok
- From 1 Jan 2027
- $1.50 / $7.50 per MTok
- Model card
- https://ai.google.dev/gemini-api/docs/models/gemini-3.8-flash
- Price source
- https://blog.google/innovation-and-ai/models-and-research/gemini-models/3-8-flash-and-3-8-flash-cyber/
Claude Fable 5.1 premium list price
Anthropic released Claude Fable 5.1 on 1 September 2026. Official list price is $10 per million input tokens and $50 per million output tokens, with cache reads at $0.25 per million tokens, a 1 million token context window, and 128,000 max output.
- Input / output
- $10 / $50 per MTok
- Cache read
- $0.25 per MTok
- Context / max output
- 1M / 128K
- OmniKit field notes
- https://omnikitapp.net/blog/claude-fable-5-1-mythos-5-1
Muse Voice Transcribe
Meta Superintelligence Labs released Muse Voice Transcribe on 1 September 2026: streaming ASR, speaker diarization for 20+ speakers, and endpointing in one model. Training coverage is 70+ languages with 25 extensively verified at launch. It supports audio longer than one hour and native code-switching. Meta Model API list price is $0.18 per hour of audio processed. Surfaces include Meta Model API, Meta AI for Mac, and Muse Code.
- Released
- 1 September 2026
- API price
- $0.18 per hour of audio
- Official source
- https://research.meta.ai/blog/introducing-muse-voice-transcribe
- Pricing source
- https://ai.developer.meta.com/docs/pricing-rate-limits
Three frontier SKUs landed in about 48 hours: Muse Spark 1.3, Gemini 3.8 Flash, and Claude Fable 5.1. Speed is not the story. The questions that matter are which workflows they can finish, how often they recover when a plan breaks, and what each completed task costs. For builders, that means treating models as workflow engines—tools, files, code, research, environments—not as one-shot chat boxes.
What is Meta Muse Spark 1.3?
Meta released Muse Spark 1.3 on 2 September 2026 via Muse Code and the Meta Model API. See Meta’s Muse Spark 1.3 launch post.
The model targets long-horizon planning and agentic tasks: holding context, managing multiple workflows, using tools, and recovering when a plan needs a change.
That distinction matters.
A conventional AI workflow looks like this:
Request → Response → Human decides what to do next.
An agentic workflow is more like this:
Goal → Planning → Using tools → Verification → Correction → Result.
Muse Spark 1.3 is built for the latter. Meta says the model can work with messy and contradictory sources, generate context using tools, identify gaps in its plan, and keep information across a long thread. It can also ask for clarification when a request is ambiguous and apply more caution in later actions.
For developers building AI agents, those behaviors can matter more than a single benchmark score.
Muse Spark 1.3 and programming
Programming is one of this release’s strengths.
Meta says Muse Spark 1.3 was trained on more long-horizon programming tasks and is less verbose and more efficient than Muse Spark 1.2. In Meta’s internal comparisons, the newer model used about 20% fewer tool calls and 25% fewer tokens to finish comparable tasks. Those data are vendor-provided, not independent measurements.
Meta also reports programming scores of 75.4% on DeepSWE v1.1, 88.8% on Terminal-Bench 2.1, and 59.4% on SWEAtlas CodeBase QnA. Treat those as vendor-reported figures unless you reproduce them in your own harness.
A single benchmark does not prove Muse Spark 1.3 is the “best programming model.” It does not.
The useful point is that Meta is targeting a real developer problem: getting an AI system to keep context and run several related development phases without constant human steering.
Long-context AI is becoming more useful
Large context windows look impressive. Context size alone is not a useful measure of intelligence.
The real question is whether a model can retrieve, understand, and use information buried deep in that context.
Muse Spark 1.3 reports strong results on long-context retrieval evaluations, including 98.5% on MRCR from 256,000 to 512,000 tokens and 98.1% from 512,000 to 1 million tokens. Those scores are Meta-reported.
That capability can matter when you work with large repositories, long technical docs, research material, or multi-file projects. For production, weigh window size next to retrieval accuracy, tool reliability, latency, output quality, and cost. A million-token window only helps if the model can actually use that context. Pressure-test retrieval-heavy jobs on the RAG cost estimator.
The economics of Muse Spark 1.3
One of the most interesting parts of Meta’s model strategy is pricing. Official rates are on Meta’s Model API pricing page.
Muse Spark 1.3 ships as Standard and Contributor. Standard is $1.25 per million input tokens and $4.25 per million output tokens. Contributor is $0.10 per million input tokens and $0.20 per million output tokens. Contributor comes with a data trade-off: Meta can use submitted prompts and completions to train future Meta models.
| Tier | Model ID | Input | Cached input | Output | Data use |
|---|---|---|---|---|---|
| Standard | muse-spark-1.3 | $1.25 | $0.15 | $4.25 | Not used to train Meta models |
| Contributor | muse-spark-1.3-contributor | $0.10 | $0.002 | $0.20 | May train future Meta models |
Contributor also runs a tighter quota (100 requests per minute vs 3,000 on Standard). Model that ceiling on the rate-limit planner before you put cheap tokens on a high-QPS path. Compare cache-hit math on Prompt Cache Savings.
Gemini 3.8 Flash takes a different cut
Google released Gemini 3.8 Flash on 2 September 2026. Google calls it its most intelligent Flash model and positions it for long-horizon software engineering, autonomous agents, and complex enterprise workflows. Specs live on the gemini-3.8-flash model page.
Gemini 3.8 Flash supports 1,048,576 input tokens and up to 65,536 output tokens. It accepts text, image, video, audio, and PDF input. It also supports code execution, function calling, search grounding, Google Maps grounding, file search, thinking, and computer use (preview).
Google lists a launch price of $0.75 per million input tokens and $3.75 per million output tokens. That introductory rate expires on 31 December 2026. From 1 January 2027 the listed rate is $1.50 / $7.50. Confirm against Google’s Gemini 3.8 Flash announcement.
That mix of reasoning, multimodal input, tooling, and relatively low inference cost is why Flash is no longer only a lightweight chatbot SKU. Google is selling it as a workhorse for agentic software. If latency-tolerant jobs can wait, check Batch vs realtime against Gemini’s batch and flex options.
Claude Fable 5.1 sets the premium bar
Anthropic’s Claude Fable 5.1 shipped on 1 September 2026, one day before Gemini 3.8 Flash and Muse Spark 1.3. Anthropic positions it for complex reasoning and long-horizon agentic work: programming, search, documents, and multi-step tasks. Full access and cache notes are in Claude Fable 5.1 and Mythos 5.1.
Fable 5.1 has a 1 million token context window and a 128,000 token maximum output. List price is $10 per million input tokens and $50 per million output tokens. Cache reads cost $0.25 per million tokens.
That is far above Muse Spark Contributor. The comparison should not stop at price.
Anthropic is selling a premium class of work where finishing a hard, long-running task can justify higher inference cost. Claude Opus 5 remains the cheaper Claude starting point for many demanding jobs. The market is moving from a hunt for one “best” model to picking the model that fits the job.
| Model | Input | Output | Context in | Max out |
|---|---|---|---|---|
| Muse Spark 1.3 Standard | $1.25 | $4.25 | 1,048,576* | See Meta Model API |
| Muse Spark 1.3 Contributor | $0.10 | $0.20 | 1,048,576* | See Meta Model API |
| Gemini 3.8 Flash (intro) | $0.75 | $3.75 | 1,048,576 | 65,536 |
| Claude Fable 5.1 | $10 | $50 | 1,000,000 | 128,000 |
*Muse Spark family context on Meta’s model docs is 1,048,576 tokens. Put the same traffic through the LLM Cost Calculator instead of ranking SKUs by sticker price alone.
Are AI benchmarks becoming less useful?
No. Misuse is the problem.
Terminal-Bench tests whether AI agents can finish complex command-line work in real terminal environments. Version 4.0 contains 66 tasks and was revised to better match current agentic workloads (v3.0 had 74 tasks; v4.0 removes eight and revises twenty).
That is why comparing benchmark versions without checking the method can mislead. A Terminal-Bench 2.1 score is not automatically equivalent to a Terminal-Bench 4.0 score. The benchmark changes as tasks are revised and models improve.
Evaluate several dimensions:
- Coding accuracy
- Tool usability
- Long-context retrieval
- Computer-use performance
- Instruction following
- Agent recovery from failure
- Latency
- Token consumption
- Total cost per completed task
A model that scores high on a board can still be a poor fit for a specific production workflow.
Muse Voice Transcribe expands Meta’s AI stack
Meta’s model work is not only text and coding.
On 1 September 2026, Meta launched Muse Voice Transcribe, a real-time audio perception model for streaming speech recognition, speaker diarization, endpoint detection, multilingual input, and code-switching. Meta says it supports more than 20 speakers and audio longer than an hour, with 70+ languages in training and 25 languages extensively validated for the initial release.
The model is available via the Meta Model API ($0.18 per hour of audio), Meta AI for Mac, and Muse Code.
That matters because production agents increasingly need more than one mode. A developer can start from a voice recording, combine it with documents and screenshots, analyze the information, write code, and ship a report. Advantage sits in how those capabilities connect, not in text generation alone.
What developers should take from these releases
The main change is not that Meta, Google, and Anthropic shipped another generation of models.
The change is that AI agents are becoming economically viable for a wider set of workflows.
Muse Spark 1.3 focuses on long-horizon agentic programming and efficient tool use. Gemini 3.8 Flash combines agentic work with multimodal input, code execution, grounding, and thinking. Fable 5.1 targets the premium band of long-horizon reasoning and professional knowledge work.
A practical evaluation framework:
1. Define the task
Do not pick a model only because it sits at the top of a leaderboard. Define the workflow you want to automate. Encode that split in the Model Router Recommender.
2. Measure completion quality
Track whether the agent finishes the job, not whether it produces an impressive intermediate response.
3. Measure total cost
Include input, output, caching, tool calls, retries, and infrastructure. Use the LLM cost planning checklist so those lines stay in one budget.
4. Test on your data
Public benchmarks cannot fully predict how a model will behave on your repository, documents, customers, or processes.
5. Treat data policy as part of model selection
The cheapest API tier is not automatically right for sensitive workloads. Contributor pricing is a contract as much as a rate card.
How this market is actually competing
The next phase of AI competition will be decided less by isolated chatbot replies and more by how well models finish real-world tasks.
Meta’s Muse Spark 1.3 is one clear example of that shift. Google and Anthropic push the same market from different directions. The result is a developer stack where intelligence, reliability, context, latency, and price all count.
The useful test is not only whether a model is smarter. It is whether it can do more useful work at a cost you can actually justify.
Frequently asked questions
What is Meta Muse Spark 1.3?
Muse Spark 1.3 is Meta’s 2 September 2026 model for long-horizon agentic work and coding. It ships in Muse Code and the Meta Model API as muse-spark-1.3 (Standard) and muse-spark-1.3-contributor.
How much does Muse Spark 1.3 cost?
On the Meta Model API, Standard is $1.25 per million input tokens and $4.25 per million output tokens. Contributor is $0.10 / $0.20. Contributor lets Meta use prompts and completions to train future models. Cached input is $0.15 Standard and $0.002 Contributor.
What is Gemini 3.8 Flash?
Gemini 3.8 Flash is Google’s 2 September 2026 Flash model (gemini-3.8-flash) for long-horizon software engineering, agents, and enterprise workflows. It accepts text, image, video, audio, and PDF, with a 1,048,576 input limit and 65,536 max output.
How much does Gemini 3.8 Flash cost?
Google’s introductory list price is $0.75 per million input tokens and $3.75 per million output tokens through 31 December 2026. From 1 January 2027 the listed rate is $1.50 / $7.50.
How does Claude Fable 5.1 compare on price?
Fable 5.1 is $10 / $50 per million input / output tokens, with $0.25 cache reads, 1M context, and 128K max output. It is a premium SKU versus Muse Spark Contributor and Gemini 3.8 Flash intro pricing. See OmniKit’s Fable 5.1 implementation notes for access and Mythos.
Should I use Muse Spark Contributor?
Only if the data trade-off is acceptable. Contributor is much cheaper and more tightly rate-limited. Do not put secrets, customer PII, or regulated corpora on a training-eligible tier without a policy decision.
Can I compare Terminal-Bench 2.1 to Terminal-Bench 4.0?
No, not as equivalent scores. Terminal-Bench 4.0 has 66 tasks after removing eight and revising twenty from the 74-task v3.0 set. Compare versions only after you check the task set and harness.
What is Muse Voice Transcribe?
Meta’s 1 September 2026 real-time audio model for streaming ASR, 20+ speaker diarization, and endpointing. It is trained on 70+ languages (25 extensively verified at launch) and is listed at $0.18 per hour of audio on the Meta Model API.