Beginner

Token Economics for Organizations

Subscriptions, APIs, and enterprise agreements all meter the same underlying thing - tokens. Learn how AI pricing really works so you can predict, compare, and negotiate.

✍️ AI School Editorial Team · Lilly Tech Systems 📅 Published Jun 3, 2026 · Reviewed Jun 4, 2026

The Three Ways Organizations Buy AI

1. Seat-Based Subscriptions

A chat assistant or coding copilot priced per user per month. Predictable and simple - but you pay for every seat whether it is used or not, and heavy users hit rate limits. When organizations "cancel an AI subscription," it is usually because seat utilization could not justify the price: 1,000 seats × $30/month is $360,000 a year, and utilization audits often find fewer than 40% of seats in weekly active use.

2. API Consumption (Pay Per Token)

You pay for exactly what you use: input tokens (everything you send - system prompt, conversation history, documents) plus output tokens (everything the model generates). This is where optimization has direct, immediate impact: every token you eliminate is money back, on every single call.

3. Enterprise Agreements

Committed-spend contracts blending the two, often with volume discounts, provisioned throughput, or private deployments. Your negotiating position is entirely determined by how well you understand your own token consumption profile - which is exactly what Lesson 7's measurement practices give you.

How API Pricing Works

Prices are quoted per million tokens (MTok), with output typically costing 3-5× input. The tiers below are illustrative - always check current vendor pricing, because these numbers change frequently:

Model ClassInput / MTokOutput / MTokUse For
Frontier (most capable)~$5-15~$25-75Hard reasoning, agent planning, final drafts
Mid-tier~$1-3~$5-15Most production workloads
Small / fast~$0.10-1~$0.50-5Classification, extraction, routing
💰
A "cheap" feature that isn't. A support assistant sends a 3,000-token system prompt + 2,000 tokens of history per message, and answers average 500 tokens. At frontier pricing ($5 in / $25 out): each message costs (5,000 × $5 + 500 × $25) / 1M ≈ $0.0375. Harmless - until you multiply. At 50,000 messages/day that is $1,875/day, over $680,000/year for one feature. The same workload on a mid-tier model with a cached system prompt and trimmed history can run under $100,000/year.

Context Windows Are Priced Linearly - But Used Carelessly

A 200k-token context window is a capability, not a goal. Every token in the window is billed on every call. Teams that "just stuff everything into context" pay for that convenience on every single request - and pay again as conversations continue and that context is re-sent turn after turn. Lesson 4 covers the discipline of deciding what actually deserves a place in the window.

Total Cost of Ownership: Tokens Are Not the Whole Story

A fair comparison between models also counts:

  • Retry and failure tokens. A cheaper model that fails 20% of tasks and needs retries can cost more end-to-end than a pricier model that succeeds first time - and that is before counting the downstream cost of wrong answers that slip through.
  • Engineering time. Heroic prompt gymnastics to make a small model work has a salary cost that rarely appears on the AI dashboard.
  • Latency. Sometimes paying more per token but finishing in one shot is the cheaper system overall.
The metric that matters: Optimize cost per successful task, not cost per token. The cheapest model that reliably completes the task is the right model - that is the routing principle Lesson 5 builds on.

Subscription or API? A Quick Decision Frame

SituationBetter FitWhy
Individual knowledge workers, varied daily useSeatsPredictable, zero engineering
Product features, automated pipelinesAPIPay only for actual usage; fully optimizable
Low seat utilization (<50% weekly active)Re-evaluateTrim seats, or shift casual users to cheaper tiers
High, steady, predictable volumeEnterprise agreementCommitted-spend discounts beat list pricing

The organizations that get this right run the analysis with real usage data - per-seat activity for subscriptions, per-feature token logs for APIs - rather than gut feel. Lesson 7 shows how to have that data on hand permanently.

Check Current Pricing at the Source

The figures in this lesson are illustrative and will drift. When you build a cost model, pull current numbers from the vendors' official pricing pages:

📚
See also: Tokens in AI → Pricing for tokenizer-level pricing details, and AI Cost Management for budgeting and tracking practices.

Ready to Go Deeper?

Live instructor-led courses from our partners. Affiliate disclosure.