Schuyler Stacy2026-07-28

2026 年 5 個最佳中國大型語言模型:哪一個最適合程式設計?

比較 Kimi K3、GLM 5.2、Qwen3.7 Max、MiniMax M3 與 DeepSeek V4 Pro 在程式設計、成本、速度、100 萬上下文及開放權重存取方面的表現。

2026 年 5 個最佳中國大型語言模型:哪一個最適合程式設計?

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.

目錄

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.

創意工作室

使用生產級 API 生成圖像、影片及更多內容。

開始創作
創意工作室
相關模型
全部模型
MoonshotAI
10% OFF
Z-AI
by Z-AI
10% OFF
Qwen
by Qwen
10% OFF
MiniMax
20% OFF

常見問題

2026 年最佳的中國大型語言模型是哪一個?

在這五個模型中,Kimi K3 目前擁有最高的獨立整體評分。不過,GLM-5.2 是更均衡的程式設計代理預設選項,因為它結合了強大的效能、快速生成、100 萬上下文視窗及 MIT 授權權重。

2026 年最佳的中國程式設計模型是哪一個?

GLM-5.2 是我們對長時間執行程式設計代理的最佳整體推薦。如果任務包含螢幕截圖、前端輸出或其他視覺輸入,Kimi K3 更適合。若重視預算,MiniMax M3 是更好的選擇。

DeepSeek 仍是最佳的中國程式設計模型嗎?

不一定。Kimi K3 與 GLM-5.2 現在在更廣泛的獨立智慧評分中領先 DeepSeek V4 Pro,而 Qwen3.7 Max 更快、MiniMax M3 更便宜。DeepSeek 在後端推理及採用 MIT 授權的私有部署方面仍具競爭力。

中國大型語言模型是開源的嗎?

有些模型是專有模型,另一些則依不同授權發布權重。GLM-5.2 與 DeepSeek V4 Pro 採用 MIT 授權。MiniMax M3 採用自訂的 Community License。Kimi K3 現在依自訂的 Kimi K3 License 發布完整權重。請比較實際授權內容,而不要只看「開放」一詞。

這些中國程式設計模型可以在本機執行嗎?

「可下載」不代表「適合筆記型電腦」。Kimi K3 的官方儲存庫約為 1.56 TB,Moonshot 建議使用 64 個或更多加速器。較小或經過更積極量化的模型可能更容易放入私有叢集,但每次部署仍需要評估記憶體、吞吐量及授權。

我可以在 Claude Code 或 Cline 中使用中國程式設計模型嗎?

接受自訂 OpenAI 相容基礎 URL 的用戶端通常可以透過 GPTProto 聊天端點連線。Claude Code 使用 Anthropic 請求格式,因此在部署前應針對特定模型與路由確認相容性。GLM-5.2、Qwen3.7 Max 與 DeepSeek V4 Pro 均宣稱支援 Anthropic 相容存取。

最新的中國大型語言模型是哪一個?

Kimi K3 是這五個模型比較中最新且文件最完整的模型。Alibaba 此後已宣布 Qwen3.8 Max,但在發布時它仍太新,無法納入同等條件的評估。

相關文章

更多部落格
GLM-5.2 與 Kimi K3 程式設計比較:2026 年哪個更適合開發者?

GLM-5.2 與 Kimi K3 程式設計比較:2026 年哪個更適合開發者?

TL;DR: 當任務困難、執行時間長或涉及視覺內容時,Kimi K3 是更強的程式設計模型。在 Moonshot 公開的程式設計比較中,它全面領先 GLM-5.2,並可透過其託管服務接受圖片與影片。對於日常的儲存庫工作,GLM-5.2 仍是更好的預設選擇:成本低得多、運行規模較小,且採用寬鬆的 MIT 授權。Kimi K3 現在也已釋出權重,但其 1.56 TB 儲存庫、建議使用 64 個以上加速器的部署要求,以及自訂授權,意味著自行託管需要投入更多資源。當能力是瓶頸時選擇 Kimi;當成本與日常運營簡易性更重要時選擇 GLM。 GLM-5.2 與 Kimi K3 程式碼比較中有趣的地方,不在於兩個模型都能撰寫 React 元件或解決簡短演算法。這個層級的模型早已具備這些能力。真正有用的問題是,當任務變得複雜時會發生什麼:儲存庫稽核、多檔案遷移、只會在螢幕截圖中出現的錯誤,或必須讓多個系統保持一致的可遊玩 Three.js 原型。 這也是價格差異開始產生影響的地方。Kimi K3 在最困難的公開測試中表現較佳,但其官方輸出價格超過 GLM-5.2 的三倍。每天執行數千次普通審查的團隊,使用 GLM 可能能以每美元完成更多工作。試圖挽救一個棘手視覺專案的開發者,則可能很樂意為 K3 買單。

Tiffany Layne | 2026-07-28

Kimi K3 是什麼?真的接近 GPT-5.6 與 Fable 5 嗎?

Kimi K3 是什麼?真的接近 GPT-5.6 與 Fable 5 嗎?

TL;DR Kimi K3 是 Moonshot AI 推出的 2.8 兆參數多模態模型,專為長時間跨度的程式設計、知識工作、推理與代理工作流程打造。獨立測試顯示,它整體表現接近 Claude Opus 4.8 與 GPT-5.5,但 GPT-5.6 Sol 和 Claude Fable 5 仍然領先。K3 在代理基準測試中更加接近頂尖模型,並在部分自動化測試中取得領先,但其測得的幻覺率較 K2.6 上升。 Kimi K3 現已開放權重。Moonshot AI 已發布完整模型檢查點、模型卡、技術報告與自訂 Kimi K3 License。官方 Hugging Face 儲存庫由 96 個 safetensors 分片組成,容量約 1.56 TB;Moonshot 建議使用配備 64 個以上加速器的超級節點部署。開放權重解決了所有權問題,但並不代表 K3 成為一般的本地模型。 對大多數開發者而言,託管 API 仍是最實際的起點。目前, GPTProto 上的 Kimi K3 API 列出的價格為每百萬個輸入 token 2.70 美元,以及每百萬個輸出 token 13.50 美元。當資料控管、自訂推論或模型修改的價值足以抵銷基礎設施成本與授權審查時,再選擇模型權重。 簡而言之,Kimi K3 已足夠接近 GPT-5.6 和 Fable 5,足以加入同一場討論—而如今開放權重的發布,也讓開發者擁有一個這兩個閉源模型都不提供的部署選項。

Michael Johnson | 2026-07-28

如何在不浪費 1M 上下文的情況下將 GLM-5.2 用於您的程式碼代理

如何在不浪費 1M 上下文的情況下將 GLM-5.2 用於您的程式碼代理

將 GLM-5.2 連接至程式碼代理只需幾分鐘。讓它取得足夠的上下文來修復儲存庫,同時避免它漫無目的地探索,才是較困難的部分。 這項區別很重要。模型可以在聊天視窗中撰寫乾淨的函式,卻仍可能因為修改了錯誤層級、破壞 API 合約、跳過測試套件,或花費一半上下文閱讀產生檔案,而無法完成真正的工程任務。GLM-5.2 是為較長時間、以工具驅動的程式碼工作而設計,但模型周圍仍需要嚴謹的代理工作流程。 本指南涵蓋三種實用方式:使用 GLM-5.2 搭配 Claude Code、從相容 OpenAI 的代理呼叫 GPTProto 上的 GLM-5.2 API ,以及在本機執行開放權重版本。接著,我們將說明如何界定儲存庫層級的任務、管理 1M token 上下文、驗證變更,以及估算實際 token 成本。 重點摘要 如果您已經在使用該終端機代理,請搭配 Z.ai 的 Anthropic 相容端點使用 Claude Code。 對於 Cline、OpenCode、自訂代理,或已使用 OpenAI SDK 的應用程式,請使用 GPTProto 的 OpenAI 相容端點。 不要因為 GLM-5.2 接受最多 1M token,就預設傳送整個 monorepo。請先從儲存庫地圖、相關檔案、限制條件與測試指令開始。 一般調查使用 High 推理;對於計畫錯誤代價高昂的模糊、多檔案工作,使用 Max。 在代理的變更通過儲存庫的建置、lint、型別檢查與測試之前,請將其視為不受信任。 只有在隱私、控制權或持續使用足以 оправ justify 嚴格的基礎架構時,才在本機執行。「開放權重」不代表「適合筆記型電腦」。

Schuyler Stacy | 2026-07-17

MiniMax M3 與 DeepSeek V4 Pro:價格、基準測試,以及實際該使用哪一個

MiniMax M3 與 DeepSeek V4 Pro:價格、基準測試,以及實際該使用哪一個

重點摘要 — 這是目前大家都在比較的兩款中國開放權重模型,而誠實的答案是:它們幾乎不是競爭關係。DeepSeek V4 Pro 是純文字演算法專家:它在所有開放權重模型中拿下最高的 SWE-bench Verified 分數(80.6%),而且原生 token 經濟效益很難超越,尤其是在快取命中的情況下。MiniMax M3 則是原生多模態通才:它不只能讀取文字,也能讀取圖片與影片,並且在 Artificial Analysis 的跨模型智慧指數中排名第二。如果你的工作負載是文字、程式碼和日誌,而且在意每個 token 的成本,請選擇 DeepSeek V4 Pro。 如果你的代理程式需要查看螢幕截圖、設計稿或螢幕錄影,請選擇 M3 — DeepSeek 無論價格多低都做不到這件事。兩者現在都提供開放權重,也都支援 1M token 的上下文視窗,因此這並不是大多數比較頁面所描述的「其中一方必須落敗」之戰。

Tiffany Layne | 2026-07-01