2 Sources
2 Sources
[1]
Moonshot's open source Kimi K2 Thinking outperforms GPT-5, Claude Sonnet 4.5
Even as concern and skepticism grows over U.S. AI startup OpenAI's buildout strategy and high spending commitments, Chinese open source AI providers are escalating their competition and one has even caught up to OpenAI's flagship, paid proprietary model GPT-5 in key third-party performance benchmarks with a new, free model. The Chinese AI startup Moonshot AI's new Kimi K2 Thinking model, released today, has vaulted past both proprietary and open-weight competitors to claim the top position in reasoning, coding, and agentic-tool benchmarks. Despite being fully open-source, the model now outperforms OpenAI's GPT-5, Anthropic's Claude Sonnet 4.5 (Thinking mode), and xAI's Grok-4 on several standard evaluations -- an inflection point for the competitiveness of open AI systems. Developers can access the model via platform.moonshot.ai and kimi.com; weights and code are hosted on Hugging Face. The open release includes APIs for chat, reasoning, and multi-tool workflows. Users can try out Kimi K2 Thinking directly through its own ChatGPT-like website competitor and on a Hugging Face space as well. Modified Standard Open Source License Moonshot AI has formally released Kimi K2 Thinking under a Modified MIT License on Hugging Face. The license grants full commercial and derivative rights -- meaning individual researchers and developers working on behalf of enterprise clients can access it freely and use it in commercial applications -- but adds one restriction: "If the software or any derivative product serves over 100 million monthly active users or generates over $20 million USD per month in revenue, the deployer must prominently display 'Kimi K2' on the product's user interface." For most research and enterprise applications, this clause functions as a light-touch attribution requirement while preserving the freedoms of standard MIT licensing. It makes K2 Thinking one of the most permissively licensed frontier-class models currently available. A New Benchmark Leader Kimi K2 Thinking is a Mixture-of-Experts (MoE) model built around one trillion parameters, of which 32 billion activate per inference. It combines long-horizon reasoning with structured tool use, executing up to 200-300 sequential tool calls without human intervention. According to Moonshot's published test results, K2 Thinking achieved: * 44.9 % on Humanity's Last Exam (HLE), a state-of-the-art score; * 60.2 % on BrowseComp, an agentic web-search and reasoning test; * 71.3 % on SWE-Bench Verified and 83.1 % on LiveCodeBench v6, key coding evaluations; * 56.3 % on Seal-0, a benchmark for real-world information retrieval. Across these tasks, K2 Thinking consistently outperforms GPT-5's corresponding scores and surpasses the previous open-weight leader MiniMax-M2 -- released just weeks earlier by Chinese rival MiniMax AI. Open Model Outperforms Proprietary Systems GPT-5 and Claude Sonnet 4.5 Thinking remain the leading proprietary "thinking" models. Yet in the same benchmark suite, K2 Thinking's agentic reasoning scores exceed both: for instance, on BrowseComp the open model's 60.2 % decisively leads GPT-5's 54.9 % and Claude 4.5's 24.1 %. K2 Thinking also edges GPT-5 in GPQA Diamond (85.7 % vs 84.5 %) and matches it on mathematical reasoning tasks such as AIME 2025 and HMMT 2025. Only in certain heavy-mode configurations -- where GPT-5 aggregates multiple trajectories -- does the proprietary model regain parity. That Moonshot's fully open-weight release can meet or exceed GPT-5's scores marks a turning point. The gap between closed frontier systems and publicly available models has effectively collapsed for high-end reasoning and coding. Surpassing MiniMax-M2: The Previous Open-Source Benchmark When VentureBeat profiled MiniMax-M2 just a week and a half ago, it was hailed as the "new king of open-source LLMs," achieving top scores among open-weight systems: * ฯยฒ-Bench 77.2 * BrowseComp 44.0 * FinSearchComp-global 65.5 * SWE-Bench Verified 69.4 Those results placed MiniMax-M2 near GPT-5-level capability in agentic tool use. Yet Kimi K2 Thinking now eclipses them by wide margins. Its BrowseComp result of 60.2 % exceeds M2's 44.0 %, and its SWE-Bench Verified 71.3 % edges out M2's 69.4 %. Even on financial-reasoning tasks such as FinSearchComp-T3 (47.4 %), K2 Thinking performs comparably while maintaining superior general-purpose reasoning. Technically, both models adopt sparse Mixture-of-Experts architectures for compute efficiency, but Moonshot's network activates more experts and deploys advanced quantization-aware training (INT4 QAT). This design doubles inference speed relative to standard precision without degrading accuracy -- critical for long "thinking-token" sessions reaching 256 k context windows. Agentic Reasoning and Tool Use K2 Thinking's defining capability lies in its explicit reasoning trace. The model outputs an auxiliary field, reasoning_content, revealing intermediate logic before each final response. This transparency preserves coherence across long multi-turn tasks and multi-step tool calls. A reference implementation published by Moonshot demonstrates how the model autonomously conducts a "daily news report" workflow: invoking date and web-search tools, analyzing retrieved content, and composing structured output -- all while maintaining internal reasoning state. This end-to-end autonomy enables the model to plan, search, execute, and synthesize evidence across hundreds of steps, mirroring the emerging class of "agentic AI" systems that operate with minimal supervision. Efficiency and Access Despite its trillion-parameter scale, K2 Thinking's runtime cost remains modest. Moonshot lists usage at: * $0.15 / 1 M tokens (cache hit) * $0.60 / 1 M tokens (cache miss) * $2.50 / 1 M tokens output These rates are competitive even against MiniMax-M2's $0.30 input / $1.20 output pricing -- and an order of magnitude below GPT-5 ($1.25 input / $10 output). Comparative Context: Open-Weight Acceleration The rapid succession of M2 and K2 Thinking illustrates how quickly open-source research is catching frontier systems. MiniMax-M2 demonstrated that open models could approach GPT-5-class agentic capability at a fraction of the compute cost. Moonshot has now advanced that frontier further, pushing open weights beyond parity into outright leadership. Both models rely on sparse activation for efficiency, but K2 Thinking's higher activation count (32 B vs 10 B active parameters) yields stronger reasoning fidelity across domains. Its test-time scaling -- expanding "thinking tokens" and tool-calling turns -- provides measurable performance gains without retraining, a feature not yet observed in MiniMax-M2. Technical Outlook Moonshot reports that K2 Thinking supports native INT4 inference and 256 k-token contexts with minimal performance degradation. Its architecture integrates quantization, parallel trajectory aggregation ("heavy mode"), and Mixture-of-Experts routing tuned for reasoning tasks. In practice, these optimizations allow K2 Thinking to sustain complex planning loops -- code compile-test-fix, search-analyze-summarize -- over hundreds of tool calls. This capability underpins its superior results on BrowseComp and SWE-Bench, where reasoning continuity is decisive. Enormous Implications for the AI Ecosystem The convergence of open and closed models at the high end signals a structural shift in the AI landscape. Enterprises that once relied exclusively on proprietary APIs can now deploy open alternatives matching GPT-5-level reasoning while retaining full control of weights, data, and compliance. Moonshot's open publication strategy follows the precedent set by DeepSeek R1, Qwen3, GLM-4.6 and MiniMax-M2 but extends it to full agentic reasoning. For academic and enterprise developers, K2 Thinking provides both transparency and interoperability -- the ability to inspect reasoning traces and fine-tune performance for domain-specific agents. The arrival of K2 Thinking signals that Moonshot -- a young startup founded in 2023 with investment from some of China's biggest apps and tech companies -- is here to play in an intensifying competition, and comes amid growing scrutiny of the financial sustainability of AI's largest players. Just a day ago, OpenAI CFO Sarah Friar sparked controversy after suggesting at WSJ Tech Live event that the U.S. government might eventually need to provide a "backstop" for the company's more than $1.4 trillion in compute and data-center commitments -- a comment widely interpreted as a call for taxpayer-backed loan guarantees. Although Friar later clarified that OpenAI was not seeking direct federal support, the episode reignited debate about the scale and concentration of AI capital spending. With OpenAI, Microsoft, Meta, and Google all racing to secure long-term chip supply, critics warn of an unsustainable investment bubble and "AI arms race" driven more by strategic fear than commercial returns -- one that could "blow up" and take down the entire global economy with it if there is hesitation or market uncertainty, as so many trades and valuations have now been made in anticipation of continued hefty AI investment and massive returns. Against that backdrop, Moonshot AI's and MiniMax's open-weight releases put more pressure on U.S. proprietary AI firms and their backers to justify the size of the investments and paths to profitability. If an enterprise customer can just as easily get comparable or better performance from a free, open source Chinese AI model than they do with paid, proprietary AI solutions like OpenAI's GPT-5, Anthropic's Claude Sonnet 4.5, or Google's Gemini 2.5 Pro -- why would they continue paying to access the proprietary models? Already, Silicon Valley stalwarts like Airbnb have raised eyebrows for admitting to heavily using Chinese open source alternatives like Alibaba's Qwen over OpenAI's proprietary offerings. For investors and enterprises, these developments suggest that high-end AI capability is no longer synonymous with high-end capital expenditure. The most advanced reasoning systems may now come not from companies building gigascale data centers, but from research groups optimizing architectures and quantization for efficiency. In that sense, K2 Thinking's benchmark dominance is not just a technical milestone -- it's a strategic one, arriving at a moment when the AI market's biggest question has shifted from how powerful models can become to who can afford to sustain them. What It Means for Enterprises Going Forward Within weeks of MiniMax-M2's ascent, Kimi K2 Thinking has overtaken it -- along with GPT-5 and Claude 4.5 -- across nearly every reasoning and agentic benchmark. The model demonstrates that open-weight systems can now meet or surpass proprietary frontier models in both capability and efficiency. For the AI research community, K2 Thinking represents more than another open model: it is evidence that the frontier has become collaborative. The best-performing reasoning model available today is not a closed commercial product but an open-source system accessible to anyone.
[2]
Kimi K2 Thinking Crushes GPT-5, Claude 4.5 Sonnet in Key Benchmarks | AIM
The model's architecture activates 32 billion parameters per inference out of a total of one trillion parameters and supports up to 2,56,000 token context windows. Moonshot AI, a Chinese startup backed by Alibaba, released its latest AI model, Kimi K2 Thinking, on November 6. The model surpassed several leading AI systems, including OpenAI's GPT-5 and Claude Sonnet 4.5, in key reasoning and coding benchmarks. Moonshot said the model's architecture activates 32 billion parameters per inference out of a total of one trillion parameters and supports up to 2,56,000 token context windows. The model can execute 200 to 300 sequential tool calls without human intervention. Benchmark results show that Kimi K2 Thinking achieved scores of 44.9% on the Humanity's Last Exam benchmark (with tools enabled), 60.2% on the BrowseComp web-search reasoning benchmark and 71.3% on SWE-bench Verified, which evaluate agentic reasoning and coding capabilities. Moonshot said Kimi K2 Thinking is designed for explicit reasoning, with intermediate logical steps visible in its outputs to ensure transparency across multi-step workflows. Despite its trillion-parameter scale, Moonshot AI explained that Kimi K2 Thinking maintains a modest runtime cost. The company lists pricing at $0.15 per one million tokens for cache hits, $0.60 per one million tokens for cache misses and $2.50 per one million tokens for output. These rates are competitive even against MiniMax-M2's $0.30 input and $1.20 output pricing, and remain an order of magnitude lower than GPT-5, which is priced at $1.25 for input and $10 for output. The open-source model is available under a Modified MIT License, permitting free commercial use with one attribution condition for high-scale deployments. The launch of Kimi K2 Thinking comes at a time when Chinese open-source AI firms are competing more closely with US proprietary systems. Moonshot AI views the model as a crucial step toward making powerful AI technology more accessible.
Share
Share
Copy Link
Moonshot AI's new open-source Kimi K2 Thinking model has achieved breakthrough performance, surpassing OpenAI's GPT-5 and Anthropic's Claude 4.5 Sonnet in key reasoning and coding benchmarks. The trillion-parameter model is released under a Modified MIT License, marking a significant milestone in open-source AI competitiveness.

Chinese AI startup Moonshot AI has released Kimi K2 Thinking, an open-source model that has achieved a significant milestone by outperforming leading proprietary AI systems including OpenAI's GPT-5 and Anthropic's Claude 4.5 Sonnet across multiple key benchmarks
1
. The model's release on November 6 marks what industry observers are calling an inflection point for the competitiveness of open AI systems against closed, proprietary alternatives2
.The Kimi K2 Thinking model achieved remarkable benchmark scores, including 44.9% on Humanity's Last Exam (HLE), 60.2% on BrowseComp for agentic web-search and reasoning, and 71.3% on SWE-Bench Verified for coding evaluations
1
. These results consistently exceed GPT-5's corresponding scores, with the BrowseComp performance particularly notable as K2 Thinking's 60.2% decisively leads GPT-5's 54.9% and Claude 4.5's 24.1%1
.Kimi K2 Thinking employs a Mixture-of-Experts (MoE) architecture built around one trillion parameters, with 32 billion parameters activating per inference
1
. The model supports context windows of up to 256,000 tokens and can execute 200-300 sequential tool calls without human intervention, making it particularly suited for complex, multi-step reasoning tasks2
.The model's defining capability lies in its explicit reasoning trace, outputting an auxiliary field called reasoning_content that reveals intermediate logic before each final response
1
. This transparency feature ensures visibility across multi-step workflows, addressing growing demands for explainable AI systems2
.Despite its trillion-parameter scale, Kimi K2 Thinking maintains competitive pricing at $0.15 per million tokens for cache hits, $0.60 for cache misses, and $2.50 for output tokens
2
. These rates significantly undercut GPT-5's pricing of $1.25 for input and $10 for output, representing an order of magnitude difference in cost while delivering superior performance .The model is available through multiple channels, including platform.moonshot.ai, kimi.com, and Hugging Face, with weights and code hosted openly
1
. Users can access the model through APIs for chat, reasoning, and multi-tool workflows, as well as try it directly through a ChatGPT-like web interface1
.Related Stories
Moonshot AI has released Kimi K2 Thinking under a Modified MIT License that grants full commercial and derivative rights with minimal restrictions
1
. The license includes one notable condition: deployments serving over 100 million monthly active users or generating over $20 million USD per month in revenue must prominently display 'Kimi K2' on the product's user interface1
. This light-touch attribution requirement preserves the freedoms of standard MIT licensing while ensuring recognition for high-scale commercial applications.Summarized by
Navi
[2]
1
Business and Economy

2
Technology

3
Business and Economy
