Schuyler Stacy2026-07-28

Qwen 3.8 Max vs Kimi K3: Which Is Ready for Real Coding Work?

Compare Qwen 3.8 Max vs Kimi K3 for coding, API pricing, context, multimodal support, and open weights—and see which model is ready to deploy.

Qwen 3.8 Max vs Kimi K3: Which Is Ready for Real Coding Work?

Update — July 28, 2026: Moonshot AI has now published the full Kimi K3 weights, model card, custom license, and technical report. The release settles the availability question on Kimi's side. It does not make a 2.8T-parameter model easy to self-host: the official repository is about 1.56 TB, and Moonshot recommends supernode deployments with 64 or more accelerators.

 

Qwen 3.8 Max vs Kimi K3 looks like a clean contest between two giant Chinese AI models: Alibaba’s 2.4-trillion-parameter preview against Moonshot AI’s 2.8-trillion-parameter flagship. The numbers invite a simple conclusion. The larger model should win.

That is not what the available evidence shows, and it is not the most useful comparison for developers.

As of July 23, 2026, Qwen 3.8 Max is still a moving preview distributed through Alibaba’s Token Plan. Kimi K3 already has a documented API, published token prices, a 1M-token context window, and a dated plan for releasing its full weights. The capability gap may be narrow. The product-readiness gap is not.

My judgment is straightforward: Kimi K3 is the safer choice if you need to build and budget a real application today. Qwen 3.8 Max Preview is worth testing inside a coding workflow, especially while Alibaba’s promotional Credits make experimentation inexpensive, but it has not yet supplied enough stable information to win a production decision.

TL;DR: Kimi K3 Is the Safer Production Pick Today

Choose Kimi K3 if you need a conventional API, predictable per-token costs, native image and video understanding, or a model you can put behind a customer-facing product now. Choose Qwen 3.8 Max Preview if you already use Alibaba’s coding ecosystem and want to test a promising new model at a low promotional cost.

The only detailed matched coding test available at publication time gave Kimi K3 a score of 83 and Qwen 3.8 Max a score of 80. That three-point difference is useful evidence, not a universal ranking. Qwen showed cleaner system boundaries and flawless tool execution in the test; Kimi handled revision history and regeneration more completely. Both also made unsupported inferences that required factual correction.

In plain English: Kimi currently wins the deployment decision. Qwen has not lost the capability contest; it is simply too early to declare that it has won.

Table of contents

Qwen 3.8 Max vs Kimi K3 at a Glance

Category Qwen 3.8 Max Kimi K3
Current status qwen3.8-max-preview; may change during Preview or be replaced by a production version Released model with documented API access
Reported total parameters 2.4T 2.8T
Architecture details Active parameters and full MoE configuration not yet disclosed KDA, Attention Residuals, and Stable LatentMoE; 16 of 896 experts activated
Context window Not clearly disclosed on the current model product page 1,048,576 tokens
Documented inputs Text and images Text, images, and video
Reasoning Always on; low, high, or xhigh; default xhigh Always on; low, high, or max; default max
Current access model Alibaba Token Plan and supported coding or agent tools Conventional hosted API, Kimi products, and coding tools
Ordinary per-token price Not published $3/M fresh input and $15/M output at Moonshot’s current list rate
GPT Proto price Not yet available $2.70/M input and $13.50/M output
Open-weight status on July 28 Announced as coming “soon”; no public checkpoint, date, or license yet Full weights released in `moonshotai/Kimi-K3` under the custom Kimi K3 License
Self-hosting reality Cannot be assessed until Alibaba publishes the checkpoint and deployment guidance Technically available; the 1.56 TB repository and 64+ accelerator recommendation make it a data-center deployment, not a laptop model
Best current fit Low-cost Preview testing in supported coding workflows Production applications, multimodal agents, and costed coding workloads
Main risk Preview behavior, access terms, and commercial pricing may change Always-on reasoning can increase latency, output tokens, and long-session cost

Alibaba’s own Token Plan documentation says the Qwen Preview may be continually updated and later removed or replaced. Moonshot’s Kimi K3 announcement and API guide disclose substantially more about the model and its current interface.

Why This Is Not an Equal Comparison Yet

Qwen 3.8 Max Is Still a Moving Preview

Alibaba describes Qwen 3.8 Max as a 2.4T model, but the hosted model available today is specifically qwen3.8-max-preview. That suffix matters. Alibaba states that its capabilities may be upgraded throughout the Preview and that the endpoint may later be removed or replaced by a production version.

This makes every current benchmark a dated snapshot. A useful Qwen result should record the test date, endpoint, reasoning level, agent shell, tool permissions, and raw output. Without those details, two people may believe they tested the same model while actually receiving different Preview behavior.

The access terms also limit what developers can conclude from the low launch price. Alibaba’s Personal Token Plan currently offers Qwen 3.8 Max through a Credits-based subscription, but its official terms restrict the key to supported interactive coding and agent tools. Automation scripts, custom application backends, and non-interactive batch calls are prohibited on that plan.

So Qwen is callable. It is not yet a normal pay-as-you-go backend for a customer-facing app.

Kimi K3 Has Completed Its Open-Weight Release

Kimi K3 is now available in two forms: a conventional hosted API and a downloadable checkpoint. Moonshot AI has published the full weights in the official `moonshotai/Kimi-K3` repository, together with a model card, deployment guidance, a custom license, and the K3 technical report.

The release adds details that were unavailable when this comparison was first published. K3 has 104B activated parameters per token, uses MXFP4 weights with MXFP8 activations, and is currently documented for vLLM, SGLang, and TokenSpeed. The repository is about 1.56 TB across 96 safetensors shards.
That is a real open-weight release. It is not the same as an unrestricted MIT release or an easy local install. The Kimi K3 License adds conditions for large Model-as-a-Service businesses and very large commercial products, while Moonshot recommends supernode configurations with 64 or more accelerators for deployment.
In plain English: Kimi has removed the ownership uncertainty. It has not removed the infrastructure cost.

Coding Comparison: What the 269-File Test Actually Shows

The best current head-to-head evidence is a matched StackPerf architecture test. Both models received the same read-only snapshot of two unfamiliar software projects containing 269 files. They used OpenCode 1.17.13, identical task instructions, the same permissions, a 60-minute limit, and a 65,536-token completion ceiling. Editing, web access, plugins, and subagents were disabled.

The final reports were anonymized before scoring, then checked separately for unsupported claims.

Test result Qwen 3.8 Max Kimi K3
Final score 80/100 83/100
Tool calls 44 53
Failed or denied tool calls 0 2, followed by successful recovery
Repository citation occurrences 354 274
Unsupported claim groups after verification 7 7
Clearest strength System boundaries and replay metadata Revision, regeneration, and lifecycle state

Where Kimi K3 Did Better

Kimi’s report modeled the editing lifecycle more completely. It tracked revisions, superseded takes, retry attempts, fallback history, artifact hashes, invalidation, editorial selection, and trimming. That made its proposed contract better suited to a system in which one scene may be generated, rejected, revised, and generated again without losing its history.

Kimi also finished sooner and used fewer tokens on the tested route. That result is encouraging for long coding tasks, but it includes the serving system around the model. Kimi ran through a Kimi subscription endpoint, while Qwen ran through Alibaba’s international Token Plan endpoint. Provider capacity, caching, and launch-period traffic all affected the observed result.

My reading is that Kimi won this task because it understood changing state more completely, not because it wrote prettier code or proved itself better at every software task.

Where Qwen 3.8 Max Did Better

Qwen drew a cleaner boundary between the two systems and created a stronger replay record. Its proposed metadata included the model, seed, prompt, references, provider request ID, media location, duration, and cost. Those fields matter when a team needs to reproduce an output or investigate why the same workflow changed after a provider update.

Its tool behavior was also disciplined: 44 tool calls, all successful. Qwen produced the longer report with fewer requests and received a higher tool-use score in the blind review.

The cost of that cleaner architecture was weaker lifecycle modeling. Its contract did not fully cover scene order, revisions, supersession, retry history, or take invalidation. Clean boundaries are valuable. They are not enough when the product’s state keeps changing.

What This Test Cannot Prove

One architecture-analysis run cannot tell us which model produces better frontend code, fixes more real bugs, passes more tests, or needs fewer human corrections over a month of development. It also cannot isolate model intelligence from endpoint performance.

The most important warning is hidden in the factual review: both models cited real repository locations, yet both produced seven groups of claims that went beyond what the code proved. A report can contain hundreds of valid citations and still reach an unsafe conclusion.

That is the real takeaway. Use either model as an engineering assistant. Do not treat either one as its own reviewer.

How Developers Should Test Qwen 3.8 Max Against Kimi K3

Test Give Both Models Measure
Repository architecture review The same frozen commit, architecture question, read-only tools, and time limit Correct file citations, missed dependencies, unsupported claims, and review time
Multi-file implementation The same issue, tests, writable files, and tool permissions Tests passed, files changed, retries, regressions, and human corrections
Visual frontend repair The same screenshot, source files, browser tools, and target behavior Visual match, valid code, repair loops, and final test result

Keep the agent shell and permissions identical. Set a fixed time limit. Record the full model ID and date, especially for Qwen’s moving Preview. Then capture task completion, wall-clock time, input and output tokens, cache hits, failed tool calls, retries, human interventions, and final tests passed.

Do not score an answer because it “looks thorough.” Check whether the patch works and whether the model’s claims survive review.

For high-value architecture decisions, there is another useful pattern: run both models independently, hide their identities during review, and compare their disagreements. The 269-file test produced its strongest design only after combining Qwen’s system boundaries with Kimi’s lifecycle model. Sometimes the right answer to Qwen versus Kimi is both, followed by verification.

Qwen 3.8 Max vs Kimi K3 Pricing and Cost

Kimi K3 Has Predictable Token Pricing

Kimi K3 has an ordinary token-based price. The current GPT Proto Kimi K3 API page lists $2.70 per 1M input tokens and $13.50 per 1M output tokens, 10% below Moonshot’s current $3/$15 list rate.

That makes a basic cost estimate possible before a test begins:

estimated cost = (input tokens ÷ 1,000,000 × $2.70) + (output tokens ÷ 1,000,000 × $13.50)

A run with 200,000 input tokens and 20,000 output tokens would cost about $0.81 at the current GPT Proto rate: $0.54 for input and $0.27 for output. Retries, additional turns, tool results, and retained reasoning history would increase the total.

Predictable does not mean automatically cheap. Kimi always reasons, and reasoning content counts toward token use. Long agent histories can therefore become expensive even when the visible final answer is short.

Qwen 3.8 Max Is Cheaper to Experiment With, but Harder to Budget

Qwen 3.8 Max Preview currently uses subscriptions and Credits rather than a disclosed per-million-token price. Alibaba’s Personal Token Plan lists promotional monthly prices of CNY 39, CNY 139, and CNY 499 for its three tiers. During the Preview, Qwen calls may consume as little as 10% of the standard Credits rate, with an additional time-limited night discount documented for calls between 22:00 and 08:00 UTC+8.

That is attractive for interactive testing. It is not a clean cost comparison.

Credits can vary with token use, caching, reasoning, and tools, so a CNY subscription cannot honestly be converted into a stable $X per 1M tokens figure from the information currently published. The Personal Plan restriction also means that its promotional economics do not represent the cost of running Qwen behind your own application.

Qwen wins on low-cost Preview access. Kimi wins on production cost visibility.

Open Weights and Self-Hosting

Kimi K3 now has a concrete advantage over Qwen 3.8 Max: its exact public checkpoint can be downloaded today. Moonshot AI has released the full 2.8T-parameter weights, model card, license, and technical report. Alibaba has announced open weights for Qwen 3.8 Max, but the exact hosted Max checkpoint, release date, license, and deployment requirements remain unconfirmed.
The word “open” still needs qualification. Kimi K3 is open-weight under the custom Kimi K3 License, not MIT. The license broadly permits use, modification, deployment, fine-tuning, and redistribution, but adds a separate-agreement requirement for Model-as-a-Service businesses above the stated revenue threshold and an attribution requirement for very large commercial products.
Hardware is the other boundary. The official K3 repository is about 1.56 TB, and Moonshot recommends supernode deployments with at least 64 accelerators. That makes self-hosting plausible for well-funded infrastructure teams, not a substitute for an API key on a developer workstation.
Choose the hosted Kimi K3 API when you want predictable token billing and no cluster operations. Choose the weights when data control, custom inference, fine-tuning, or deployment ownership is worth operating the hardware and reviewing the license. For Qwen 3.8 Max, wait until Alibaba publishes the actual checkpoint before making the same calculation.

Multimodal Inputs, Reasoning, and Agent Behavior

Capability Qwen 3.8 Max Preview Kimi K3
Image understanding Documented Documented
Video understanding Not clearly documented as a current model input Documented
Thinking mode Always on Always on
Reasoning levels low, high, xhigh low, high, max
Default reasoning level xhigh max
Context window Not clearly disclosed on the current product page 1,048,576 tokens
Structured output Preview capabilities require continued verification JSON mode and strict JSON Schema documented
Long tool histories Behavior may change with the Preview Full assistant messages, including reasoning content, should be preserved

Qwen’s documented vision support makes it relevant for screenshot-based debugging. Kimi goes further by accepting video, which is useful when the input is a screen recording, animation reference, or product demo that would be difficult to describe frame by frame.

Kimi’s richer documented interface also adds integration work. Its Preserved Thinking behavior means a multi-turn application should return the complete assistant message, including reasoning content and tool calls, rather than keeping only the visible answer. That history occupies context and is billed. The 1M-token window is large, but it is not free storage.

Both models default to their highest reasoning setting. For evaluation, keep those settings consistent. For production, test lower effort on simpler tasks. A model that solves 99% of requests at lower effort may be cheaper and faster than one left at maximum reasoning for every autocomplete, classification, or short transformation.

Which Model Should You Choose?

Your situation Better current choice Why
Building a customer-facing application now Kimi K3 Conventional API and forecastable token price
Running a long repository task with image or video input Kimi K3 1M context and documented image/video support
Testing inside Qwen Code, Qoder, or another supported Alibaba tool Qwen 3.8 Max Preview Low promotional Credits consumption
Need stable repeatable benchmarks Kimi K3, for now Qwen’s Preview may change between runs
Need the cleanest architecture and replay metadata Test Qwen It showed a real advantage in the matched architecture review
Need strong revision and regeneration handling Test Kimi It was more complete in the available matched test
Need downloadable weights today Kimi K3 The full checkpoint is public; Qwen 3.8 Max still has no released weights
Need to compare several model families behind one account Kimi K3 on GPT Proto One key and balance can access the broader model catalog

For an application going live this week, I would choose Kimi K3. It has enough published information to estimate cost, define integration behavior, and repeat a test against a stable model name.

For an internal coding experiment, I would not ignore Qwen. Its Preview handled a long repository analysis with zero failed tool calls and showed better architectural boundaries than Kimi in the matched test. That is a serious capability signal. It is not yet a production contract.

How to Try Kimi K3 Through GPT Proto

Qwen 3.8 Max is not yet available on GPT Proto, so the current integration example uses Kimi K3 only. You can call it through GPT Proto’s OpenAI-compatible Chat Completions endpoint with the kimi-k3 model string:

curl https://gptproto.com/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "Authorization: $GPTPROTO_API_KEY" \
  -d '{
    "model": "kimi-k3",
    "messages": [
      {
        "role": "user",
        "content": "Review this migration plan. Identify unsupported assumptions, missing rollback steps, and the tests required before production."
      }
    ]
  }'

The endpoint and authorization structure follow the GPT Proto API quickstart. For multi-turn Kimi workflows, preserve the complete assistant message returned by the API, including reasoning and tool-call fields, rather than storing only the final visible text.

You can try the Kimi K3 API, browse 200+ AI models, or use the GPT Proto unified AI API to compare Kimi with other text, image, video, and audio models. When Qwen 3.8 Max is added, the useful test will be the same task, prompt, tool permissions, and scoring method on both model endpoints.

Final Verdict

Qwen 3.8 Max and Kimi K3 appear close enough in coding capability that one small benchmark should not decide the next year of your architecture. Qwen’s cleaner system boundaries and flawless tool execution deserve attention. Kimi’s stronger lifecycle reasoning and three-point lead deserve attention too.

The product decision is now clearer. Kimi K3 combines a standard API, public token pricing, a documented 1M context window, multimodal input, and a released open-weight checkpoint. Qwen 3.8 Max remains a changeable Preview with Credits-based access, no ordinary production price, and no public weights.
Kimi K3 is the better model to deploy today, whether you begin with its hosted API or have the infrastructure to manage the checkpoint yourself. Qwen 3.8 Max may still become the stronger model, but developers should wait for its production endpoint, ordinary pricing, model card, license, and actual weight release before making that bet.

Creative Studio

Generate image, video, and more with production APIs.

Start creating
Creative Studio
Related models
All models
MoonshotAI
10% OFF
Claude
20% OFF
Google
40% OFF
Google
40% OFF

Frequently Asked Questions

Is Qwen 3.8 Max better than Kimi K3 for coding?

There is not enough evidence to say that Qwen 3.8 Max is generally better. In the available 269-file architecture test, Kimi K3 scored 83 versus Qwen’s 80. Qwen produced cleaner system boundaries and had 44 successful tool calls out of 44, while Kimi handled revisions and regeneration more completely. Test both on your own implementation and repair tasks before choosing.

Is Qwen 3.8 Max or Kimi K3 cheaper?

Qwen is currently cheaper for promotional experimentation through Alibaba’s Token Plan, but its Credits do not translate into a published per-million-token rate. Kimi is easier to budget for production. GPTProto currently lists Kimi K3 at $2.70 per 1M input tokens and $13.50 per 1M output tokens.

Are Qwen 3.8 Max and Kimi K3 open source?

Kimi K3 is now open-weight under the custom Kimi K3 License. That license permits broad use and modification but includes conditions for large Model-as-a-Service businesses and very large commercial products, so it should not be described as MIT. Qwen 3.8 Max has announced open weights but has not released its checkpoint or license.

Can Qwen 3.8 Max be used in a production API?

The current Qwen 3.8 Max Preview is available through Alibaba’s Token Plan, but the Personal Plan terms prohibit using its key for automation scripts, custom application backends, or non-interactive batch calls. Wait for a documented production route and ordinary commercial pricing before designing a customer-facing backend around it.

Which model is better for long coding tasks?

Kimi K3 is the safer current choice because it has a documented 1M-token context window, a conventional API, and a lower-token result in the available matched test. Qwen remains worth testing: it completed the same 60-minute repository task with no failed tool calls. Long-context capacity alone does not guarantee task completion, so measure tests passed, retries, and human corrections.

Can Kimi K3 understand images and videos?

Yes. Moonshot documents native text, image, and video understanding for Kimi K3. The model returns text, making it suitable for screenshot-based debugging, video analysis, interface review, and other multimodal coding or knowledge-work tasks.

Can Qwen 3.8 Max or Kimi K3 run locally?

The Kimi K3 weights can be downloaded, but practical self-hosting requires data-center infrastructure: the official repository is about 1.56 TB and Moonshot recommends 64 or more accelerators. Qwen 3.8 Max cannot be self-hosted until Alibaba releases its weights.

Related Articles

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

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

Kimi K3 vs GPT-5.6 Sol: Cheaper Tokens or Cheaper Tasks?

Kimi K3 vs GPT-5.6 Sol: Cheaper Tokens or Cheaper Tasks?

TL;DR Update — July 28, 2026 : Kimi K3's full weights are now public. Moonshot AI released the 2.8T checkpoint, technical report, and Kimi K3 License in its official repositories. The release strengthens K3's control and deployment case against GPT-5.6 Sol, but it does not change the independent benchmark results or make K3 inexpensive to operate yourself. Kimi K3 is cheaper per token. GPT-5.6 Sol is the stronger default for high-stakes production agents. Both statements can be true. The gap is smaller than the price cards suggest. In Artificial Analysis testing, GPT-5.6 Sol max scores 59 on the Intelligence Index versus Kimi K3 at 57. Yet the measured cost per task is about $1.04 for Sol and $0.95 for K3—not the two-to-one gap implied by their official output prices. My short answer: choose GPT-5.6 Sol when broad reliability, coding-agent performance, and OpenAI's hosted tool stack matter most. Choose Kimi K3 when video input, long-context work, lower list pricing, or access to released open weights changes the decision.

Schuyler Stacy | 2026-07-28

What Is Qwen 3.8 Max? Release Date, 2.4T Preview, Pricing, and Early Benchmarks

What Is Qwen 3.8 Max? Release Date, 2.4T Preview, Pricing, and Early Benchmarks

Qwen 3.8 Max is Alibaba's new 2.4-trillion-parameter Chinese flagship model, but the version available today is still called qwen3.8-max-preview . That suffix matters. As of July 21, 2026, Alibaba has not released a production model, a technical report, a conventional per-token API price, or downloadable weights. The preview went live on July 19 through Alibaba's Token Plan, Qoder, and QoderWork. In the official Qwen announcement , the team said Qwen 3.8 would become open-weight "soon" and described it as comparable to leading frontier models, behind only Fable 5. No public benchmark suite or methodology accompanied that ranking. My short take: Qwen 3.8 Max is a real and unusually interesting preview, not a completed product launch. Developers should test it, record the date of every result, and avoid planning production migrations around specifications Alibaba has not published yet.

Tiffany Layne | 2026-07-23