Skip to main content

Envisioning is an emerging technology research institute and advisory.

LinkedInInstagramGitHub

2011 — 2026

research
  • Observatory
  • Newsletter
  • Methodology
  • Origins
  • Vocab
services
  • Research Sessions
  • Signals Workspace
  • Bespoke Projects
  • Use Cases
  • Readinessfree
impact
  • ANBIMAFuture of Brazilian Capital Markets
  • IEEECharting the Energy Transition
  • Horizon 2045Future of Human and Planetary Security
  • WKOTechnology Scanning for Austria
audiences
  • Innovation
  • Strategy
  • Consultants
  • Foresight
  • Associations
  • Governments
resources
  • Pricing
  • Partners
  • How We Work
  • Data Visualization
  • Multi-Model Method
  • FAQ
  • Security & Privacy
about
  • Manifesto
  • Community
  • Events
  • Support
  • Contact
  • Login
ResearchServicesPricingPartnersAbout
ResearchServicesPricingPartnersAbout
  1. Home
  2. Vocab
  3. Inference Cost

Inference Cost

Price to run an AI model on a single input or output.

Year: 2023Generality: 750
Back to Vocab

Inference cost is the monetary and computational price of running a trained AI model to generate predictions on new data. Unlike training cost—which is paid once upfront over days or weeks—inference cost is paid per query or per token generated, making it a continuous operational expense that scales with usage volume.

The cost is determined by three interacting factors: the model's computational complexity (which grows with parameter count and architecture depth), the hardware efficiency of the serving stack (including quantization, batching, and CUDA kernel optimization), and the energy costs of the data centers running the chips. Smaller, more efficient models dramatically reduce inference cost; a model that costs $0.01 per 1,000 tokens to serve can be economical at scale where a $1.00 per 1,000 token model would not.

Lower inference costs unlock higher-volume, lower-margin applications that would be uneconomical with expensive models. This is why the race to reduce inference cost has become as strategically important as raw model capability. Chinese AI labs including Kimi and ByteDance's Doubao have pursued aggressive inference-cost optimization as a competitive differentiator, pricing their models at a fraction of comparable Western alternatives. The business model depends on volume: many users paying small amounts beats few users paying large amounts.

Several open questions remain about inference cost dynamics. Whether the relationship between model size and inference cost follows predictable scaling laws, or whether architectural innovations can break the tradeoff between capability and efficiency, is actively researched. The degree to which inference cost reductions will concentrate value with model providers versus application developers depends on how commoditized model serving becomes. And the environmental footprint of inference—running models billions of times daily—remains poorly quantified compared to training's carbon impact.