LLM Cost Tracking for Rails
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.



