← BACK TO HOME — Simon Willison — 进阶
模型公司 · ANALYSIS · IMPACT 7/10

Kimi K3, and what we can still learn from the pelican benchmark

Kimi K3 debuts with 2.8T parameters and a premium price tag, challenging the stereotype that Chinese models must be cheap, while its SVG generation skills reveal a new dimension in AI evaluation.

KEY POINTS
  • Kimi K3 becomes the largest open-weight model to date, rivaling top closed-source models across benchmarks
  • Its pricing breaks the mold, matching Claude Sonnet's rates and abandoning the low-cost strategy typical of Chinese models
  • Simon Willison's 'pelican riding a bicycle' SVG test reveals impressive complex generation capabilities, but at a significant token cost
  • Chinese AI labs are shifting from 'value-first' to 'capability-first,' marking a new phase in the open vs. closed model race
ANALYSIS

While Silicon Valley obsesses over benchmark leaderboards, Simon Willison once again deploys his secret weapon: a pelican riding a bicycle. This seemingly whimsical SVG test unexpectedly measures the depth of Kimi K3.

This morning, Moonshot AI officially released their 'most capable model to date,' Kimi K3 — boasting 2.8 trillion parameters, currently the largest open-weight model, with a bold promise to open-source it by July 27. Even more intriguing is its pricing: $3 per million input tokens and $15 per million output tokens, squarely matching Anthropic's Claude Sonnet series and making it the most expensive Chinese large model ever. For developers accustomed to 'Chinese models = cheap,' this is a cognitive jolt.

Seeing Models Through the Pelican Lens Willison's instruction to 'generate an SVG of a pelican riding a bicycle' tests more than code generation; it probes the model's comprehensive understanding of complex constraints, proportions, and detailed depiction. K3 delivered an impressive result: a finely constructed bicycle and a vividly endearing pelican with expressive wings. Yet this creation consumed 16,658 output tokens (nearly 80% being reasoning tokens) and cost 25 cents. This prompts a crucial question: In evaluating large models, do we over-rely on numerical benchmarks while ignoring the real-world cost and trade-offs? K3 illustrates that top-tier generative capability often carries a heavy computational price, which is now being passed from labs to paying users.

The 'Upward Leap' of Chinese Large Models After DeepSeek rocked the market with 1.6T parameters and extraordinary cost-efficiency, Kimi K3 chose a bolder path: use more parameters and higher precision to confront GPT-5.5 and Claude Opus 4.8 head-on. Although it still trails the multimodal Fable 5 in some composite benchmarks, K3 has quietly claimed the top spot in vertical domains like front-end code generation. This reveals a deeper trend: Chinese AI labs are no longer content with 'good enough' budget models; they are shaping brand premiums through technological spillover and marching up the value chain.

Meanwhile, K3's promise to open-source within two weeks continues the Chinese camp's 'open' ethos. This move not only attracts a global developer ecosystem but strategically pushes the open-source versus closed-source contest to a boiling point. When model capabilities approach those of closed rivals while offering superior transparency and customizability, the commercial landscape is bound to shift.

Three Practical Takeaways for Developers

  1. Don't worship benchmarks. As the pelican test shows, real task performance, output style, and consistency are far more telling than an abstract Elo score. Run blind horizontal trials in your specific scenario.
  2. Calculate costs dynamically. K3's price may seem high, but if it completes a task with fewer output tokens, the actual cost might not surpass a cheaper model. Conversely, for long-chain reasoning, watch out for hidden reasoning token consumption.
  3. Mix models strategically. Use top models for core code generation or high-value analysis, and delegate routine queries to more lightweight, cheaper models. This maintains quality without losing control over the bill.

Kimi K3 may not instantly overhaul your tech stack, but it signals a paradigm shift: Chinese large models are shedding the 'low-cost alternative' label, staking a claim on the global AI chessboard with bolder pricing and a more open posture. And that pelican? It's just a humorous footnote in this unfolding saga.

Analysis by BitByAI · Read original

Originally from Simon Willison · Analyzed by BitByAI