Benchmarks for LLMs often fail to account for the actual cost of using a model, focusing instead on output quality and token count. The author proposes a simple formula to calculate cost: (input_tokens / 1M) * price_in + (output_tokens / 1M) * price_out. This is crucial because a model that is cheaper per token might end up being more expensive if it requires more tokens to complete a task due to misunderstandings or retries. The article advises logging token usage per task, pricing top model candidates on personal tasks, and recomputing costs quarterly, as model prices and capabilities evolve. AI
IMPACT Highlights the need for cost-aware LLM selection, impacting enterprise adoption and development strategies.
RANK_REASON The item is an opinion piece discussing a methodology for evaluating LLM costs.
AI-generated summary · Google Gemini · from 1 sources. How we write summaries →