text model comparison
Kimi K3 vs DeepSeek V4 Flash
DeepSeek V4 Flash costs less than Kimi K3 at every mix of input and output — $0.090/M against $1.85/M on input and $0.18/M against $9.00/M on output — so at 100M input and 20M output tokens a month it comes to $12.60 against $365.00, a difference of $352.40, and what Kimi K3 holds over it is context rather than price — 512K against 160K, 3.2× wider.
Side by side
| Kimi K3 | DeepSeek V4 Flash | |
|---|---|---|
| Our rate — input | $1.85/M | $0.090/M |
| Our rate — output | $9.00/M | $0.18/M |
| Our rate — cached input | $0.37/M | $0.018/M |
| Official rate — input | $3.00/M | $0.14/M |
| Official rate — output | $15.00/M | $0.28/M |
| Below official | 40% | 36% |
| Context window | 512K | 160K |
| Publisher | Moonshot AI | DeepSeek |
| Licence | Modified MIT | MIT |
| Released | Aug 26, 2026 | May 21, 2026 |
| Model id | moonshotai/kimi-k3 | deepseek/deepseek-v4-flash |
| Callable today | Yes | Yes |
What it costs, at 100M input and 20M output tokens a month
One volume, both models, this catalogue’s published rates. Your figure will differ; the arithmetic will not, and the ratio of the two columns is the part that transfers to your own numbers.
| Model | At our rates | At official rates |
|---|---|---|
| Kimi K3 | $365.00 | $600.00 |
| DeepSeek V4 Flash | $12.60 | $19.60 |
At this volume DeepSeek V4 Flash is $352.40 cheaper than Kimi K3 — 97% less. That ordering holds at any ratio of input to output, because the cheaper model is cheaper on every rate rather than on one column.
Excludes cached-input savings, which on a repeated-prefix workload reduce the input side substantially. Cached rates are in the table above and on the pricing page.
When to pick each
Pick Kimi K3
- It holds 512K in one request against 160K — 3.2× wider, which decides whether a long input is one call or a map-reduce.
- It is published by Moonshot AI under the Modified MIT licence, where DeepSeek V4 Flash is MIT.
- The catalogue lists it for whole-codebase reasoning without a retrieval layer, research synthesis over hundreds of documents and complex multi-step planning agents.
Pick DeepSeek V4 Flash
- Input costs $0.090/M against Kimi K3's $1.85/M, which decides the bill on input-heavy work — long documents in, short answers out.
- Output costs $0.18/M against Kimi K3's $9.00/M, which is the whole bill on generation-heavy work where a short brief produces long copy.
- Cached input is $0.018/M against Kimi K3's $0.37/M, and on an agent loop the repeated prefix is most of every request.
- It is published by DeepSeek under the MIT licence, where Kimi K3 is Modified MIT.
- The catalogue lists it for billion-token-scale batch jobs, summarisation and reranking and cheap first-pass filtering before an expensive model.
Every line above is a field in the model catalogue rather than a judgement about output quality. This site publishes no benchmark results, so which model answers your prompts better is a measurement to run on your own traffic — the same key calls both.
Questions
- Which is cheaper, Kimi K3 or DeepSeek V4 Flash?
- DeepSeek V4 Flash, at 100M input and 20M output tokens a month: $12.60 against $365.00, a difference of $352.40 — 97% less. That holds at any ratio of input to output on this pairing, because DeepSeek V4 Flash has the lower rate on every column, not just the one the headline quotes. What the arithmetic does not tell you is whether both models do your job to the same standard; that is a measurement on your own prompts, not a number we can publish.
- Can I call both Kimi K3 and DeepSeek V4 Flash today?
- Yes — both. Requests naming `moonshotai/kimi-k3` or `deepseek/deepseek-v4-flash` reach a live upstream today and are billed at the rates above. 7 of the 24 models in this catalogue are callable right now; the rest are listed at their intended price and marked, so you find out here rather than from an error at call time.
- How much context does Kimi K3 hold compared with DeepSeek V4 Flash?
- Kimi K3 takes 524,288 tokens (512K) in a single request against DeepSeek V4 Flash's 163,840 (160K) — 3.2× wider. The window is a cost decision before it is a capability one: an input that does not fit has to be split, summarised in pieces and summarised again, which bills the source text more than once. Below that line the wider window is capacity you are not using.
- What licences are Kimi K3 and DeepSeek V4 Flash under?
- Kimi K3 is published by Moonshot AI under Modified MIT and DeepSeek V4 Flash by DeepSeek under MIT. Where one of those is a plain MIT or Apache 2.0 text and the other is a publisher's own or a modified variant, the difference is real and lives in the document rather than in the name — user thresholds, field-of-use terms and attribution requirements all appear in licences of that kind. Each model's own page carries the longer answer, and the licence text carries the binding one.
- How do I switch between Kimi K3 and DeepSeek V4 Flash?
- Change the model id and nothing else. Both are served from `https://router.xark.io/api/v1` behind the same OpenAI-compatible contract — `moonshotai/kimi-k3` and `deepseek/deepseek-v4-flash` — so the request shape, the streaming frames, the usage block and the error envelope are identical between them. Send an explicit id and no substitution happens underneath you, which is what makes running both and comparing the two on your own traffic a change of one string rather than a migration.
- How do these rates compare with the official ones?
- Both rows are published side by side rather than as a single discount claim. Kimi K3 is 40% below Moonshot AI's official rate and DeepSeek V4 Flash is 36% below DeepSeek's, which at 100M input and 20M output tokens a month is $365.00 against an official $600.00 for Kimi K3, and $12.60 against $19.60 for DeepSeek V4 Flash. The claim on this site is only that our rate sits below the model publisher's own — not that no one else is cheaper. Where a third-party provider undercuts us on either model, that provider's rate is printed on that model's own page.