Tech Glossary

What Are LLM, Token, and Context Window? Understand These Three Words and You Will Finally Read an AI Feature Bill

2026.08.02 · 77 views
What Are LLM, Token, and Context Window? Understand These Three Words and You Will Finally Read an AI Feature Bill

AI cost logic is nothing like buy it once — it is more like a utility bill. LLM, Token, and Context Window are the three key columns on that bill.

Share:

A vendor quotes you an AI customer service feature and says it depends on your token usage and if the model context window is too small it will miss data. You nod along and go home clueless. In 2026 almost every service adds AI, and AI cost logic is nothing like the buy it once you are used to — it is more like a utility bill, pay for what you use. These three words are the three key columns on that bill.

Why Explain These Three Together

Because they are three faces of the same thing: the LLM is the employee, the Token is the billing unit, and the Context Window is how big a desk it can see at once. To use AI you hit all three: can it do the job (LLM), how much it costs (Token), how much it can handle at a time (Context Window).

Term 1: LLM (Large Language Model)

One line: a super-intern that has read an entire library and is great with words, but has no memory and will confidently say wrong things.

Everyday analogy: think of an LLM as a newly hired, well-read intern. It responds fast and can chat about anything; but it does not remember yesterday — every shift it shows up amnesiac — and sometimes makes things up. ChatGPT, Claude, and Gemini are all powered by LLMs.

Real example: you run a cram school and want a parent LINE auto-reply. The LLM reads parent questions and writes answers. You must feed it your schedule, fees, and leave rules, or it will invent a plausible-sounding answer.

Term 2: Token (the billing and metering unit)

One line: the meter tick for AI reading and producing text; in Chinese roughly 1 character equals 1 to 2 tokens.

Everyday analogy: a token is like a taxi meter. Every sentence you say (input) plus every sentence the AI returns (output) ticks the meter. Major vendors almost all bill by token, counting input and output separately.

Real example: the cram school AI uses a few hundred to a thousand-plus tokens per question and answer. A few thousand conversations a month is millions of tokens. Estimate roughly how many conversations per month and back out the token cost.

Term 3: Context Window (the working memory limit)

One line: the max info the AI can hold in front of it at once; go over and it forgets the earlier stuff.

Everyday analogy: the context window is the intern desk surface. The desk is only so big; too many documents and the old ones get cleared away, and it can no longer see them. A bigger desk usually costs more.

Real example: to have the AI remember the whole conversation or read your 50-page manual in one go, you need a big enough context window; too small and by question 10 it forgot question 1. The fix is usually RAG (fetch only the relevant passages), cheaper and more accurate.

How the Three Relate

Picture a line: your question, split into Tokens, placed on the LLM desk (Context Window), the LLM reads, and produces an answer (more Tokens). The LLM decides how good the answer is, Tokens decide how much it costs, and the Context Window decides how much it can see and how long it remembers.

Concrete Impact on Client Decisions

  • Budget: AI features are usually usage-billed, not bought once. Budget a monthly fee.
  • Timeline: connecting AI is easy; feeding it the right data and controlling cost takes time.
  • Risk: without RAG and guardrails, the AI confidently makes things up, hurting client trust.

5 Questions to Ask Your Vendor

  • Is this feature billed by token usage? Can you estimate my monthly cost?
  • How do you prevent the AI from making things up (RAG, restricting it to my data)?
  • Which tier of model, and is the context window enough for my document volume?
  • If usage spikes, is there a cost cap or downgrade mechanism?
  • Where is my conversation data stored, and will it train someone else model?

Common Misconception

Misconception: build the AI feature once, then use it free forever. Truth: most AI features are continuously usage-billed (tokens), like a utility. Budget the monthly usage fee in.

How do tokens convert to money?

Unit prices differ by model, usually quoted per million tokens with input and output separate (see OpenAI pricing). In Chinese about 1 character equals 1 to 2 tokens. Estimate: monthly conversations times avg tokens per conversation times unit price.

Is a bigger context window always better?

Not necessarily. Bigger usually costs more, and stuffing everything in does not mean it uses it well. RAG is often cheaper and more accurate than just enlarging context.

Can my small business afford AI?

Yes. Scope right: automate one or two high-frequency questions first; usage is small, cost controllable, payback fast, then expand.

Can ScriptWalker build this for me?

Yes. We deploy clearly scoped, cost-controlled AI features (LINE auto-service, RAG knowledge-base Q&A) and make monthly usage costs clear at quote time.

Call to Action

Share:
Tech Glossary Back to Blog