Technology

Two Chinese Companies Just Released Their Most Powerful AI Models for Free

Martin HollowayPublished 2w ago6 min readBased on 16 sources
Reading level
Two Chinese Companies Just Released Their Most Powerful AI Models for Free

Moonshot AI launched its newest AI model, Kimi K3, on July 16, 2026. It is one of the largest AI models ever made publicly available. In Moonshot's own testing, Kimi K3 performs better than nearly every American AI system, falling short only of OpenAI's GPT-5.6 Sol and Anthropic's Claude Fable 5. The announcement came the same week that Alibaba's Qwen team previewed its own next model, Qwen3.8, which Alibaba says is "second only to Fable 5" (The Verge).

To understand the scale here, it helps to know that AI models are built using "parameters" — think of them as the connections in a brain. More parameters generally mean a smarter model. Kimi K3 has 2.8 trillion of these. "Open-weight" means the company is letting anyone download the model's core files, inspect them, modify them, and run the model on their own computers — instead of only offering it through a paid online service.

Alibaba unveiled the Qwen3.8 preview on July 19, 2026 (Bloomberg). That model has 2.4 trillion parameters and is described by the Qwen team as "continuously evolving." Alibaba says Qwen3.8 is "going open-weight soon," though no date has been specified (The Verge).

Kimi K3 is available now across several products. Moonshot announced on July 17 that the model is accessible via the Kimi API at platform.kimi.ai, as well as through Kimi Work, Kimi Code, and Kimi.com (X/Kimi_Moonshot). API pricing is set at ¥2.00 per million tokens for cache hits and ¥20.00 per million tokens for input (platform.moonshot.cn). A "token" is a small piece of text — a few characters or part of a word — and it's the unit AI companies charge by.

On the technical side, Kimi K3 can handle a 1-million-token context window. That means it can take in roughly 750,000 words at once — about the length of a long novel — in a single conversation. The model is designed for software engineering, knowledge work, and deep reasoning use cases (platform.moonshot.cn). It also includes features called Swarm and Goal that can run multiple tasks at the same time. Moonshot says Kimi K3 can build playable multiplayer and 3D games (kimi.moonshot.cn).

The broader context here is the difference in how Chinese and US AI companies share their work. Both Moonshot and Alibaba are releasing their most advanced models as open-weight, meaning anyone can download and use them. In contrast, OpenAI and Anthropic keep their models behind paid online services and do not disclose how many parameters their systems have (The Verge). Many Qwen models are distributed under the Apache License, a well-known open-source license, a pattern that has held across the Qwen family (Wikipedia).

For Alibaba, Qwen3.8 continues a path set earlier this year. The company unveiled Qwen 3.5 on February 16, 2026, positioning it for the "agentic AI era" and autonomous complex task execution (Reuters). The Qwen ecosystem has since expanded in multiple directions: Qwen3-Coder, described as the team's most agentic code model, was announced in July 2025; the Qwen3 Embedding series serves as a proprietary embedding model within the family; and Qwen-Image, a 20-billion-parameter MMDiT image foundation model, focuses on complex text rendering and precise image generation (qwenlm.github.io). Qwen Code documentation, last updated July 2, 2026, supports configuring multiple model providers (qwenlm.github.io), and a July 8 product update added Auto Model Fallback, Nested Sub-agents, and WeCom Channel Integration (qwenlm.github.io).

The parameter counts alone are notable. A 2.8-trillion-parameter open-weight model is large by any current standard, and the willingness to release it publicly means researchers and businesses can inspect, adjust, and run it directly rather than relying on a paid online service alone. The 1-million-token context window on Kimi K3 brings it into the range where sustained document analysis, large-codebase reasoning, and multi-turn agentic workflows become practical without external retrieval scaffolding — extra software that searches a database to find relevant information and feed it to the model.

The performance claims from both Moonshot and Alibaba are self-reported. They come from the companies' own testing, not from an independent benchmark suite. This is not unusual in the current AI release cycle, where vendor-reported evaluations have become the norm, but it means the rankings should be treated as claims pending third-party verification. The specific framing against GPT-5.6 Sol and Claude Fable 5 also reflects a deliberate positioning choice, naming the two US models widely regarded as the current frontier.

The open-weight approach from both labs does more than lower the barrier to adoption. It creates a practical alternative for developers and businesses that cannot or will not route through US-hosted online services, whether for data sovereignty, latency, cost, or regulatory reasons. Kimi K3's pricing in yuan signals that the model is built with a domestic market in mind, even as it is technically available to anyone.

For the developer community, the practical question is how these models perform on real workloads rather than curated benchmarks. Kimi K3's agentic features, its million-token context, and its availability through both API and integrated products like Kimi Work and Kimi Code suggest Moonshot is targeting production use cases, not just leaderboards. Alibaba's Qwen3.8, once its open-weight release materializes, will likely face the same scrutiny.

Two models of this size arriving within days of each other, both claiming to be close to the best US systems, is a signal worth tracking. Whether the self-reported rankings hold up under independent evaluation will determine whether this week marks a genuine closing of the gap or simply a well-orchestrated announcement cycle. Either way, the models are available, the parameter counts are real, and the access model is open.