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
Product status Stable production API Stable production API
Total parameters 2.4T 2.8T
Active parameters 95B 104B
Context window Up to 1M tokens 1,048,576 tokens
Inputs Text, images, and video Text, images, and video
Official API price $2/M input, $6/M output $3/M input, $15/M output
GPT Proto access Available now Available now
Open weights Announced; not yet downloadable Released
Best hosted-API fit Cost-sensitive multimodal coding and long agents Revision-heavy agents and Kimi-specific workflows
Best self-hosting fit Wait for the checkpoint and license Kimi K3, with data-center-scale hardware

The Comparison Is Now More Equal—but Deployment Still Differs

Qwen3.8-Max and Kimi K3 are now both viable production API models. The main difference is no longer “Preview versus production.” It is now hosted API value versus immediate open-weight ownership.

Qwen 3.8 Max Is Now a Stable Production API

Alibaba released the stable qwen3.8-max model on August 3, 2026, replacing the earlier Preview-era positioning with normal pay-as-you-go API access.

The production release documents a 2.4-trillion-parameter Sparse Mixture-of-Experts architecture with approximately 95 billion active parameters per request. It supports up to a 1-million-token context window, up to 128K output tokens, and text, image, and video input.

This changes the practical comparison. Qwen3.8-Max can now be evaluated for customer-facing applications, coding agents, multimodal analysis, and other production workloads without relying on the earlier Credits-based Personal Token Plan.

Its official price is also lower than Kimi K3’s:

Model Input Price Output Price
Qwen3.8-Max $2 per 1M tokens $6 per 1M tokens
Kimi K3 $3 per 1M tokens $15 per 1M tokens

For teams using a hosted API, Qwen3.8-Max on GPT Proto is now a serious production option rather than an experimental endpoint.

However, Alibaba’s announced open-weight checkpoint has not yet been released. Developers should not assume that the final weights, license, or self-hosting terms are available until they are officially published.

Kimi K3 Has Released Downloadable Weights

Kimi K3 is available through both a hosted API and a downloadable checkpoint. Moonshot AI has published the model weights, model card, technical report, deployment guidance, and custom license.

Kimi K3 has 2.8 trillion total parameters and activates approximately 104 billion parameters per token. Its deployment documentation covers frameworks including vLLM, SGLang, and TokenSpeed, giving teams a clearer path to controlled or private infrastructure.

That makes Kimi K3 the more practical choice when downloadable weights, deployment ownership, or immediate self-hosting is a firm requirement.

Open weights do not make Kimi K3 easy or inexpensive to run locally. It remains a multi-trillion-parameter model that requires data-center-scale storage, memory, networking, and accelerator capacity. Its custom license may also impose conditions on very large commercial products or Model-as-a-Service deployments.

What the Deployment Difference Means

Deployment Need Better Starting Point Why
Hosted production API Qwen 3.8 Max Stable API with substantially lower official output-token pricing
Multimodal coding and visual analysis Qwen 3.8 Max Native text, image, and video input
Downloadable weights today Kimi K3 Its checkpoint and license are already public
Private or controlled deployment Kimi K3 Teams can deploy the released model on their own infrastructure
Easy local installation Neither Both models require serious infrastructure to self-host
Head-to-head API testing Test both Compare accepted tasks, retries, tool failures, latency, and total cost

The comparison is therefore no longer unequal because Qwen is “only a Preview.” Both models can serve production API workloads. The remaining difference is simpler: Qwen3.8-Max currently offers the stronger hosted cost-and-capability proposition, while Kimi K3 offers immediate access to released weights and greater deployment control.

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

Model Official Input Price Official Output Price
Qwen3.8-Max $2 per 1M tokens $6 per 1M tokens
Kimi K3 $3 per 1M tokens $15 per 1M tokens
Kimi K3 on GPT Proto $2.70 per 1M tokens $13.50 per 1M tokens

At official list price, Qwen’s output tokens cost 60% less than Kimi K3’s. That difference matters for reasoning-heavy coding agents that produce long plans, tool traces, explanations, and patches.

Token price is not the entire cost. Measure retries, failed tool calls, human corrections, latency, and accepted task completion. Kimi can still be cheaper on a specific workflow if its stronger revision and lifecycle handling prevents expensive repair loops.

Check the live Qwen3.8-Max API page for GPT Proto’s current price before calculating a production budget.

Which Model Should You Choose?

Situation Better Choice Why
Hosted production API Qwen 3.8 Max Stable access and substantially lower official output price
Complex multimodal coding Qwen 3.8 Max Text, image, and video input with strong frontend and visual-agent positioning
Architecture boundaries and tool discipline Test Qwen first The Preview completed 44 of 44 tool calls in the matched test
Revision and regeneration history Test Kimi first Kimi handled lifecycle state more completely in the matched test
Downloadable weights today Kimi K3 Full checkpoint and license are already public
Lowest self-hosting complexity Neither Both are multi-trillion-parameter models requiring serious infrastructure
One account for head-to-head testing Both through GPT Proto Run the same task, tools, reasoning settings, and evaluation criteria

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

Kimi K3 no longer wins simply because Qwen is a Preview. Qwen3.8-Max now has a stable API, normal token billing, documented specifications, and direct availability through GPT Proto.

For most teams choosing a hosted model, Qwen3.8-Max is the stronger starting point because its official $2/$6 rate is far below Kimi K3’s $3/$15 rate, especially on output-heavy agent tasks.

Kimi K3 remains the better choice when downloadable weights and deployment ownership are non-negotiable. Its stronger revision and regeneration handling in the available matched test also makes it worth evaluating for state-heavy creative and engineering workflows.

The clean answer is now: Qwen for hosted cost and broad multimodal capability; Kimi for released weights and lifecycle-heavy tasks.

One Key, More AI Models

Explore affordable access to leading AI models through one OpenAI-compatible API.

Browse API Models
One Key, More AI Models
Related models
All models
MoonshotAI
10% OFF
Qwen
by Qwen
10% OFF
OpenAI
20% 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, Specs, Pricing, and Open Weights

What Is Qwen 3.8 Max? Release, Specs, Pricing, and Open Weights

Updated August 7, 2026: Alibaba officially released the production version of Qwen3.8-Max on August 3, replacing the earlier qwen3.8-max-preview as the current flagship API model. This article has been updated with the confirmed architecture, context window, pricing, API availability, and open-weight schedule. Qwen3.8-Max is Alibaba’s most capable Qwen model to date: a multimodal Sparse Mixture-of-Experts model with 2.4 trillion total parameters and 95 billion active parameters per request. The stable model supports text, image, and video input, produces text output, and provides a context window of up to 1 million tokens with up to 128K output tokens. It is designed for complex coding, visual analysis, research, professional work, and long-horizon agent tasks. The launch also changes the practical answer for developers. Qwen3.8-Max is no longer limited to a changing preview or a Credits-only personal plan. It now has a normal pay-as-you-go API, with Alibaba listing it at $2 per million input tokens and $6 per million output tokens. It is also available through the Qwen 3.8 Max API on GPTProto . 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