What TSK-1 Found
TSK-1 has tested DeepSeek several times and Kimi on Jul 31, 2026, and the two win on different things. DeepSeek V4 Flash built the best-looking app of its test at a fraction of what the rest of the field cost (Aug 1, 2026), and on Aug 3, 2026 it was the cheapest, the fastest, and the cleanest all at once. DeepSeek V4 Pro is the best we have measured at holding your information (Aug 6, 2026: 60 separate fields captured, 8 automations). Kimi K3's steps failed least often of the models tested on Jul 31, 2026 (7.2%).
- DeepSeek: Aug 1, 2026 — best-looking app of its test. Aug 3, 2026 — cheapest, fastest, and cleanest all at once. Aug 6, 2026 — best at holding your information (60 separate fields captured).
- Kimi: Jul 31, 2026 — fewest failed steps (7.2%), fewest steps overall, most accurate account of its own work.
See the full evidence at /tsk/deepseek, /tsk/kimi, and the TSK-1 hub.
The Headline
The context argument is over, and the licence argument replaced it. For most of the last two years the clean split between these two families was window size. That is finished: Kimi K3 specifies 1,048,576 tokens and both DeepSeek V4 models reach 1 million. Whatever you are choosing on now, it is not reach.
What actually separates them is distribution terms and scale. DeepSeek V4 is MIT across both code and weights — about as few strings as open weights come with — in two sizes, with a published rate card you can budget against today. Kimi K3 is much larger at 2.8 trillion total parameters, 104 billion of them used per token, and ships under Moonshot's own bespoke Kimi K3 License, which permits self-hosting but is not a standard open-source licence and deserves a read before you build a business on redistributing it.
TL;DR: DeepSeek V4 is the permissive, priced, plannable option — MIT weights,
deepseek-v4-flashat $0.44/$1.32 per 1M at peak anddeepseek-v4-proat $1.32/$3.96, both halved off-peak, both at 1M context (rates as of August 2026). Kimi K3 is the much larger open-weight option at 2.8T total with 104B active and a 1,048,576-token context, under a bespoke licence. Both are self-hostable; only one is MIT. Route by task inside Taskade Genesis rather than standardising on one.
If Your DeepSeek Integration Broke in July, Read This First
Three breaking changes landed with the V4 generation, and each one silently invalidates older documentation.
- V3 and R1 are gone, and there is no R2. The generation is DeepSeek-V4.
deepseek-chatanddeepseek-reasonerwere retired and became inaccessible on 24 July 2026. If calls started failing then, this is why. The production ids aredeepseek-v4-flashanddeepseek-v4-pro, plus an experimentaldeepseek-v4-flash-vision-exp.- Reasoning is no longer a separate model. Thinking is a mode inside V4. Instead of routing to a reasoner endpoint, you set reasoning effort —
low,high, ormax— ondeepseek-v4-flash.
Any guide that tells you to send hard problems to deepseek-reasoner is describing an API that no longer exists.
The Routing Matrix
The useful question is never "which model is best". It is "which model for this step, and what does that choice cost".
| Task | Reach for | Why | Cost consequence |
|---|---|---|---|
| High-volume classification, tagging, extraction | deepseek-v4-flash |
Fewest parameters used per token here, cheapest published rate | $0.44 in / $1.32 out per 1M at peak, $0.22 / $0.66 off-peak |
| The same prompt prefix, thousands of times | deepseek-v4-flash with caching |
Cache hits are billed separately | $0.014 per 1M on a hit at peak ($0.007 off-peak) — about 31× below a miss |
| Harder reasoning without changing endpoints | deepseek-v4-flash at higher reasoning effort |
Thinking is a mode, dialled per request | You pay for extra thinking tokens, not a different rate |
| Heavier synthesis and long-form reasoning | deepseek-v4-pro |
1.6T total / 49B active | $1.32 in / $3.96 out at peak — exactly 3× flash, uniformly |
| Repeated long-context reads over a stable corpus | deepseek-v4-pro with caching |
Cache hit is dramatically cheaper | $0.044 per 1M on a hit at peak ($0.022 off-peak) — exactly 30× below a miss |
| Batch work with no latency deadline | Either DeepSeek model, scheduled off-peak | Peak is only 01:00–04:00 and 06:00–10:00 UTC, Mon–Fri | 50% off input and output |
| Whole-repo or whole-corpus ingest | Either family | Both reach ~1M tokens | Watch the 384K max-output ceiling on DeepSeek |
| Image plus text input | Kimi K3 | K3 is production image-text-to-text; DeepSeek's vision id is still experimental | Image tokens bill as input tokens |
| Dedicated coding agents | Kimi K2.7 Code, or deepseek-v4-pro |
K2.7 Code is a 1T model built for coding | Kimi rates: read at platform.kimi.ai |
| Maximum open-weight capacity | Kimi K3 | 2.8T total with 104B active is the largest here | Self-hosting it is a serious multi-GPU commitment |
| Redistributing a fine-tune commercially | DeepSeek | MIT across code and weights | Effectively no licence-driven cost |
| On-premise or region-locked deployment | Either | Both publish weights | Infrastructure cost replaces API cost |
Two structural notes on that table. First, caching is a bigger lever than model choice on DeepSeek — a roughly 31× gap on flash and an exactly 30× gap on pro between hit and miss dwarfs the flat 3× gap between flash and pro, so restructure prompts around a stable prefix before you shop for a cheaper model. Second, the clock is a lever too: DeepSeek bills off-peak at exactly half the peak rate, and peak is a narrow window — 01:00 to 04:00 and 06:00 to 10:00 UTC, Monday to Friday. Anything you can queue outside those hours, including all weekend work, is a 50% saving for zero engineering. Every figure above is the published rate as of August 2026.
Licence: MIT vs Bespoke
This is the row most head-to-head write-ups get wrong, including earlier versions of this page.
| Dimension | Kimi K3 | DeepSeek V4 |
|---|---|---|
| Licence name | Kimi K3 License — Moonshot's own | MIT |
| Covers the code repository | ✅ Yes | ✅ Yes |
| Covers the model weights | ✅ Yes | ✅ Yes |
| Standard permissive open-source terms | ✗ No — bespoke vendor terms | ✅ Yes |
| Weights downloadable | ✅ Yes | ✅ Yes |
| Self-host | ✅ Yes, licence permitting | ✅ Yes |
| Fine-tune | ✅ Yes | ✅ Yes |
| Redistribute a fine-tune | ⚠️ Read the licence first | ✅ Yes, retain the copyright notice |
| Legal review before commercial redistribution | Yes | Minimal — MIT is well understood |
Stated plainly: DeepSeek V4 has the most permissive terms on this page, and MIT across both code and weights is unusually clean. Kimi K3's weights are downloadable and self-hostable, which is a real and meaningful freedom, but it comes under a vendor-specific licence your legal team should read before redistributing. Those are not the same thing, and treating them as equivalent is how teams end up with a compliance surprise.
The wider 2026 picture: DeepSeek sits at MIT, Qwen's open weights are Apache 2.0, Kimi K3 sits on its own bespoke terms, and the closed frontier labs ship no weights at all. Kimi is meaningfully more open than a closed model and meaningfully less standardised than DeepSeek.
Architecture: Scale vs Efficiency
Both families are mixture-of-experts, and in both cases the number of parameters used per token is what you actually pay to run. Kimi K3 uses 104 billion of its 2.8 trillion parameters per token. DeepSeek V4 Pro uses 49 billion of 1.6 trillion, and V4 Flash uses roughly 13 billion. That last number is why Flash is cheap, and it lines up with the flat 3× price gap between Flash and Pro on both input and output.
Kimi's published detail goes further than DeepSeek's. Its 93 layers split into 69 Kimi Delta Attention layers — a linear-cost variant — and 24 gated multi-head latent attention layers, over a 160,000-token vocabulary. Moonshot makes stronger comparative claims about how that hybrid performs against full attention. Those are vendor claims; benchmark on your own workload before designing around them.
Choose DeepSeek If…
A comparison that never concedes anything is not worth reading. DeepSeek is the better buy in several common cases.
- You want the simplest possible licence. MIT across code and weights removes an entire category of legal review. For a startup shipping a fine-tuned model, that is worth more than any benchmark delta.
- You need a price you can put in a spreadsheet. DeepSeek publishes cache-miss input, cache-hit input, output and off-peak rates for both models. Budgeting against a published rate card beats estimating against one you cannot see.
- Your volume is high and your prompts repeat. The cache-hit economics — about 31× off on flash, 30× off on pro — stacked on the flat 50% off-peak discount are the strongest cost story on this page by a wide margin, and neither lever requires changing model.
- You want a model you can realistically host. At roughly 13 billion parameters per token, V4 Flash is a far more approachable self-hosting target than a 2.8-trillion-parameter model.
Choose Kimi If…
- You want the largest open-weight model available. 2.8 trillion total with 104 billion active is the top of the open-weight range, and capacity of that order is not otherwise downloadable.
- Your inputs include images. Kimi K3 is multimodal, taking image and text input.
- Coding is the whole job. Kimi K2.7 Code is a 1-trillion-parameter model built specifically for it.
- You are comfortable with vendor-specific terms. If you are self-hosting internally rather than redistributing, the bespoke licence is a far smaller obstacle than it is for a company reselling inference.
Self-Host vs Managed Gateway
Both publish weights, so both can run on your hardware. The economics still favour a managed gateway for most teams, and the hardware ask varies wildly across these models.
| Kimi K3 | deepseek-v4-pro |
deepseek-v4-flash |
Taskade | |
|---|---|---|---|---|
| Weights available | ✅ Yes | ✅ Yes | ✅ Yes | Managed routing |
| Licence friction | ⚠️ Bespoke, read it | ✅ MIT | ✅ MIT | None for you |
| Parameters used per token | 104B | 49B | ~13B | n/a |
| Realistic hardware | Serious multi-GPU | Multi-GPU | The approachable one | None |
| Cost shape self-hosted | Fixed infrastructure + ops | Fixed infrastructure + ops | Fixed, smallest | Included in the subscription |
| Metered alternative | Read platform.kimi.ai | $1.32 / $3.96 per 1M peak | $0.44 / $1.32 per 1M peak | Included |
The decision rule is unglamorous. Below sustained high volume, a metered API or a managed gateway wins on every measure except control. Above it, self-host the smallest model that clears your quality bar — which is very often Flash, not the biggest thing you can download. And if data residency is the requirement, this stops being a cost decision at all.
The Taskade Angle: Route, Don't Standardise
Most comparison pages end with "pick one". Teams running this in production run several and route between them.
Taskade routes across 15+ frontier models from OpenAI, Anthropic, Google and open-weight providers inside one workspace, with the AI allowance included in the subscription rather than a separate metered account with each lab. Paid plans start at Pro $10/mo billed annually, with Business $25, Max $100 and Enterprise $250 per month billed annually. Routing is managed centrally and updates as new models ship — which matters more than usual in a year when a whole generation of model ids was retired inside a fortnight.
Four patterns that hold up:
- Cheap model triages, larger model resolves. Bulk classification and extraction run on the smallest capable model. Only escalations reach a larger one.
- Long-context ingest, short-context reasoning. One step reads the corpus. The next reasons over a distilled summary at a fraction of the tokens.
- Stable prefix, cached. Structure prompts so the invariant part is byte-identical every call. On DeepSeek that alone is a 30× to 31× difference on the cached portion, and scheduling the run off-peak halves the rest.
- Everything behind Workspace DNA. Whichever model runs a step, the output lands in the same project graph, so the next agent inherits context instead of re-deriving it, and scheduled automations read from the same place.
See 10 Best Open-Source AI LLMs in 2026 for where the rest of the open-weight field sits.
Final Word: Same Reach, Different Terms
Both of these families now reach a million tokens of context and both publish downloadable weights. The comparison that mattered in 2025 — whose window is longer — has resolved into a tie.
What is left is terms and scale. DeepSeek V4 is MIT, priced, and plannable, with a small model cheap enough to change how you architect high-volume work, cache economics around 30× on both tiers, and an off-peak rate at exactly half of peak. Kimi K3 is the largest open-weight model here, multimodal, with a published architecture and a licence that is permissive in practice but bespoke on paper.
Neither is the winner. The winner is the setup that routes each step to the right one and can change its mind next quarter without a migration.
▲ Memory feeds Intelligence. ■ Intelligence triggers Execution. ● Execution creates Memory. Two open-weight families. One workspace. No single point of vendor failure.
This is the origin of living software. 🌱
Build with open-weight models side by side →
Related reading
- 10 Best Open-Source AI LLMs in 2026. The full open-weight ranking.
- Kimi vs Claude. Open weights versus a closed frontier family.
- Qwen vs DeepSeek. Apache 2.0 versus MIT, head to head.
- Multi-Model AI Access. How Taskade routes across providers.
- Multi-Agent Teams. Specialists with different model picks.
- Taskade MCP Server. Connect any MCP-compatible IDE to your workspace.
- Bring Your Own Key. Enterprise key routing options.
- TSK-1 DeepSeek profile — Full benchmark evidence for the DeepSeek family.
- TSK-1 Kimi profile — Full benchmark evidence for the Kimi family.
- TSK-1 hub — The complete model benchmark dataset.
