Schuyler Stacy2026-07-28

5 Best Chinese LLM Models in 2026: Which One Is Best for Coding?

Compare Kimi K3, GLM 5.2, Qwen3.7 Max, MiniMax M3 and DeepSeek V4 Pro for coding, cost, speed, 1M context and open-weight access.

5 Best Chinese LLM Models in 2026: Which One Is Best for Coding?

Ask which Chinese LLM is best in July 2026 and you can get five defensible answers. Kimi K3 leads the broad intelligence race. GLM-5.2 makes a stronger default for an open coding agent. Qwen3.7 Max is unusually fast for its capability tier. MiniMax M3 offers the best multimodal value. DeepSeek V4 Pro remains attractive for backend reasoning and MIT-licensed deployment.

That is the problem with a single leaderboard: it hides the decision you are actually trying to make.

July 28 update: Moonshot AI has released the full Kimi K3 weights, model card, technical report, and custom license. K3 remains our overall #1. GLM-5.2 remains the easier open-weight default for most coding teams because it is cheaper, smaller, and MIT-licensed; K3 now becomes the higher-capability open-weight option for teams that can support its infrastructure and license requirements.

TL;DR

  • Best Chinese LLM overall: Kimi K3
  • Best Chinese coding model for a long-running agent: GLM-5.2
  • Best fast hosted model: Qwen3.7 Max
  • Best value and multimodal option: MiniMax M3
  • Best lower-cost MIT option for backend reasoning: DeepSeek V4 Pro

If I had to choose one model for a new self-hosted coding agent, I would still start with GLM-5.2. It does not win every benchmark, but its combination of long-horizon coding, 1M context, fast generation, lower operating cost, and MIT license makes it the less restrictive default.
Kimi K3 is the more capable overall model, and its weights are now available. It is also considerably more expensive through an API and far heavier to self-host.

Table of contents

The Best Chinese LLM Models at a Glance

Rank Model Best for Independent intelligence score Context Inputs Weight status GPT Proto price per 1M tokens
1 Kimi K3 Overall intelligence, frontend and visual coding 57 1M Text, image, video through the hosted service Open weights, custom Kimi K3 License; about 1.56 TB $2.70 input / $13.50 output
2 GLM-5.2 Long-running coding agents and commercial self-hosting 51 1M Text Open weights, MIT $1.26 / $3.96
3 Qwen3.7 Max Fast hosted reasoning and coding 46 1M Text Proprietary $0.36 / $1.44
4 MiniMax M3 Low-cost multimodal development 44 1M Text, image, video Open weights, MiniMax Community License $0.48 / $0.96
5 DeepSeek V4 Pro Backend reasoning, STEM and private deployment 44 1M Text Open weights, MIT $1.39 / $2.78

The independent scores come from the current Artificial Analysis Intelligence Index, which combines nine evaluations covering coding, terminal work, knowledge, mathematics and reasoning. It is broader than a coding-only leaderboard, so it should be treated as one signal rather than a final verdict. See the Artificial Analysis methodology and current model results.

Prices are GPT Proto rates checked on July 20, 2026. They may change.

How We Ranked the Chinese LLM Models

A “best Chinese LLM model” ranking based only on total parameters would put Kimi K3 first and end the discussion. That would not help a developer choose a model.

We considered five questions instead:

  1. How does the model perform in independent evaluations rather than only its developer’s benchmarks?
  2. Can it sustain repository-scale coding and repeated tool use?
  3. How fast and expensive is it when accessed through an API?
  4. Does it accept screenshots, diagrams or other visual input?
  5. Can a company download, modify and commercially deploy its weights?

The last distinction matters. “Open,” “open weight,” and “open source” do not always grant the same rights. GLM-5.2 and DeepSeek V4 Pro use the permissive MIT license. MiniMax M3 publishes weights under its Community License. Qwen3.7 Max is proprietary. Kimi K3 now publishes its full weights under the custom Kimi K3 License, which permits broad use and modification but adds conditions for large Model-as-a-Service businesses and very large commercial products.

1. Kimi K3: Best Chinese LLM Overall

Moonshot AI built Kimi K3 for coding, knowledge work and reasoning tasks that may continue across many tool calls. Its headline specification is hard to miss: 2.8 trillion total parameters, a 1M-token context window and native understanding of text, images and video.

The architecture is more interesting than the raw size. Kimi K3 uses Kimi Delta Attention and Attention Residuals, activating 16 of its 896 experts for each token. That lets Moonshot scale the model without paying the full compute cost of a dense 2.8T-parameter model on every step. Moonshot’s Kimi K3 guide explains the architecture and context window.

Kimi K3 currently scores 57 on the Artificial Analysis Intelligence Index, ahead of the other four models in this list. It is also the only model here that combines that level of general reasoning with native visual input. That makes it particularly relevant for:

  • Debugging a frontend from screenshots and runtime logs
  • Rebuilding an interface from a visual reference
  • Navigating a large repository over a long agent session
  • Combining technical documents, diagrams and code
  • Repeatedly testing and revising an application

There are three substantial trade-offs.

First, price. On GPT Proto, output costs $13.50 per million tokens. That is more than three times GLM-5.2's output rate and over fourteen times MiniMax M3's. A long agent can produce a lot of tokens while planning, editing, reviewing test results, and trying again.
Second, infrastructure. The full K3 weights are now public, but the repository is about 1.56 TB. Moonshot recommends supernode deployments with 64 or more accelerators. This is an open-weight model for infrastructure teams, not a laptop download.
Third, license. Kimi K3 is not MIT. Its custom license broadly allows use, modification, fine-tuning, and deployment, but adds conditions for large Model-as-a-Service businesses and very large commercial products. Legal review belongs in the deployment plan.

Verdict: Choose Kimi K3 when the task is difficult enough to justify the higher API bill or when access to a frontier open-weight checkpoint matters. Keep GLM-5.2 as the simpler open-weight default for routine coding agents.

2. GLM-5.2: Best Chinese Coding Model for Long-Running Agents

GLM-5.2 is the model I would start with for a serious coding agent.

Z.ai trained it specifically for long-horizon tasks rather than treating coding as another chat capability. It is a 753B-parameter Mixture-of-Experts model with about 40B parameters active per token, a 1M-token context window, native tool calling and MIT-licensed weights. Z.ai’s GLM-5.2 announcement describes its long-horizon positioning.

On the Artificial Analysis Intelligence Index, GLM-5.2 scores 51. More importantly for interactive development, independent measurements place its output speed near 200 tokens per second. That is considerably faster than MiniMax M3 and DeepSeek V4 Pro in the same dataset.

The combination suits work such as:

  • Repository-wide refactoring
  • Multi-file debugging
  • Long terminal and test loops
  • Migration work that spans code, configuration and documentation
  • Commercial self-hosting or fine-tuning

The MIT license is a real advantage. A team can inspect the weights, host the model inside its own environment and adapt it without negotiating a proprietary per-seat agreement.

The cost is that GLM-5.2 is text-only. It cannot inspect a broken layout screenshot or reason directly over a design reference. Independent testing also finds it relatively verbose. Fast generation helps, but unnecessary output still increases the bill.

At $1.26 per million input tokens and $3.96 per million output tokens on GPT Proto, GLM-5.2 is not the cheapest model in this list. It is the most balanced open model for a coding agent.

Verdict: Use GLM-5.2 as the default when you need an agent to stay on task across a large repository. Switch elsewhere when visual input or the lowest possible token cost matters more.

3. Qwen3.7 Max: Best for Fast Hosted Coding Workloads

Qwen3.7 Max is Alibaba’s proprietary agent model. It provides a 1M-token context window, up to 65,536 output tokens and extended reasoning for coding and long-running execution. Unlike Qwen3.7 Plus, Max is text-only. Alibaba’s Qwen3.7 announcement positions Max as an agent foundation model.

Its most useful advantage is speed.

Artificial Analysis currently measures Qwen3.7 Max at about 204 output tokens per second, compared with roughly 65 for DeepSeek V4 Pro. It also scores 46 on the Intelligence Index, slightly ahead of both MiniMax M3 and DeepSeek V4 Pro.

The GPT Proto rate makes the model more interesting: $0.36 per million input tokens and $1.44 per million output tokens. That puts it close to MiniMax M3 on a realistic coding task while offering higher independent general-intelligence results.

Qwen3.7 Max fits:

  • Fast code review
  • Multi-file text-only refactoring
  • Agent tasks where response time affects user experience
  • High-volume hosted workloads
  • Teams that want a strong API model without managing weights

The trade-off is control. Qwen3.7 Max is closed weight, so you cannot deploy it in a private cluster or fine-tune the base weights yourself. It also lacks Kimi K3 and MiniMax M3’s visual inputs.

There is also a freshness issue. Alibaba has already announced Qwen3.8 Max. Until that newer model has stable documentation, pricing and independent results, replacing a working Qwen3.7 integration would be premature.

Verdict: Qwen3.7 Max is the best choice here when hosted speed and low API cost matter more than self-hosting or multimodal input.

4. MiniMax M3: Best Value Chinese LLM for Multimodal Development

MiniMax M3 is easy to underestimate if you look only at its score of 44.

The model has approximately 428B total parameters and 23B active parameters, yet supports a 1M-token context and native text, image and video input. MiniMax Sparse Attention reduces attention compute at the full context length to roughly one-twentieth of the previous generation. MiniMax reports ninefold faster prefill and fifteenfold faster decoding than M2 at 1M context. The official MiniMax M3 model card contains the architecture and speed figures.

That makes MiniMax M3 a practical option for:

  • Reading repository diagrams and UI screenshots alongside code
  • Long-document and code analysis
  • Multimodal bug triage
  • High-volume coding subtasks
  • Agents that need a long context without Kimi K3’s output price

On GPT Proto, the model costs $0.48 per million input tokens and $0.96 per million output tokens. It is the cheapest output model in this comparison.

The weights are downloadable, but there is a legal distinction worth preserving: MiniMax M3 uses the MiniMax Community License, not MIT. Open weights do not automatically mean unrestricted commercial use. A company planning to redistribute, fine-tune or self-host the model should review the license rather than relying on the word “open.”

On GPT Proto, text calls use the main MiniMax M3 endpoint. Image and file inputs are available through its dedicated image-to-text route under the same account.

Verdict: MiniMax M3 is the strongest cost-to-capability choice in the list. Pick it when you need multimodal input or expect to run a large number of agent subtasks.

5. DeepSeek V4 Pro: Best MIT Model for Backend Reasoning

DeepSeek is no longer the automatic answer to “What is the best Chinese coding model?” The competition moved.

DeepSeek V4 Pro is still a serious option. It is a 1.6T-parameter Mixture-of-Experts model with 49B active parameters, a 1M-token context window and MIT-licensed weights. It supports non-thinking, high-reasoning and maximum-reasoning modes through one model family. DeepSeek announced V4 Pro and V4 Flash in April 2026.

Its Artificial Analysis Intelligence Index score is 44, level with MiniMax M3 but below Qwen3.7 Max, GLM-5.2 and Kimi K3. Its output speed is also lower at about 65 tokens per second.

Why keep it in the top five?

DeepSeek V4 Pro remains well suited to text-heavy backend work:

  • Algorithm and data-structure problems
  • STEM reasoning
  • Backend regressions
  • Test generation and repair
  • Private deployments that require a permissive license
  • Output-heavy agent workflows where it is cheaper than GLM-5.2

On GPT Proto, it costs approximately $1.39 per million input tokens and $2.78 per million output tokens. GLM-5.2 has slightly cheaper input, but DeepSeek is cheaper on output.

Verdict: DeepSeek V4 Pro is no longer the broad winner, but it remains one of the better choices for backend reasoning when MIT-licensed deployment and predictable output cost matter.

One Real Coding Task, Five Different Choices

Consider a more realistic task than asking each model to build a to-do app:

A TypeScript SaaS application starts failing intermittently during its OAuth callback after an authentication-library upgrade. The coding agent must inspect the repository, trace the callback and session flow, identify the regression, change the implementation, add a failing test, run the suite and prepare a pull-request summary.

A useful initial instruction might look like this:

Investigate the OAuth callback regression in this repository.

Before editing:
1. Map the callback, session and token-refresh paths.
2. Identify the library upgrade that changed the behavior.
3. Reproduce the failure with a test.
4. Propose the smallest safe patch.

After editing:
1. Run the relevant unit and integration tests.
2. Report every file changed.
3. Explain remaining risks.
4. Do not claim success unless the tests pass.

The best model changes with the evidence and environment:

Stage Recommended model Why
Read a large monorepo and maintain a long tool loop GLM-5.2 Strong long-horizon coding, fast generation and 1M context
Inspect screenshots, browser state and code together Kimi K3 Highest overall score plus native visual input
Perform a fast first-pass code review Qwen3.7 Max High output speed and low hosted price
Process screenshots and repeated subtasks on a budget MiniMax M3 Native multimodality with the lowest output rate
Analyze backend logic in a private environment DeepSeek V4 Pro MIT weights, selectable reasoning and strong STEM positioning

This is why I would not route every step to one model. A practical agent can use Qwen3.7 Max or MiniMax M3 for initial triage, escalate a difficult repository-wide fix to GLM-5.2, and reserve Kimi K3 for tasks that need visual reasoning.

What Would the Same Coding Task Cost?

Suppose the OAuth task consumes:

  • 100,000 uncached input tokens
  • 20,000 output tokens

Using the listed GPT Proto rates, the first-pass model cost would be:

Model Approximate cost
Kimi K3 $0.54
GLM-5.2 $0.21
Qwen3.7 Max $0.06
MiniMax M3 $0.07
DeepSeek V4 Pro $0.19

For example, the Kimi K3 calculation is:

(0.1 × $2.70) + (0.02 × $13.50) = $0.54

This is not a claim that Qwen or MiniMax will solve the task for six cents. It is first-pass token arithmetic. If a cheaper model produces an incorrect patch and needs three retries, its real cost and completion time rise. Caching, reasoning modes, tool output and the number of agent turns also change the final bill.

The useful metric is not price per token. It is cost per accepted fix.

Why the Benchmark Winner May Not Be the Best Coding Agent

A coding model does not inspect files, execute commands or merge a patch by itself. The agent around the model controls:

  • Which repository files enter the context
  • How search results and terminal output are presented
  • Whether edits use exact patches or rewritten files
  • When tests are executed
  • What happens after a failed command
  • Whether the model can verify its own work
  • How much context is preserved between turns

Put the same model inside two different agent systems and you can get very different results.

The 1M-token context shared by all five models creates another trap. One million tokens is capacity, not a recommendation to paste the entire repository into every request. Irrelevant generated files, dependency code and old logs can distract the model while increasing latency and cost.

A better coding agent retrieves relevant files first, keeps stable instructions near the beginning, summarizes old tool output and expands the context only when the investigation requires it.

One sentence version: choose the model and the agent together.

Which Chinese Coding Model Should You Use?

Choose Kimi K3 if you want the highest current overall capability, the task includes visual evidence or long reasoning, and you either prefer a hosted API or can support a 1.56 TB open-weight deployment. Review the custom license before building a commercial Model-as-a-Service product around it.

Choose GLM-5.2 if you are building a long-running coding agent and want the best balance of capability, speed, context, cost, and permissive deployment. Its MIT license and smaller footprint still make it my default self-hosted recommendation.

Choose Qwen3.7 Max if you want a fast, inexpensive hosted model and do not need downloadable weights or image input.

Choose MiniMax M3 if cost and multimodality matter. It is particularly attractive for high-volume development workflows that mix screenshots, files and code.

Choose DeepSeek V4 Pro if the work is backend-heavy and you want an MIT-licensed model that can run in your own infrastructure.

There is no permanent winner. Model releases are moving too quickly for that. What you can build is a routing layer that lets the winner change without forcing an application rewrite.

How to Call These Chinese LLM Models Through One API

GPT Proto exposes the five models through the same OpenAI-compatible chat endpoint. Here is a cURL request using GLM-5.2:

curl --location 'https://gptproto.com/v1/chat/completions' \
  --header 'Authorization: YOUR_GPTPROTO_API_KEY' \
  --header 'Content-Type: application/json' \
  --data '{
    "model": "glm-5.2",
    "messages": [
      {
        "role": "system",
        "content": "You are a senior software engineer. Separate confirmed evidence from hypotheses and never claim a test passed unless you saw its output."
      },
      {
        "role": "user",
        "content": "An OAuth callback began failing after an authentication-library upgrade. Return a JSON object with diagnosis_questions, files_to_inspect, likely_failure_modes, and test_plan."
      }
    ],
    "stream": false
  }'

To try another model, change the model value:

Model Model string
Kimi K3 kimi-k3
GLM-5.2 glm-5.2
Qwen3.7 Max qwen3.7-max
MiniMax M3 MiniMax-M3
DeepSeek V4 Pro deepseek-v4-pro

Capitalization matters for MiniMax-M3.

You can compare the wider GPT Proto model collection or check the current pay-as-you-go pricing before routing production traffic.

Creative Studio

Generate image, video, and more with production APIs.

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

Frequently Asked Questions

What is the best Chinese LLM model in 2026?

Kimi K3 currently has the highest independent overall score among the five models compared here. However, GLM-5.2 is the more balanced default for a coding agent because it combines strong performance, fast generation, a 1M context window and MIT-licensed weights.

What is the best Chinese coding model in 2026?

GLM-5.2 is our best overall recommendation for long-running coding agents. Kimi K3 is better when the task includes screenshots, frontend output or other visual inputs. MiniMax M3 is the better budget choice.

Is DeepSeek still the best Chinese coding model?

Not automatically. Kimi K3 and GLM-5.2 now lead DeepSeek V4 Pro on broader independent intelligence scoring, while Qwen3.7 Max is faster and MiniMax M3 is cheaper. DeepSeek remains competitive for backend reasoning and MIT-licensed private deployment.

Are Chinese LLM models open source?

Some are proprietary, while others publish weights under different licenses. GLM-5.2 and DeepSeek V4 Pro use MIT. MiniMax M3 uses a custom Community License. Kimi K3 now publishes full weights under the custom Kimi K3 License. Compare the actual license, not the word “open.”

Can these Chinese coding models run locally?

“Downloadable” does not mean “laptop-sized.” Kimi K3's official repository is about 1.56 TB and Moonshot recommends 64 or more accelerators. Smaller or more aggressively quantized models may fit private clusters more easily, but every deployment still needs a memory, throughput, and license calculation.

Can I use a Chinese coding model with Claude Code or Cline?

Clients that accept a custom OpenAI-compatible base URL can generally connect through the GPTProto chat endpoint. Claude Code uses the Anthropic request format, so compatibility should be checked for the specific model and route before deployment. GLM-5.2, Qwen3.7 Max and DeepSeek V4 Pro advertise Anthropic-compatible access.

What is the newest Chinese LLM model?

Kimi K3 is the newest fully documented model in this five-model comparison. Alibaba has since announced Qwen3.8 Max, but it was too new to include in a like-for-like evaluation at the time of publication.

Related Articles

More Blogs
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

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

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.

Michael Johnson | 2026-07-28

How to Use GLM-5.2 for Your Coding Agent Without Wasting the 1M Context

How to Use GLM-5.2 for Your Coding Agent Without Wasting the 1M Context

Connecting GLM-5.2 to a coding agent takes a few minutes. Giving it enough context to fix a repository without letting it wander is the harder part. That distinction matters. A model can write a clean function in a chat window and still fail a real engineering task because it edits the wrong layer, breaks an API contract, skips the test suite, or spends half its context reading generated files. GLM-5.2 is designed for longer, tool-driven coding work, but the model still needs a disciplined agent workflow around it. This guide covers three practical routes: using GLM-5.2 with Claude Code, calling the GLM-5.2 API on GPTProto from an OpenAI-compatible agent, and running the open weights locally. It then shows how to scope a repository-level task, manage the 1M-token context, verify changes, and estimate the actual token cost. TL;DR Use Claude Code with Z.ai's Anthropic-compatible endpoint if you already work in that terminal agent. Use GPTProto's OpenAI-compatible endpoint for Cline, OpenCode, a custom agent, or an application that already uses the OpenAI SDK. Do not send an entire monorepo by default just because GLM-5.2 accepts up to 1M tokens. Start with a repository map, the relevant files, constraints, and test commands. Use High reasoning for routine investigation and Max for ambiguous, multi-file work where a wrong plan would be expensive. Treat the agent's change as untrusted until it passes the repository's build, lint, type checks, and tests. Run locally only when privacy, control, or sustained usage justifies serious infrastructure. “Open weights” does not mean “laptop-sized.”

Schuyler Stacy | 2026-07-17

MiniMax M3 vs DeepSeek V4 Pro: Price, Benchmarks, and Which One to Actually Use

MiniMax M3 vs DeepSeek V4 Pro: Price, Benchmarks, and Which One to Actually Use

TL;DR — These are the two open-weight Chinese models everyone is comparing right now, and the honest answer is that they barely compete. DeepSeek V4 Pro is a pure-text algorithmic specialist: it posts the highest SWE-bench Verified score of any open-weight model (80.6%) and its native token economics are hard to beat, especially on cache hits. MiniMax M3 is a natively multimodal generalist: it reads images and video, not just text, and it ranks second on Artificial Analysis's cross-model intelligence index. If your workload is text, code, and logs, and you care about cost per token, take DeepSeek V4 Pro. If your agent needs to look at a screenshot, a design mock, or a screen recording, take M3 — DeepSeek can't do that at any price. Both now ship open weights and both run a 1M-token context window, so this isn't the "one has to lose" fight most comparison pages frame it as.

Tiffany Layne | 2026-07-01