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.
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.