CountFlows

How Much Does 1 Million Tokens Cost? 7 Real Examples

How much does 1 million tokens cost? Compare GPT, Claude, and Gemini input and output prices, with real API cost examples and savings tips.

How Much Does 1 Million Tokens Cost AI Pricing Guide
Umair Tufail2026-08-258 min readAI & Tokens

Topics Covered:

how much does 1 million tokens cost1 million tokens costAI token pricingAPI token cost calculatorGPT token costClaude token pricingGemini token pricing

AI pricing looks simple until you try to calculate a real bill. You see a price per million tokens, but input and output often have very different rates. So, how much does 1 million tokens cost? Among the current GPT, Claude, and Gemini models compared below, standard or current promotional rates range from $0.20 to $5 for input and $1.20 to $25 for output. The model and type of usage decide what you actually pay.

Quick Answer: What Does This Amount Cost?

There isn't one universal price for a million AI tokens. Providers charge different rates for each model, and they usually separate input tokens from output tokens. The text you send counts as input, while the model's response counts as output.

For example, GPT-5.6 Luna currently costs $0.20 per MTok for input and $1.20 for output. Claude Opus 4.8 costs $5 for input and $25 for output. That means the same token volume can have a very different price depending on the model and direction.

Quick rule: Never calculate AI cost from token quantity alone. You need the model, input amount, and expected output amount.

Why Isn't There One AI Token Price?

Think of tokens like electricity usage. Knowing how many units you consume isn't enough until you know the price charged for each unit. AI APIs work in a similar way because every model has its own token pricing.

Moreover, providers may offer several rates for the same model. Regular prompt usage, cached prompts, long-context requests, batch processing, and output generation can all carry different prices. That is why a simple search for AI token cost often produces several correct answers instead of one fixed number.

AI Token Cost Comparison for 2026

The table below uses current provider pricing checked on August 25, 2026. It focuses on text pricing for models relevant to the CountFlows calculator.

Model Input / MTok Output / MTok
GPT-5.6 Sol $4.00* $20.00*
GPT-5.6 Terra $2.00 $12.00
GPT-5.6 Luna $0.20 $1.20
Claude Opus 4.8 $5.00 $25.00
Claude Sonnet 5 $2.00** $10.00**
Claude Haiku 4.5 $1.00 $5.00
Gemini 3.6 Flash $1.50 $7.50
Gemini 3.5 Flash-Lite $0.30 $2.50
Gemini 3.1 Pro Preview $2.00*** $12.00***

* OpenAI currently describes GPT-5.6 Sol's $4 / $20 rate as promotional pricing, available at least through November 21, 2026.

** Claude Sonnet 5 introductory pricing of $2 / $10 applies through August 31, 2026. Anthropic lists $3 / $15 starting September 1.

*** Gemini 3.1 Pro Preview charges $2 input and $12 output for prompts up to 200K tokens. Google lists higher rates above that threshold.

For the latest provider rates, check the official OpenAI model pricing, Anthropic pricing documentation, and Google Gemini API pricing before making a production budget.

How Much Do OpenAI Tokens Cost?

OpenAI's GPT-5.6 family shows how wide pricing can become within one provider. GPT-5.6 Sol currently lists $4 per MTok for prompt usage and $20 per MTok for generated responses. Terra drops those rates to $2 and $12, while Luna costs $0.20 and $1.20.

Choosing between them isn't only about finding the lowest number. A cheaper model may suit high-volume, simple work, while a stronger model may handle a difficult task more effectively. Use the AI Token Counter & Cost Calculator to compare your own prompt and response usage rather than relying on list prices alone.

How Much Do Claude Tokens Cost?

Anthropic also separates model tiers clearly. Claude Opus 4.8 currently costs $5 per MTok for prompt usage and $25 per MTok for generated responses. Claude Haiku 4.5 costs $1 and $5, making its raw token rate much lower.

Claude Sonnet 5 needs extra attention right now. Its introductory rate is $2 for input and $10 for output through August 31, 2026. Anthropic says the standard rate becomes $3 and $15 from September 1, so an article or calculator that stores pricing should account for that scheduled change.

How Much Do Gemini Tokens Cost?

Google's Gemini pricing also changes by model and processing mode. Gemini 3.6 Flash Standard currently lists a rate of $1.50 per MTok for prompt usage and $7.50 per MTok for generated responses. Its Batch rate is lower at $0.75 and $3.75.

Gemini 3.1 Pro Preview adds another factor: prompt length. Google lists $2 per MTok for prompt usage and $12 per MTok for generated responses when prompts stay at or below 200K tokens. Above that level, the rates rise to $4 and $18 respectively. Once the prompt exceeds 200K tokens, context size becomes relevant to cost, not only to whether your prompt fits.

Input Tokens vs Output Tokens: Why the Difference Matters

Input tokens include the content you send to the model. This can include your prompt, system instructions, chat history, retrieved documents, or other context. Output tokens cover the text the model generates in response.

Output often costs considerably more in the models shown above. For GPT-5.6 Terra, one MTok of input costs $2 while the same amount of output costs $12. A workload with short prompts and long generated reports can therefore cost much more than one with long prompts and short answers.

A Simple Cost Example

Suppose one month of API usage includes:

  • 5 million input tokens.
  • 1 million output tokens.
  • GPT-5.6 Terra.
  • $2 input rate.
  • $12 output rate.

The calculation is:

  • Input: 5 × $2 = $10.
  • Output: 1 × $12 = $12.
  • Estimated total = $22.

Notice that output represents only one sixth of the token usage, yet it contributes more than half of the estimated bill.

Can Cached Tokens Reduce the Cost?

Yes, when a provider and model support cheaper cached input. Caching can help when you repeatedly send the same system prompt, instructions, large reference document, or other reusable context.

For example, OpenAI currently lists GPT-5.6 Sol cached prompt usage at $0.40 per MTok, compared with $4 per MTok for regular prompt usage. Anthropic lists Claude Opus 4.8 cache hits at $0.50 compared with a $5 base input rate. The exact caching rules matter, so don't assume every repeated prompt automatically receives the lower rate.

What Does This Token Volume Represent in Words?

Cost becomes easier to understand when you can picture the amount of text. For normal English, one million token units are roughly equal to 750,000 words using the common planning estimate of about 0.75 words per token.

If you want the full conversion into words, pages, characters, and code, see the 1 million tokens to words guide. For the reverse calculation, the 1,000 words to tokens guide explains why 1,000 English words often produce roughly 1,300 to 1,500 AI tokens.

How to Calculate Your Real AI API Cost

The basic formula is simple:

Input cost = input tokens ÷ 1,000,000 × input rate

Output cost = output tokens ÷ 1,000,000 × output rate

Then add both results.

For example, imagine one request uses 2,000 input tokens and produces 500 output tokens. If the selected model charges $2 per MTok for input and $10 for output, the request costs about:

  • Input: 2,000 ÷ 1,000,000 × $2 = $0.004.
  • Output: 500 ÷ 1,000,000 × $10 = $0.005.
  • Total = $0.009.

One request looks inexpensive. At 100,000 similar requests, however, the same pattern would reach roughly $900 before considering caching, tools, search calls, or other provider charges.

When Should You Use a Token Price Calculator?

Manual math works when you only want to check one simple example. A token price calculator becomes more useful when you need to compare several models, change response length, check context usage, or estimate a monthly workload.

Instead of guessing from the price card, paste your real prompt into the CountFlows calculator. You can estimate its token size, select a supported model, add expected output, and compare the likely cost before sending the request.

Best rule: Use provider prices for verification and your real workload for budgeting.

Frequently Asked Questions

How much does 1 million tokens cost?

There is no single price. Among the current GPT, Claude, and Gemini models compared here, input rates range from $0.20 to $5 per MTok and output rates range from $1.20 to $25.

How much does OpenAI charge for this amount?

It depends on the GPT model. Current GPT-5.6 rates range widely, with Luna at $0.20 input and $1.20 output, while Sol currently lists promotional rates of $4 and $20.

What is the Claude cost per MTok?

Claude pricing depends on the model. Opus 4.8 currently lists $5 input and $25 output, while Haiku 4.5 lists $1 and $5.

What does Gemini charge per MTok?

Gemini prices vary by model and processing mode. Gemini 3.6 Flash Standard currently lists $1.50 input and $7.50 output, while Batch processing costs less.

Are prompt and response tokens charged at the same rate?

Usually not for the models covered here. Output is generally more expensive, so response length can have a large effect on the final API bill.

Does ChatGPT Plus include API token usage?

ChatGPT subscriptions and API usage are separate products. API costs depend on the model and metered usage rather than your ChatGPT subscription.

Is an AI token cost calculator exact?

It provides an estimate based on token counts and configured pricing. Your provider's final usage record and invoice remain the authoritative billing source.

Final Takeaway

The answer to how much does 1 million tokens cost depends mainly on the model and the balance between prompt usage and generated responses. Current major-model rates differ enough that choosing a model can change the bill substantially.

Caching, long prompts, batch processing, and response length can change the calculation further. That is why a single “price per million” number doesn't describe a real production workload very well.

Before budgeting an application, measure the actual prompt and expected response. Then compare those numbers in the AI Token Counter & Cost Calculator against current official provider pricing.

Continue with closely related CountFlows guides.

Umair Tufail, Senior Editor at CountFlows

Written by

Umair Tufail

Senior Editor

Umair Tufail is a content strategist , developer and editor specializing in writing guides, SEO, and academic communication. He helps writers create clear, research-backed content.

← Read More Articles