download dots

Kimi vs DeepSeek

Two open-weight frontier families, one important difference. DeepSeek V4 ships under MIT across both code and weights, in two sizes, with a published rate card. Kimi K3 ships 2.8 trillion parameters and a 1,048,576-token context under Moonshot's own bespoke licence. Both now reach a million tokens of context, so the old context argument is settled. This page is a routing matrix, not a scoreboard.

Last updated: August 2026

Quick Comparison Table

Feature Kimi K3 (Moonshot AI) DeepSeek V4 (DeepSeek)
Licence Kimi K3 License — bespoke, covers code + weights. Not MIT, not Apache 2.0 MIT — covers code and weights
Live model ids Kimi K3, plus K2.7 Code / K2.6 / K2.5 deepseek-v4-flash and deepseek-v4-pro — the two production tiers, plus experimental deepseek-v4-flash-vision-exp
Architecture Mixture-of-experts, 2.8T total, 104B used per token, 896 experts, 16 routed + 2 shared Mixture-of-experts. Pro: 1.6T total, 49B used per token. Flash: ~284–304B total, 13B used per token
Layers 93 = 69 Kimi Delta Attention + 24 gated multi-head latent attention Not published at this level of detail
Vocabulary 160K Not published
Context window 1,048,576 tokens 1M tokens, max output 384K
Reasoning Built into the model A mode, not a modeldeepseek-v4-flash exposes reasoning-effort low / high / max
Multimodal ✅ Image-text-to-text, production ⚠️ Experimental only — deepseek-v4-flash-vision-exp, on Flash's rate card
Published per-token price (Aug 2026) See platform.kimi.ai ✅ Peak: Flash $0.44 / $1.32 · Pro $1.32 / $3.96 per 1M. Off-peak: exactly half
Input cache-hit price per 1M See platform.kimi.ai ✅ Peak: Flash $0.014 · Pro $0.044. Off-peak: $0.007 · $0.022
Off-peak discount Not published 50% off outside 01:00–04:00 and 06:00–10:00 UTC, Mon–Fri
Self-host ✅ Yes, licence permitting ✅ Yes, MIT
Redistribute a fine-tune ⚠️ Read the licence first ✅ Yes, under MIT terms

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-flash at $0.44/$1.32 per 1M at peak and deepseek-v4-pro at $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.

  1. V3 and R1 are gone, and there is no R2. The generation is DeepSeek-V4.
  2. deepseek-chat and deepseek-reasoner were retired and became inaccessible on 24 July 2026. If calls started failing then, this is why. The production ids are deepseek-v4-flash and deepseek-v4-pro, plus an experimental deepseek-v4-flash-vision-exp.
  3. 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, or max — on deepseek-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 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 →


Verify the comparison yourself

This is our take. We’re biased — we make Taskade. Read the alternatives from the source:

When you are ready, build with Taskade Genesis or browse live apps from the Taskade community.

More Competitors & Alternatives

View All Alternatives ↗

Cursor

Codex vs Cursor in 2026: OpenAI's agentic coding system versus the AI-native code editor, with a per-task routing matrix, what Cursor's compute-based pricing actually buys, and the third path for people who want the finished app — Taskade Genesis.

Learn More

Cursor

Taskade Genesis vs Cursor in 2026. Cursor is one of the most-used AI-native code editors and ships new versions fast, the best-in-class agentic IDE for working engineers. Taskade Genesis is for the rest of the team (operators, founders, PMs), shipping deployed apps from one prompt with AI agents, workspace data, and 100+ bidirectional integrations included — and an AI allowance that comes with the subscription instead of being metered at API rates.

Learn More

Windsurf

Windsurf is now Devin Desktop — Cognition folded the IDE into the Devin product line and windsurf.com redirects to devin.ai. Taskade Genesis ships a deployed AI app workspace with built-in agents and 100+ integrations, so anyone on the team can use what gets built, not just the engineer who ran the prompt.

Learn More

Lovable

Codex Sites vs Lovable in 2026: OpenAI's Business-only, workspace-private app builder versus Lovable's full-stack code generator — with real 2026 pricing, an honest look at credit metering on both sides, and the prompt-to-app builder that publishes to the open web for everyone, Taskade Genesis.

Learn More

Lovable

The best Lovable alternatives in 2026, compared for people who ship business systems rather than codebases. Lovable is an excellent design-first builder that returns a React + Vite project you host and maintain. This page ranks eight alternatives by what you are actually building, states Lovable's real 2026 pricing with sources, and explains where Taskade Genesis fits: a running system with data, AI agents, automations, and app sign-in, with no deployment step.

Learn More

Lovable

Taskade vs Lovable, head-to-head for 2026. Taskade Genesis turns one prompt into a living app with AI agents, automations, and 100+ integrations you publish to the open web. Lovable generates React and Supabase code you deploy yourself.

Learn More

Bolt.new

Taskade Genesis vs Bolt.new in May 2026, after Bolt V2 (October 2025) Bolt Cloud + databases + hosting + Expo mobile, $40M ARR in 5 months, and StackBlitz's $105.5M Series B at ~$700M valuation. Bolt has the only browser-native WebContainers runtime in the category. Genesis ships deployed apps with AI Agents v2, 100+ bidirectional integrations, and Workspace DNA, flat $10/mo (billed annually) Pro, no token meter on bug fixes.

Learn More

Bolt.new

Taskade vs Bolt.new, head-to-head for 2026. Taskade Genesis ships a deployed app with AI agents, automations, and 100+ integrations from one prompt. Bolt.new generates React code in a browser sandbox you deploy yourself.

Learn More

V0

Taskade Genesis vs v0 by Vercel in 2026 — after the v0.dev to v0.app rebrand, Figma and custom design-system import, the built-in Git panel, and agentic workflows. v0 ships best-in-class React/Next.js and shadcn code with the cleanest Figma-to-code path, now entering at Plus $30/user/mo with no annual billing. Taskade Genesis ships full deployed apps with a workspace backend, AI agents, and 100+ integrations on flat $10/mo billed annually.

Learn More

Imagine it. Run it live.

One prompt. Memory, intelligence, and execution — already wired, already running.