AIPricingLabGlossary
Glossary

Metered billing

Charging customers based on what they actually consumed in a billing period - tokens, image renders, agent runs - instead of a flat subscription fee.

Last updated: 2026-05-10

Definition

Metered billing tracks every billable action a customer takes (a "usage event") and aggregates them into a quantity that drives invoicing. For AI apps, the events are usually LLM calls, image renders, or agent runs. Metered billing requires a metering layer (counts events, enforces limits, exposes analytics) and an invoicing layer (turns totals into invoices). AIPricingLab is the metering layer; Stripe Billing or Lago is the invoicing layer.

Example

A user generates 87 images in March on a "$10/mo includes 100 renders, $0.20 each after" plan. Their March bill is $10 (within the included quota - no overage charges).

Related terms