跪拜 Guibai
← All articles
LLM · AI Programming · Artificial Intelligence

DeepSeek V4, Kimi K3, and GLM-5.2 Narrow the Gap with GPT and Claude

By Shepherd ·
Read original on juejin.cn ↗ Google Translate ↗ Alt translation

A developer choosing between GPT, Claude, and Chinese models now faces a genuine trade-off rather than an obvious quality gap. The decision hinges on per-task cost, context length, vision needs, and which Agent harness the model is paired with, not on a simple "smarter or dumber" ranking.

Summary

DeepSeek V4 Pro and Flash, Kimi K3, and GLM-5.2 have all posted scores between 51 and 57 on the Artificial Analysis Intelligence Index v4.1.1, putting them within 3 to 9 points of the top-ranked Claude and GPT models. Kimi K3 brings 2.8 trillion parameters, native vision, and a 1-million-token context window. DeepSeek V4 Flash lands at the intersection of strong capability and extreme cost efficiency, with cache-hit input priced at just 0.02 RMB per million tokens before an upcoming peak/off-peak pricing change on August 17.

The GLM Coding Plan has fully reopened subscriptions after a long period of limited availability, but monthly prices have jumped between 130% and 261% across its three tiers. The new plans also introduce peak-hour consumption multipliers and a weekly resource pool, making cost calculations more complex for heavy Agent users.

Model selection now depends less on raw benchmark rankings and more on how a specific model, harness, and prompt interact on a real task. A single bad conversation proves little, but reproducible results across different models on the same job reveal which one fits a given budget and workflow.

Takeaways
Kimi K3 scored 57 on the Artificial Analysis Intelligence Index v4.1.1, three points behind Claude Fable 5 (max) and two behind GPT-5.6 Sol (max).
DeepSeek V4 Flash scored 52 on the same index while costing 0.02 RMB per million cache-hit input tokens, placing it near the intersection of strong capability and very low cost.
DeepSeek will switch to peak/off-peak pricing on August 17, 2026, with peak-hour output costs for V4 Pro reaching 27 RMB per million tokens.
GLM Coding Plan subscriptions are now fully open, but monthly prices rose 141% for Lite, 261% for Pro, and 130% for Max, and usage is now metered with peak-hour multipliers.
Kimi K3 offers native visual understanding and a 1M-token context window, making it suited for long tasks that mix text, screenshots, and documents.
Model capability cannot be judged by a single conversation; results vary with prompt clarity, context completeness, tool access, reasoning budget, and the specific Agent harness used.
Conclusions

Benchmark scores now place the best Chinese models within striking distance of GPT and Claude, but the real differentiator is cost structure, not raw intelligence. DeepSeek V4 Flash achieves a 52 on the same index where GPT-5.6 Sol scores 59, yet its cache-hit input price is a fraction of a cent, which changes the economics of high-frequency Agent workloads.

The GLM Coding Plan's price hike and peak-hour metering turn it from an impulse buy into a capacity-planning exercise. Heavy Claude Code or OpenCode users must now calculate weekly pool consumption against model-specific deduction coefficients and time-of-day rules, or risk burning through the quota.

Native vision in Kimi K3 closes a practical gap that benchmark scores alone don't capture. A model that can read a screenshot, a chart, and a codebase in one context window handles real debugging and documentation tasks that text-only models fumble, even if the text-only model scores higher on paper.

Agent harnesses are part of the score. A model's benchmark result depends on whether it ran under Kimi Code, Claude Code, or Codex, because the harness controls tool access, context management, and execution feedback. Comparing raw model scores without accounting for the harness is misleading.

Concepts & terms
Artificial Analysis Intelligence Index
A composite benchmark that aggregates nine evaluations including GPQA Diamond, Terminal-Bench 2.1, SciCode, and Humanity's Last Exam to produce a single capability score for large language models.
Agent Harness
The client or framework (e.g., Claude Code, Kimi Code, Codex) that connects a model to tools, manages context windows, and relays execution results. The harness itself influences benchmark scores because it determines what the model can do during a task.
Cache-hit input pricing
A discount applied when a model's input tokens match previously cached content, such as system prompts or repeated context. Frequent cache hits can drastically reduce the cost of long-running Agent tasks.
Peak/off-peak pricing
A time-based pricing model where API calls cost more during designated high-demand hours. DeepSeek's upcoming schedule defines peak as 9:00–12:00 and 14:00–18:00 Beijing time, with off-peak rates at half the peak price.
Native vision
A model architecture that processes images directly as part of its input, rather than relying on an external OCR or captioning step. This lets the model understand screenshots, charts, and document layouts within the same inference pass as text.
Source: juejin.cn ↗ Google Translate ↗ Backup ↗