Illustratie: Open-weight models from China: the state of play in July 2026
Share:๐•LinkedInRedditFacebookCopy link

Compiled by the llmnet.nl editorial team with AI assistance ยท Last updated: July 27, 2026

Open-weight models from China: the state of play in July 2026

Published on July 24, 2026 ยท By the editors of AI-Radar

The landscape of open-weight language models is developing at a breakneck pace in the summer of 2026. Particularly from China, we are seeing a stream of releases challenging the established order. For indie developers building their own AI agents, automating workflows via tools like n8n, and maintaining their own homelab, this wave brings both opportunities and infrastructural challenges.

The common thread this month is clear: the absolute top models are simply becoming too large to run locally on consumer hardware or a modest home server. Models with parameters in the trillions (T) require a strategic shift. Instead of trying to host everything locally, the best practice for indie stacks is shifting toward deploying a local LLM gateway like LiteLLM, paired with external API providers that offer these open-weight giants at highly competitive rates. This allows you to maintain control over your agent logic and workflow orchestration while benefiting from the computing power of the latest frontier models.

Key releases and signals

Moonshot is about to release the full weights of Kimi K3 under a modified MIT license on July 27. This model, boasting a massive 2.8 trillion (T) parameters, has claimed first place in the Frontend Code Arena, outperforming established names like GLM-5.2 and GPT-5.6 Sol.

Why this is relevant: For developers building coding agents, this is a significant step forward. Due to its size, self-hosting on an average home server is unrealistic. However, the model becomes immediately interesting as soon as it becomes available through API providers and can be integrated into your local gateway.

Signal: high Action: watch kimi moonshot coding api

With V4-Flash, DeepSeek has released an MIT-licensed Mixture-of-Experts (MoE) model. With a total of 284 billion parameters, of which only 13 billion are active per token, and a context window of 1 million tokens, this model is optimized for speed and efficiency. Scoring 79.0% on SWE-bench Verified, it is one of the most capable open-weight models for software engineering.

Why this is relevant: This is currently the most concrete choice for active agentic pipelines. Thanks to the low active parameter count, API costs (approximately $1.74 per million input tokens and $3.48 per million output tokens for the Pro version) are extremely low. This makes it the ideal engine for complex, long-running agent workflows controlled via a local gateway.

Signal: high Action: build deepseek mit agentic litellm

With GLM-5.2, Zhipu has released a 744B MoE model (of which ~40B are active) under an MIT license on Hugging Face. The model excels in reasoning tasks with a score of 91.2% on GPQA Diamond and 62.1% on SWE-bench Pro. In the community, it is frequently labeled as one of the best all-round open-source LLMs at the moment.

Why this is relevant: Just like DeepSeek V4, the MoE architecture ensures that operational costs with API providers remain low. It is an excellent alternative or backup model in your routing setup for tasks that require deep logical reasoning.

Signal: medium-high Action: idea glm zhipu mit litellm

Alibaba previewed Qwen 3.8-Max at the World Artificial Intelligence Conference (WAIC) in Shanghai. This sparse MoE model of 2.4 trillion parameters is fully multimodal and, according to initial claims, performs just below commercial giants like Claude Fable 5. Alibaba has promised to release the weights "soon."

Why this is relevant: Although the performance is impressive, the weights are not yet available at this time, and the licensing structure is unknown. This is a model to watch closely, but not yet to include in active workflows.

Signal: medium Action: watch qwen alibaba multimodal preview

For those who still prefer a fully local setup without dependency on external APIs, the smaller Qwen 3.6 variants (27B and 35B) offer a solution. Optimized for Apple Silicon via MLX, these models achieve 16 to 72 tokens per second, respectively.

Why this is relevant: These are among the few recent Chinese models that actually fit locally on consumer hardware. Keep in mind, however, that for a comfortable workflow with larger contexts, you will quickly need 64GB+ of unified memory. For lighter hardware, local inference of this size is often just too heavy, meaning the API route remains preferred.

Signal: low-medium Action: watch qwen mlx self-host

How can you use this?

The trend is unmistakable: the line between 'open-weight' and 'locally runnable' has definitively blurred. The most powerful open-weight models are simply too large for a standard homelab. As an indie developer, you now get the most return on your setup by focusing on smart orchestration instead of heavy local hardware.