Impact-Site-Verification: 1fce05f2-a6cf-4f31-8ca1-aaddc332516c

AI Token Cost Basics: Input, Output, and Workloads

Token pricing is multiplication with two rates: prompt (input) tokens and completion (output) tokens. This guide explains the workload math behind our token and LLM API calculators without claiming a live price feed.

What a token roughly is

Providers bill on tokens—subword pieces of text—not whole words. Exact tokenization differs by model. For planning, use measured token counts from logs or a tokenizer, then apply the rate card you copied from the provider.

No embedded live prices
Our worksheets never invent or scrape provider pricing. If rates change, update the numbers you enter. Cached, batch, or discounted tiers only apply when you enter those rates yourself.

Price one workload

1

Count input tokens

Prompt, system message, and retrieved context.

2

Estimate output tokens

Use average completion length from logs when possible.

3

Apply separate rates

Cost ≈ input_tokens × input_rate + output_tokens × output_rate.

4

Scale carefully

Multiply by requests only after one-shot cost looks right.

When to switch tools

Use the token calculator for a known single workload. Use the LLM API budget page for recurring monthly request volume plus fixed costs. Training and video tools price accelerators and minutes—not tokens.