All articles
Model Comparisons

Which AI Model Has the Largest Output Limit?

Context windows converged on a million tokens. Output ceilings did not: they run from 16,000 to over 943,000, and the largest come from labs outside the frontier three.

Travis Johnson

Travis Johnson

Founder, Deepest

July 21, 20264 min read

Moonshot's Kimi K3 arrived on 16 July with a specification almost nobody comments on: a maximum output of 943,718 tokens. Not context, output. It will write roughly seven times more in a single response than anything OpenAI or Anthropic will. A quiet race has started over how much a model will say in one go, and it is being run almost entirely by labs outside the usual three.

The number that moved

Context windows got all the attention for two years, and they have largely converged: a million tokens is now table stakes across the frontier. Output ceilings did not converge. They split.

The Western flagships sit at 128,000 tokens of maximum output. Kimi K3 publishes 943,718. So does Meta's Muse Spark line. DeepSeek's V4 Flash snapshot from the end of July publishes the same figure. Thinking Machines' Inkling, from a lab most people have not heard of, publishes 471,859.

Kimi K3 costs $3 per million input tokens and $15 per million output, with a 1,048,576-token context window, accepting text and images.

Key Finding: A 943,718-token output ceiling and a 128,000-token one are not the same product decision scaled differently. One assumes you will ask for a chapter; the other assumes you will ask for an answer. Which assumption fits your work should drive the model choice, and it is not a line item most comparisons even show.

When a huge output ceiling earns its keep

For conversational use, it is irrelevant. A thorough answer to a hard question is a few thousand tokens. You will never approach even the 128,000-token limit, let alone seven times it.

It matters when the output itself is the deliverable and it is long:

  • Whole-document translation or rewriting. One pass keeps terminology and voice consistent; chunking loses both at every seam.
  • Bulk structured generation. Large sets of test fixtures, synthetic records, or catalogue entries where the format must stay identical throughout.
  • Long-form drafting. Where the argument has to hold together across tens of thousands of words rather than being stitched from independently generated sections.

The alternative in every case is chunking with an orchestration layer, which works but costs you coherence and adds a component to maintain. If a model will simply write the whole thing, that complexity disappears.

A new lab worth noting

Thinking Machines released Inkling on 17 July at $1 per million input tokens and $4.05 output, with a 1M context window and audio input alongside text and images. Audio input at that price is not yet common.

The broader pattern this month is that interesting specifications are increasingly arriving from outside the three labs everyone watches. Moonshot, Meta, Thinking Machines and Meituan all shipped models in July with capabilities or price points that the majors do not currently match on some axis. None of them is going to top a general leaderboard. Each of them is the best available option for some specific job.

The practical problem this creates

If the best model for your task might come from a lab you have never evaluated, the cost of finding out is the real obstacle. Separate accounts, separate keys, separate billing, separate interfaces, all to test a hypothesis that will usually be wrong.

That friction is why most people simply do not test, and keep using whichever flagship they already pay for. It is also why Deepest routes through an aggregator rather than direct provider APIs: it means adding a model from a lab nobody has heard of is a configuration change, and comparing it against your current default is a single prompt.

The frontier labs will not have the best answer to every question. Finding the exceptions should be cheap.

Frequently Asked Questions

Is Kimi K3 competitive with Western flagships on quality?

On general benchmarks it is not positioned as a leader, and we would not claim otherwise. Its case is specific: long-form generation at a price well under the frontier, with an output ceiling nothing from OpenAI or Anthropic currently matches. Test it on your actual long-output work rather than on general benchmarks, which is where its advantage does not appear.

Does a large output ceiling mean the model stays coherent that long?

No, and this is the trap. The ceiling is what the endpoint permits, not a guarantee of quality throughout. Coherence over very long outputs is exactly where models degrade, and it degrades gradually rather than failing visibly. If you plan to generate 100,000 tokens in one call, read the middle of the output, not just the start and end.

Why do output limits vary so much more than context windows?

We do not have a stated reason from the providers and would rather not invent one. What is observable is that context windows converged around a million tokens while output ceilings spread from 16,000 to over 900,000, and that the largest ones currently come from labs outside the traditional frontier three.

Kimi K3Moonshotoutput limitsThinking Machinesopen weightsmodel comparison

See it for yourself

Run any prompt across ChatGPT, Claude, Gemini, and 300+ other models simultaneously.30-day money-back guarantee.

Try Deepest free →

Related articles