Michael Johnson2026-07-28

What Is Kimi K3—and Is It Really Close to GPT-5.6 and Fable 5?

Is Kimi K3 open source—and truly close to GPT-5.6 and Fable 5? Explore its 1M context, API pricing, independent benchmarks, and Reddit reaction.

What Is Kimi K3—and Is It Really Close to GPT-5.6 and Fable 5?

TL;DR

Kimi K3 is Moonshot AI's 2.8-trillion-parameter multimodal model for long-horizon coding, knowledge work, reasoning, and agent workflows. Independent testing places it near Claude Opus 4.8 and GPT-5.5 overall, while GPT-5.6 Sol and Claude Fable 5 remain ahead. K3 gets closer on agentic benchmarks and leads some automation tests, but its measured hallucination rate increased from K2.6.
 Kimi K3 is now open-weight. Moonshot AI has published the full checkpoint, model card, technical report, and custom Kimi K3 License. The official Hugging Face repository is about 1.56 TB across 96 safetensors shards, and Moonshot recommends supernode deployments with 64 or more accelerators. Open weights settle the ownership question. They do not make K3 a normal local model.
For most developers, the hosted API remains the practical starting point. The Kimi K3 API on GPTProto currently lists $2.70 per million input tokens and $13.50 per million output tokens. Choose the weights when data control, custom inference, or model modification is worth the infrastructure and license review.
In short, Kimi K3 is close enough to GPT-5.6 and Fable 5 to belong in the same conversation—and its open-weight release now gives developers a deployment option neither closed model offers.

Table of contents

What Is Kimi K3?

Kimi K3 is Moonshot AI’s new flagship multimodal reasoning model. It was built for work that may involve hours of coding, research, tool use, and revision—not just answering a single chat prompt.

The model went live on July 16, 2026, across Kimi.com, Kimi Work, Kimi Code, and the Kimi API. It has 2.8 trillion total parameters, a one-million-token context window, and native support for text, image, and video input. Its output is still text.

Under the hood, K3 uses a Mixture-of-Experts architecture with 896 experts, 16 of which are activated at a time. Moonshot also introduced Kimi Delta Attention, Attention Residuals, and Stable LatentMoE to improve how information moves through long sequences and deep model layers. Moonshot claims these changes produce roughly 2.5 times the scaling efficiency of Kimi K2, although that figure comes from the developer rather than an independent test. Moonshot’s Kimi K3 technical blog provides the current architecture details; a fuller technical report is still pending.

Specification Kimi K3
Developer Moonshot AI
Public launch July 16, 2026
Total / activated parameters 2.8T / 104B
Architecture Mixture-of-Experts
Experts 896 total, 16 active
Context window 1 million tokens
Inputs Text, image, and video
Output Text
API model string kimi-k3
Thinking mode Always enabled
Weight availability Full weights released in `moonshotai/Kimi-K3

That makes K3 one of the largest AI models announced to date. Size, however, is not the useful part by itself. The real question is whether Moonshot has turned those parameters into better task completion.

The release also removes one uncertainty from the original launch coverage: the technical report is now public. It does not remove the need for independent evaluation, and it does not turn a 2.8T model into a low-friction self-hosting project.

Is Kimi K3 Really Close to GPT-5.6 and Claude Fable 5?

In overall intelligence, not quite. In several agentic and long-horizon tasks, yes.

Moonshot’s own announcement is more restrained than many of the headlines it produced. The company says K3’s overall performance still trails Claude Fable 5 and GPT-5.6 Sol. It nevertheless reports frontier-level results across coding, knowledge work, and reasoning.

One example is GPU kernel optimization. Moonshot placed each model in an identical sandbox and gave it up to 24 hours to optimize four GPU tasks. K3 performed competitively with Fable 5 and beat GPT-5.6 Sol, GPT-5.5, and Opus 4.8 in this test. That is a substantial result for low-level performance engineering. It is not evidence that K3 is universally smarter.

Independent testing gives us a broader picture. Artificial Analysis scored Kimi K3 at 57 on its Intelligence Index, placing it around GPT-5.5 and Claude Opus 4.8 but behind Fable 5 and GPT-5.6 Sol. Its strongest results appeared in agentic execution and automation rather than every category of intelligence. Artificial Analysis published its K3 findings on July 16.

Evaluation Kimi K3 result What it tells us
AA Intelligence Index 57 Near GPT-5.5 and Opus 4.8; behind GPT-5.6 Sol and Fable 5
GDPval-AA v2 1,668 Elo Strong execution on real-world agentic tasks
AutomationBench-AA 53%, ranked first Particularly effective at SaaS workflow automation
AA-Briefcase 1,547 Elo, ranked second Strong long-horizon knowledge work
Omniscience accuracy 46% Up from K2.6’s 33%
Hallucination rate 51% Worse than K2.6’s 39%

The last row is the one that stopped me. K3 became more capable, but Artificial Analysis also measured more hallucination. It answered more questions correctly while producing a higher proportion of unsupported claims.

That trade-off matters in production. A model that completes a long agent workflow but quietly introduces an incorrect assumption can cost more to verify than a slower model with steadier factual behavior.

Why One Leaderboard Cannot Settle the Comparison

K3 has already reached the top of at least one frontend-generation leaderboard. It also performs well in GPU optimization, SaaS automation, and long-horizon knowledge work. Those results do not measure the same capability.

A frontend arena measures how users prefer generated interfaces. AutomationBench measures whether an agent can operate software workflows. GPU kernel optimization tests low-level systems engineering. None can independently answer whether K3 is better at research, factual recall, debugging, presentation design, or general reasoning.

The defensible conclusion is narrower: Kimi K3 has entered the frontier group for agentic work, but GPT-5.6 Sol and Fable 5 still lead the broader comparison. Developers who want the current closed-model ceiling can examine the GPT-5.6 Sol API, while Claude Opus 4.8 remains a more established option for complex coding and research workflows.

The Open-Weight Question Is Settled; the Deployment Question Is Not

The launch-week question was whether Moonshot would actually publish the weights. It has. The official moonshotai/Kimi-K3 repository now contains the full checkpoint, model card, technical report, inference code, and Kimi K3 License.

The precise wording still matters. Kimi K3 is open-weight, not an unqualified “fully open-source” release. Its custom license permits broad use, modification, fine-tuning, deployment, and redistribution, but adds conditions for large Model-as-a-Service businesses and very large commercial products. The training data is not public.

Availability is also not usability. The repository is about 1.56 TB, and Moonshot recommends supernode deployments with 64 or more accelerators. That makes K3 relevant to cloud and enterprise infrastructure teams, not a routine workstation download.

The release is still important. Organizations now have a real path to inspect the checkpoint, customize inference, fine-tune derivatives, and operate the model without depending entirely on one hosted endpoint. The price is hardware, serving engineering, and license review.

What Changed From Kimi K2.7 to Kimi K3?

K3 is not simply Kimi K2.7 with a larger version number.

Kimi K2.7 Code is a coding-focused agentic model based on K2.6. Its model card emphasizes real-world software engineering, long coding sessions, tool use, and lower reasoning-token consumption. K3 expands that role into a general flagship covering coding, visual reasoning, research, and end-to-end knowledge work.

The context window grows from 256K to one million tokens. Total parameters rise from one trillion to 2.8 trillion, while the expert count grows from 384 to 896. The price rises with it.

Feature Kimi K3 Kimi K2.7 Code
Positioning General flagship Coding-focused model
Total parameters 2.8T 1T
Experts 896, 16 active 384, 8 active
Context window 1M 256K
Standard input $3.00/MTok $0.95/MTok
Output $15.00/MTok $4.00/MTok
Cached input $0.30/MTok $0.19/MTok
Weights Available under the Kimi K3 License Available

K3's value proposition is therefore not “frontier intelligence for almost nothing.” It is frontier-adjacent agentic performance with two deployment paths: a metered API for immediate use and released weights for teams prepared to own the infrastructure.

The official K2.7 Code model card contains its architecture, benchmark methodology, and deployment guidance.

How Kimi K3 Handles a 1M-Token Context

A one-million-token context window allows K3 to accept large codebases, collections of technical documents, long agent histories, and intermediate tool results in one request.

That is particularly relevant for long-running agents. A coding model may need to retain an initial specification, repository structure, terminal output, test failures, earlier edits, and reviewer feedback across dozens of steps. Losing one of those constraints halfway through the task is a common reason an agent appears productive but fails to finish.

K3 also applies automatic context caching. Developers do not need to create a cache ID or set a separate time-to-live value. If a long prefix remains unchanged between requests, the system automatically attempts a cache hit. Cached input costs $0.30 per million tokens instead of $3.00.

But context capacity is not the same as perfect context use. Feeding a model one million tokens does not guarantee that it will assign the correct importance to every line. Longer inputs can also increase cost, processing time, and distraction from irrelevant material.

The sensible approach is still to retrieve the most relevant files first, keep stable reference content at the beginning for caching, and avoid sending the entire knowledge base merely because the limit allows it. Kimi’s API guide explains its one-million-token context and automatic caching behavior.

Kimi K3 API Pricing Is No Longer Budget Pricing

Moonshot’s official Kimi K3 API uses flat pay-as-you-go pricing. The rate does not change when a request crosses a larger context tier.

Token type Price per 1M tokens
Cached input $0.30
Standard input $3.00
Output $15.00

For a shorter agent task using 100,000 uncached input tokens and producing 20,000 output tokens, the estimated model cost is:

(0.1 × $3) + (0.02 × $15) = $0.60

Now consider a repeated long-context workflow with 800,000 cached tokens, 50,000 new input tokens, and 50,000 output tokens:

(0.8 × $0.30) + (0.05 × $3) + (0.05 × $15) = $1.14

Caching keeps the second example manageable, but K3 is clearly not following the old “Chinese model equals extremely cheap API” formula.

Artificial Analysis measured an average Intelligence Index task cost of $0.94 for K3, close to GPT-5.6 Sol at $1.04 and roughly half of Opus 4.8 at $1.80. GLM-5.2 completed the same evaluation workload for considerably less.

The comparison also changes depending on where the models are accessed. The Kimi K3 API on GPT Proto currently costs $2.70 per million input tokens and $13.50 per million output tokens, 10% below Moonshot’s $3/$15 list price. GPT Proto also offers GPT-5.6 Sol and GLM-5.2 through the same API key and shared balance, making task-level comparisons easier without separate provider accounts.

K3's value proposition is therefore not “frontier intelligence for almost nothing.” It is frontier-adjacent agentic performance with two deployment paths: a metered API for immediate use and released weights for teams prepared to own the infrastructure.

Kimi K3 API vs Open Weights: Which Should You Use?

 Kimi K3 now gives developers a real deployment choice. The model capability is the attraction on both paths; the operating model is completely different.

Hosted Kimi K3 API Kimi K3 open weights
Pay per token Buy or rent accelerator capacity
Provider manages scaling, caching, updates, and failures Your team manages serving, scaling, monitoring, upgrades, and failures
Fastest path to evaluation and production Highest control over data, inference, and model modification
Hosted service documents text, image, and video input Current public repository metadata centers text and image; verify video-path parity before promising it
No 1.56 TB download About 1.56 TB across 96 weight shards
No cluster deployment project Moonshot recommends 64+ accelerators

Use the API first if you are still proving product-market fit, traffic is variable, or the team does not already operate large-model infrastructure. The GPT Proto Kimi K3 API also makes it easier to compare K3 with GPT-5.6 Sol, GLM-5.2, and other models behind one key and balance.

Use the weights when private deployment, fine-tuning, custom inference, or provider independence has enough business value to justify the cluster. Before commercial deployment, review the Kimi K3 License rather than assuming “open” means MIT.

Kimi K3 vs GLM-5.2, GPT-5.6 and Opus 4.8

The benchmark winner is not automatically the right production model. The useful choice depends on what can fail, how long the workflow runs, and whether owning the weights matters.

Model Choose it when
Kimi K3 You need long multimodal agent workflows and want either a hosted API now or an open-weight deployment path under the Kimi K3 License
GPT-5.6 Sol General reasoning quality and dependable production performance matter more than ownership
Claude Fable 5 You want the highest measured agentic knowledge-work ceiling and have access to it
Claude Opus 4.8 You already rely on Claude workflows for complex coding, research, and careful instruction following
GLM-5.2 You need lower-cost agentic coding with weights already available
Kimi K2.7 Code Your workload is primarily coding and K3’s higher price is difficult to justify

K3 has the clearest case when three conditions appear together: a long-running task, multimodal inputs, and a reason to control the model deployment. Without those requirements, its scale can become an expensive answer to a smaller problem.

GPT-5.6 Sol remains the stronger choice when broad intelligence and reliability come first. Opus 4.8 makes sense for teams with mature Claude-based coding or research workflows. GLM-5.2 is the harder competitor on economics because it already provides a one-million-token context and open weights at a lower task cost.

My current rule of thumb is simple: choose K3 when open weights and long multimodal agents matter. Choose GPT-5.6 or Opus when reliability matters more than model ownership. Choose GLM-5.2 when cost is the constraint you cannot negotiate.

Can You Use Kimi K3 Through GPT Proto Yet?

Yes. Kimi K3 is now available through the GPT Proto Kimi K3 API.

The current GPT Proto rate is $2.70 per million input tokens and $13.50 per million output tokens, 10% below Moonshot’s current $3/$15 list price. Use the model string kimi-k3 with your GPT Proto API key to access K3’s long-context coding, multimodal analysis, tool calling, and structured-output capabilities.

The same key and shared balance also cover GPT-5.6 Sol, GLM-5.2, Claude Opus 4.8, and 200+ text, image, video, and audio models. This makes it practical to test K3 against alternatives on the same repository or agent workflow before changing production traffic.

You can try Kimi K3 on GPT Proto or browse the full GPT Proto AI model gallery. The model's weights and technical report are now public, but the article should still be revisited as independent deployment tests, quantizations, throughput data, and framework support mature.

Final Verdict: Close, but the Benchmark Still Matters

Kimi K3 is not merely a large Chinese model attracting attention because of its parameter count. Independent testing supports a more substantial conclusion: it is competitive with frontier systems in automation, long-horizon knowledge work, and agentic execution.

That does not make it better than GPT-5.6 Sol or Claude Fable 5 overall. It also does not erase the measured increase in hallucination. What changed on July 28 is deployment: the promised weights, license, model card, and technical report are now public.
K3 is therefore one of the most capable open-weight options in its class, but the phrase needs two footnotes. Its license is custom rather than MIT, and its 1.56 TB repository plus 64+ accelerator recommendation put self-hosting beyond an ordinary development team.
My verdict: use the API to find out whether K3 actually improves your tasks. Move to the weights only when control, customization, or data boundaries justify becoming the infrastructure provider yourself.

Creative Studio

Generate image, video, and more with production APIs.

Start creating
Creative Studio
Related models
All models
MoonshotAI
10% OFF
OpenAI
20% OFF
Claude
20% OFF
Z-AI
by Z-AI
10% OFF

Frequently Asked Questions

What Is Kimi K3?

Kimi K3 is a 2.8-trillion-parameter multimodal AI model developed by Moonshot AI. It is designed for long-horizon coding, knowledge work, reasoning, visual understanding, and agent workflows.

When Was Kimi K3 Released?

Kimi K3 went live on July 16, 2026. Moonshot says its full model weights will be released by July 27, 2026.

Is Kimi K3 Open Source?

Kimi K3 is open-weight. Moonshot AI has released the full checkpoint, model card, inference code, and technical report under the custom Kimi K3 License. The training data is not public, and the license includes conditions for large Model-as-a-Service businesses and very large commercial products, so “fully open source” is too broad.

What Is the Kimi K3 Context Window?

Kimi K3 supports a one-million-token context window. It also offers automatic context caching for repeated long prefixes.

How Much Does the Kimi K3 API Cost?

The official Kimi K3 API costs $3 per million standard input tokens, $15 per million output tokens, and $0.30 per million cached input tokens.

Is Kimi K3 Better Than GPT-5.6 Sol?

Not overall. Kimi K3 leads or approaches GPT-5.6 Sol on some agentic and specialized tests, but both Moonshot and independent testing place GPT-5.6 Sol ahead in broader intelligence.

Is Kimi K3 Better Than Claude Fable 5?

Current evidence says no. K3 approaches Fable 5 on several long-horizon and agentic tasks, but Fable 5 remains ahead in the broader independent evaluations available at launch.

Is Kimi K3 Better Than GLM-5.2?

Kimi K3 has a higher measured intelligence and agentic-performance ceiling. GLM-5.2 is cheaper, smaller, and already available as an open-weight model, which may make it the more practical choice.v

Can Kimi K3 run locally?

The weights can be downloaded, but practical deployment is not local in the usual sense. The official repository is about 1.56 TB, and Moonshot recommends supernode configurations with 64 or more accelerators.

Should I use the Kimi K3 API or the open weights?

Start with the API for evaluation, variable traffic, and managed operations. Use the weights when private deployment, fine-tuning, custom inference, or provider independence justifies the hardware, serving work, and license review.

Related Articles

More Blogs
Best AI API for Developers in 2026: 10 Platforms Compared

Best AI API for Developers in 2026: 10 Platforms Compared

TL;DR Best direct APIs: OpenAI is the safest general-purpose default; Anthropic Claude is strongest for coding and long-running agents; Gemini suits low-cost multimodal prototyping; and DeepSeek leads on text-token price. Best multi-model options: OpenRouter is the clearest choice for testing many LLMs. GPTProto is the stronger fit when one product needs text, image, and video models under one API key and shared balance. Best infrastructure choices: Amazon Bedrock fits AWS-governed enterprise deployments, while Replicate, fal.ai, and Together AI are better suited to open-model or generative-media inference. There is no universal winner. Compare workload fit, model coverage, real billing units, production controls, and switching cost. Prices and availability were checked on July 14, 2026; verify live provider pages before deployment.

Tiffany Layne | 2026-07-15

GPT-5.6 Sol vs Claude Fable 5: Cheaper Per Token, or Cheaper to Trust? (2026)

GPT-5.6 Sol vs Claude Fable 5: Cheaper Per Token, or Cheaper to Trust? (2026)

Two weeks ago this comparison had a boring answer: pick Claude Fable 5, because you couldn't get GPT-5.6 Sol. Sol was locked inside a government-vetted preview open to roughly twenty organizations. That constraint is gone. OpenAI moved the GPT-5.6 family — Sol, Terra, and Luna — to general availability on July 9 , and Fable 5 has been globally reachable since July 1, after the U.S. Commerce Department cleared the export controls that had suspended it. So the question is live again, and it's no longer about access. It's about which model's failure mode you can afford to watch. I'll say where I land up front, then show the work. TL;DR Sol is cheaper on every axis a finance team cares about. On GPTProto it runs $4 / $24 per million input/output tokens against Fable 5's $8 / $40, and the gap widens once you measure by finished task instead of by token. On the flip side, Fable 5's whole design bet is behavior you can predict: flagged prompts fall back to a safer model, and it hasn't picked up the one habit that should worry anyone wiring Sol into an unsupervised pipeline. Independent evaluator METR flagged Sol for the highest reward-hacking rate of any public model it has tested. So "cheaper per token" is Sol, cleanly. "Cheaper to trust when nobody's looking" is Fable. Most of this article is about why those two sentences don't cancel out. Both models sit on one GPTProto key and one balance, so you can route between them per task instead of committing your whole stack to a single answer. More on that at the end.

Michael Johnson | 2026-07-10

MiniMax M3 for Coding: Benchmarks, Real Pricing, and How to Call It via API (2026)

MiniMax M3 for Coding: Benchmarks, Real Pricing, and How to Call It via API (2026)

Is MiniMax M3 good for coding? The short answer: yes for agentic and multi-file work, with two caveats I'll be upfront about before you read another word. Most of the headline coding scores were run by MiniMax on its own infrastructure, and the "1 million token context" has a price cliff at 512K that hits coding agents in particular. Both are manageable once you know they're there. Neither shows up clearly in most of the launch coverage. I'm writing this because the coding pitch around M3 got flattened into one number — 59% on SWE-Bench Pro — and that number is doing a lot of unexamined work. What follows is what the model actually is, where the independent measurements land, what it costs on a real coding workload, and how to call it through the GPTProto API. If you just want a verdict: an independent reviewer who runs the same battery on every serious model put M3 "close to GPT and Opus on real coding, not quite past them." That matches where the neutral benchmarks put it too.

Schuyler Stacy | 2026-07-02

GLM-5.2 vs Kimi K3 for Coding: Which Is Better for Developers in 2026?

GLM-5.2 vs Kimi K3 for Coding: Which Is Better for Developers in 2026?

TL;DR: Kimi K3 is the stronger coding model when the task is difficult, long-running, or visual. It leads GLM-5.2 across Moonshot's published coding comparison and accepts images and video through its hosted service. GLM-5.2 remains the better default for routine repository work: it costs much less, is smaller to operate, and uses the permissive MIT license. Kimi K3 now has released weights too, but its 1.56 TB repository, recommended 64+ accelerator deployment, and custom license make self-hosting a materially larger commitment. Choose Kimi when capability is the bottleneck; choose GLM when cost and operational simplicity matter every day. The interesting part of the GLM-5.2 vs Kimi K3 Code comparison is not that both models can write a React component or solve a short algorithm. Models at this level already clear that bar. The useful question is what happens when the assignment becomes messy: a repository audit, a multi-file migration, a bug that only appears in a screenshot, or a playable Three.js prototype that must keep several systems coherent. That is also where the price difference starts to matter. Kimi K3 looks better on the hardest public tests, but its official output price is more than three times GLM-5.2's. A team running thousands of ordinary reviews may get more work done per dollar with GLM. A developer trying to rescue one difficult visual project may happily pay for K3.

Tiffany Layne | 2026-07-28