Sol, Fable, Mythos, and Kimi K3: The AI Model Race Is Splitting Apart

- Published on

Sol, Fable, Mythos, and Kimi K3: The AI Model Race Is Splitting Apart
I have stopped asking which AI model is the best.
The question sounds reasonable, but it is starting to hide more than it reveals. Best at what? Finishing a difficult software migration without wandering off? Producing a board-ready presentation? Running a thousand classification jobs without turning the cloud bill into a crisis? Finding a vulnerability inside an authorized environment? Operating on infrastructure you control?
For a while, the model market encouraged us to imagine one ladder. Every new release climbed a little higher, won a few more benchmarks, and briefly became the model everyone was supposed to use. The releases arriving now look different. OpenAI's Sol, Terra, and Luna, Anthropic's Fable and Mythos, and Moonshot AI's Kimi K3 are not merely competing for the top rung. They represent different ideas about how advanced intelligence should be packaged, controlled, routed, and deployed.
That is the advancement I find most interesting. The frontier is no longer just a bigger model. It is becoming an operating model.
This comparison reflects product information available on July 18, 2026. Model access, pricing, benchmarks, and release status can change quickly.
OpenAI Is Turning One Model Family Into a Routing Strategy
OpenAI's GPT-5.6 family gives us three durable tiers: Sol, Terra, and Luna. Sol is the flagship for the hardest professional work. Terra is the balanced option. Luna is the fastest and most cost-efficient.
The names are new, but the more important change is behind them. OpenAI says these tiers can advance on their own cadence. In other words, Sol, Terra, and Luna are not just three temporary sizes that will disappear at the next version number. They are intended to become stable roles in an AI system.
That is a sensible direction because most production workloads should not run through the most expensive model available. A difficult architecture decision and a routine extraction task do not need the same amount of intelligence. Neither do a final code review and the hundreds of intermediate tool calls that led to it.
Sol is the model I would reserve for work where mistakes compound: deep technical investigations, difficult cross-repository changes, complex professional analysis, computer-use tasks, or a final review where judgment matters more than speed. Terra is the more natural default for day-to-day coding and knowledge work. Luna makes sense when volume and responsiveness matter, or when a workflow needs many inexpensive passes before escalating the uncertain cases.
All three models have a 1.05-million-token context window, vision input, tool support, and configurable reasoning effort. Their API prices make the intended routing explicit: Sol costs $5 per million input tokens and $30 per million output tokens, Terra costs $2.50 and $15, and Luna costs $1 and $6.
It is tempting to read that as a simple good-better-best menu. I think that misses the point. A well-designed agent system should be able to start cheaply, notice when the work has become ambiguous or risky, and move the problem upward. Model selection is becoming part of orchestration.
Fable and Mythos Put the Safety Boundary in Plain Sight
Anthropic's naming tells a different story.
Claude Fable 5 and Claude Mythos 5 are the same underlying model. What separates them is not intelligence, context length, or price. It is the safeguard configuration and who is allowed to use it.
Fable 5 is the generally available version. Anthropic positions it for demanding reasoning, long-horizon agentic work, software engineering, knowledge work, vision, and scientific research. It includes additional classifiers that can refuse requests in sensitive cyber, biology, and chemistry areas. Integrations have to treat those refusals as a normal response state and decide whether to stop, ask for human review, or use an approved fallback.
Mythos 5 removes some of those classifiers, but it is not a premium toggle for ordinary customers. It is available through the limited Project Glasswing program for approved organizations doing work such as critical cyber defense. Anthropic's platform documentation lists the same one-million-token context window, 128,000-token maximum output, and pricing of $10 per million input tokens and $50 per million output tokens for both.
This distinction matters beyond Anthropic. It makes visible something that has usually been buried in policy documents: the model a user experiences is the combination of underlying capability, runtime safeguards, access controls, data policy, and fallback behavior.
Fable and Mythos are therefore not two points on a leaderboard. They are two deployments of the same capability under different risk contracts.
There is also a practical enterprise wrinkle. Both models require 30-day data retention and are not available under zero data retention. A team evaluating Fable only on answer quality could miss the more important architectural question: can this workload legally and operationally accept that retention policy?
Kimi K3 Brings Open-Weight Pressure Back to the Frontier
Then there is Kimi K3, which changes the conversation again.
Moonshot AI describes Kimi K3 as a 2.8-trillion-parameter, native-vision model with a one-million-token context window. It uses a sparse mixture-of-experts architecture, effectively activating 16 of 896 experts for a token, rather than waking the entire network for every step. Kimi Delta Attention is designed to make long-context attention more efficient, while Attention Residuals let the network retrieve useful representations across depth instead of accumulating them in one conventional stream.
The raw scale will get the headlines. The efficiency work is more important.
A 2.8-trillion-parameter dense model would be an impractical answer to almost every real problem. K3's bet is that extreme sparsity, better attention, quantization-aware training, and carefully designed serving infrastructure can turn that scale into usable intelligence. Moonshot says the result is aimed at long-horizon coding, knowledge work, reasoning, visual creation, and research. Its hosted API is priced at $3 per million uncached input tokens, $0.30 for cached input, and $15 per million output tokens.
The open-weight claim needs one honest footnote. The K3 service is available now, but on July 18 the full weights are not yet downloadable. Moonshot says they will be released by July 27, together with more technical detail. Until those weights and their license are actually published, K3 is an open-weight commitment running as a hosted model, not yet a model a team can inspect and deploy for itself.
Moonshot is unusually candid about two other limitations. K3 can become unstable if an agent harness does not preserve its thinking history correctly, and its long-horizon training can make it overly proactive when the user's intent is ambiguous. Those are not small implementation notes. They reinforce a broader lesson: the harness around a model is now part of the model's effective capability.
Where These Models Are Good
No table can capture model behavior perfectly, and vendor benchmarks are not interchangeable. The practical comparison below is how I would think about initial workload placement, not a permanent ranking.
| Model | Strongest fit | Why it belongs there | Constraint to plan around |
|---|---|---|---|
| GPT-5.6 Sol | Difficult coding, cross-tool professional work, deep research, computer use, and high-stakes final review | OpenAI's strongest general model, with high reasoning settings and broad tool support | Highest cost in the OpenAI family; unnecessary for routine steps |
| GPT-5.6 Terra | Everyday agentic coding, analysis, document work, and production workflows that need strong judgment at scale | The most natural balance of intelligence and cost; a good default worker | Hardest or most ambiguous work may still justify escalation to Sol |
| GPT-5.6 Luna | High-volume transformations, fast tool loops, triage, extraction, and inexpensive first passes | Lowest price and highest speed in the family while keeping the same long context and tool surface | More supervision or escalation is sensible on complex, compounding decisions |
| Claude Fable 5 | Long-running software work, difficult analytical tasks, vision-heavy work, and sustained agents with memory | Anthropic's strongest generally available model; especially compelling when the task lasts hours rather than turns | Expensive; classifiers can refuse some sensitive work; 30-day data retention is required |
| Claude Mythos 5 | Authorized cyber defense and other approved sensitive research where Fable's classifiers would block legitimate work | Fable-level intelligence with selected safeguards lifted for trusted environments | Limited access through Project Glasswing; not a general-purpose upgrade; 30-day retention still applies |
| Kimi K3 | Long-horizon coding, visual and frontend creation, research pipelines, and future deployments that benefit from open weights | Frontier-level sparse MoE architecture, native multimodality, long context, and lower hosted cost than the top proprietary models | Weights are promised but not yet released as of July 18; demanding self-hosting footprint; harness-sensitive and sometimes overly proactive |
The table also exposes why a single benchmark winner is not enough. Sol may be the right reviewer and Luna the right worker. Fable may be the right long-running engineer but the wrong choice for a zero-retention workload. Mythos may be uniquely appropriate for one approved security team and completely unavailable to everyone else. K3 may become the strongest sovereignty option without being the cheapest model to operate on your own hardware.
The best model is increasingly the model that fits the boundary around the task.
The Real Advances Are Happening Around the Model
The obvious story is that the models are getting smarter. They are. But several less glamorous advances may matter more in practice.
Long-Horizon Work Is Replacing the Clever Answer
The center of gravity has moved from answering a hard prompt to completing a hard job.
OpenAI emphasizes end-to-end knowledge work, programmatic tool calling, computer use, and multi-agent execution. Anthropic is pushing Fable toward tasks that last hours, days, or longer, with memory, compaction, task budgets, and adaptive thinking. Moonshot is showing K3 running extended coding and research trajectories with terminals, visual feedback, and concurrent agents.
This is a deeper change than a benchmark gain. A model that can produce a brilliant answer once is useful. A system that can preserve intent, recover from failed tools, validate its own work, and finish after hundreds of actions changes how work can be designed.
It also changes where failures hide. The longer the run, the more important permissions, checkpoints, observability, rollback, and human review become. Intelligence does not remove the need for architecture. It increases the consequences of weak architecture.
Reasoning Is Becoming a Budget
Sol, Terra, and Luna can each operate at different effort levels. Fable and Mythos use adaptive thinking with effort controls. K3 launches at maximum effort, with lower modes planned.
That means model choice alone no longer determines cost or latency. The same model can behave like a quick collaborator on one turn and a much more deliberate worker on another. Architects now have two routing decisions: which model should receive the task, and how much reasoning should it spend?
This is good progress, but it makes evaluation more demanding. Comparing Sol at medium effort with Fable at maximum effort and K3 inside a different agent harness tells us something about those complete systems, not just their underlying models. Any serious evaluation has to record the effort setting, tools, context policy, retry behavior, and harness.
A Million Tokens Is Not the Same as Memory
Every family in this comparison offers roughly a million tokens of context. That is remarkable, but I would not treat it as permission to pour an entire company into one prompt.
A large window gives the model access. It does not guarantee attention, prioritization, or continuity. Long-running systems still need retrieval, compaction, persistent notes, structured state, and deliberate context boundaries. Anthropic talks about memory and compaction. OpenAI is improving caching and tool coordination. Kimi warns that mishandling its thinking history can destabilize a session.
The industry is slowly learning that context is not a bucket. It is an information architecture.
Safety Is Now Part of Systems Design
Fable and Mythos make this impossible to ignore, but the same principle applies across frontier models. High-capability systems are arriving with identity checks, trusted-access programs, classifiers, monitoring, retention rules, and domain-specific restrictions.
Those controls affect application behavior. A refusal is a state your workflow must handle. A fallback can change model quality midway through a task. A retention requirement can disqualify a model before the first prompt is sent. Trusted access can be an operational dependency. An agent allowed to use a shell needs a different risk boundary from a chat assistant allowed only to draft text.
The safety layer is not an appendix to the architecture. It is part of the runtime.
What I Would Build Around Them
If I were designing a model strategy today, I would not begin with a company-wide winner. I would begin with an escalation path.
Routine, high-volume work would start on Luna or another efficient model. Terra would handle the default coding and knowledge workload. Sol or Fable would receive the small percentage of tasks where ambiguity, duration, or consequence justifies the extra cost. A separate review step could use a different frontier model to reduce correlated mistakes.
Mythos would sit outside that general path. It belongs in a tightly controlled lane for approved work, with explicit authorization and logging. Treating it as simply "Fable without refusals" understates why it is restricted in the first place.
I would pilot Kimi K3 against a real internal workload once the weights, license, and technical report are available. The test would include more than answer quality. I would measure infrastructure cost, latency, harness stability, tool behavior, observability, and how often its proactivity crosses the boundary of the task. Open weights are strategically important, but a model that requires a supernode-scale deployment does not automatically create practical independence.
Most of all, I would keep the routing policy visible. Teams should know why a task moved to a stronger model, when a fallback occurred, what data policy applies, and where a human is expected to intervene. Invisible routing is convenient until something expensive or consequential goes wrong.
The Model Race Is Becoming an Architecture Race
Sol, Terra, and Luna point toward portfolios of intelligence that can be routed by cost and difficulty. Fable and Mythos show capability being separated from access through runtime safeguards and trusted programs. Kimi K3 applies open-weight pressure with a radically sparse architecture and a serious attempt to make frontier-scale intelligence deployable beyond a closed lab.
None of these approaches has settled the market. That is precisely why this moment matters.
The next phase of AI will not be won only by the lab with the highest benchmark score. It will be shaped by who can turn intelligence into a system that is affordable, observable, governable, and useful over long stretches of real work. The models are becoming more capable, but the responsibility is moving outward—to the harness, the router, the safety layer, the data policy, and the people deciding when an agent has earned the right to act.
That is where AI architecture is getting interesting again.