← heapsort
ARTICLE27

LLM Cost Tracking for Rails

DEV.to AIΒ·May 28, 2026

This content introduces `llm_cost_tracker`, a new Rails Engine built to solve the challenge of attributing Large Language Model (LLM) costs within Rails applications. It aims to provide per-user, per-feature, per-tenant cost tracking for services like OpenAI or Anthropic, adhering to principles of no new infrastructure, no prompt storage, and no traffic redirection.

Read original β†—