Models & providers
CostMeter
Live USD cost meter that subscribes to the AI event bus.
Preview
$0.0124session
$0.41200 in · 0 out
Installation
pnpm add nyxis-ui
Usage
import { CostMeter } from 'nyxis-ui';
// or, for stricter tree-shaking:
// import { CostMeter } from 'nyxis-ui/cost-meter';
// Subscribes to nyxisAIEvents 'usage' events automatically.
<CostMeter detailed />;