Lutflow / Docs

Quickstart

Get started with Lutflow AI Cost Intelligence

Lutflow

Lutflow provides AI Cost Intelligence for LLM inference. Track and enforce your LLM spend in-process, and compute cost and energy metrics from your telemetry export.

Choose Your Path

Quick Install

SDK

pip install lutflow==0.2.0
lutflow measure --from-telemetry export.jsonl

Sentinel

helm install lutflow-sentinel oci://ghcr.io/lutflow/charts/lutflow-sentinel \
  --namespace lutflow --create-namespace \
  --set global.tenantId="my-tenant"

How It Works

  1. Collect — SDK reads telemetry exports; Sentinel scrapes /metrics from vLLM/TGI/BentoML
  2. Compute — Energy (joules) and cost ($) per 1000 tokens, segmented by concurrency
  3. Export — Local measurement or Kafka streaming to your analytics pipeline
  4. Enforce — Optional budget limits with configurable actions (warn, error, kill)

License

Lutflow is source-available under BSL 1.1. See Security & Trust for our guarantees.

On this page