A million tokens, measured in

AI output

Output tokens are what the model generates β€” each one costs 2-8Γ— more than input because the model predicts them sequentially. A million output tokens is thousands of responses accumulated over many API calls.

β‰ˆ 2,000 detailed responses long AI responses, drawn to scale

1 block = 1 response

β‰ˆ 2,000 detailed responses

long AI responses

A detailed AI response (explanation, analysis, essay) averages about 500 tokens. A million output tokens is roughly 2,000 of these β€” months of heavy daily usage.

basis: ~500 tokens per detailed response

β‰ˆ 5,000 code completions function implementations, drawn to scale

1 block = 1 completion

β‰ˆ 5,000 code completions

function implementations

A typical code completion β€” a function implementation, a refactor, a bug fix β€” runs about 200 tokens. A million output tokens is 5,000 of these.

basis: ~200 tokens per code completion

β‰ˆ 500 blog posts AI-written articles, drawn to scale

1 block = 1 article

β‰ˆ 500 blog posts

AI-written articles

A full blog post or report generated by AI averages about 2,000 tokens (~1,500 words). A million output tokens produces 500 complete articles.

basis: ~2,000 tokens per article

β‰ˆ 10,000 email drafts AI-drafted email replies, drawn to scale

1 block = 10 emails

β‰ˆ 10,000 email drafts

AI-drafted email replies

A professional email reply generated by AI averages about 100 tokens (~75 words). A million output tokens drafts 10,000 emails β€” years of inbox assistance.

basis: ~100 tokens per email draft

β‰ˆ 1,000 document summaries page-long summaries, drawn to scale

1 block = 1 summary

β‰ˆ 1,000 document summaries

page-long summaries

A thorough document summary runs about 1,000 tokens (~750 words, a full page). A million output tokens produces 1,000 of these β€” an entire research library summarized.

basis: ~1,000 tokens per summary

β‰ˆ 50,000 chatbot replies short chatbot responses, drawn to scale

1 block = 10 replies

β‰ˆ 50,000 chatbot replies

short chatbot responses

A quick chatbot answer β€” a classification, a yes/no, a short extraction β€” averages about 20 tokens. A million output tokens is 50,000 of these, enough for a busy customer service bot.

basis: ~20 tokens per short reply

Output tokens are the expensive side of the equation. While input tokens are processed in parallel, the model generates output tokens one at a time β€” predicting the next word, then the next, thousands of times. That sequential generation is why output costs 2-8x more than input. For applications that generate text at scale β€” chatbots, code assistants, content pipelines β€” output token budgets are usually the binding constraint.

Common questions about ai output

What would this cost?

Everything on this page is exactly one million tokens. So the price of having a model read all of it is simply each model's per-million rate. Updated 2026-07-28.

ModelRead all of it (input)
GPT-5.6 Sol$5
GPT-5.5 Pro$30
Claude Fable 5$10
GPT-5.6 Terra$2.50
GPT-5.5$5
Claude Opus 4.8$5
Claude Sonnet 5$2
Gemini 3.1 Pro$2
Gemini 3.5 Flash$1.50
GPT-5.6 Luna$1
Claude Haiku 4.5$1
Gemini 3 Flash$0.50

From $0.50 to $30 for the same million tokens. Try your own budget in the calculator β†’

Frequently asked questions

What is an output token?
An output token is a token the model generates (writes). Each output token costs more than an input token because the model must predict them sequentially.
Why are output tokens more expensive than input tokens?
Output tokens cost 2-8x more because the model generates each one sequentially, predicting the next word thousands of times. Input tokens are just read in parallel.
How many AI responses is 1 million output tokens?
About 2,000 detailed responses at ~500 tokens each, or 50,000 short chatbot replies at ~20 tokens each.
How many code completions is 1 million output tokens?
Approximately 5,000 function implementations at ~200 tokens per completion.
How many blog posts can AI write with 1 million tokens?
About 500 full blog posts or reports, at ~2,000 tokens (~1,500 words) per article.

The same million tokens, measured differently

Or start over with the full picture β€” scale, prices, and the budget calculator.

From the blog