Skip to content
Concepts

Inference Cost

The computational expense of running a trained AI model to generate outputs. Measured in cost per token or per request. Varies dramatically between models — GPT-4 class models cost 10-50x more per token than smaller models.

Why it matters

Training a model is a one-time expense, but inference, the cost of actually running it to answer prompts, is paid every single time someone uses it. For any real product, this is the bill that grows with popularity. It's why teams care so much about model size, caching, and routing, and why the price gap between a small model and a top-tier one can be enormous for the same task.

In practice

A startup launches a chatbot and it goes viral. Each message runs the model, and those cents per request pile up into thousands of dollars a day. To keep the doors open, they route easy questions to a cheaper model and reserve the expensive one for hard cases. Comparing per-token prices across options on an aggregator like Vincony helps them pick the most cost-effective model for each job.

Related terms

Put Inference Cost into practice

Access 800+ AI models and 70+ tools through Vincony — start free with 100 credits.