LLMtrack shows every dollar the instant a request completes — broken down by feature, model, and user. One async call. No proxy. No latency added to your app. Official Node & Python SDKs.
Provider dashboards show you a total, once a day at best. By the time you see the spike, it's already cost you.
No proxy. No configuration. No new infrastructure. Install the SDK and add one line after your existing LLM calls.
npm install llmtrack · Python: pip install llmtrack-sdk · Open source on GitHub → · Prefer raw HTTP? →import { LLMtrack } from 'llmtrack';
const llmtrack = new LLMtrack({ apiKey: process.env.LLMTRACK_API_KEY });
// after your LLM call — fire-and-forget, never throws, never blocks
llmtrack.track({
provider: 'openai',
model: 'gpt-5.6-sol',
feature: 'chat-completion',
promptTokens: 1200,
completionTokens: 480,
reasoningTokens: 3100,
});| Feature | Requests | Cost | Trend |
|---|---|---|---|
| chat-completion | 198 | $0.0031 | ↑ 12% |
| summarizer | 137 | $0.0008 | ↓ 3% |
| search-assist | 89 | $0.0003 | → 0% |
| code-review | 62 | $0.0002 | ↑ 4% |
It started the way most of these stories start: with a number that didn't make sense.
Why we built LLMtrack →Helicone and Langfuse are powerful — and built for dedicated ML ops teams with weeks to integrate. LLMtrack is for the developer who needs answers this afternoon.
| LLMtrack | Helicone | Langfuse | LangSmith | |
|---|---|---|---|---|
| Entry price | $0 forever | $0 (10k/mo) | $0 (50k units) | $0 (LangChain) |
| Proxy required | ✓ No proxy | Partial | ✓ No proxy | SDK lock-in |
| Official SDKs | ✓ Node + Python (MIT) | ✓ | ✓ | Required |
| Setup time | <5 minutes | ~15 min | ~30 min | 60+ min |
| Real-time data (<1s) | ✓ Yes | ✗ ~minutes | ✗ ~minutes | ✗ ~minutes |
| Feature-level cost | ✓ Built-in | Partial | Via traces | Partial |
| Business unit economics | ✓ Cost per user | ✗ | ✗ | ✗ |
| Spend forecast | ✓ All plans | ✗ Enterprise | ✗ | ✗ |
| Model savings calc | ✓ Automatic | ✗ | ✗ | ✗ |
| Pro plan price | $11.99/mo | $120/mo | $29/mo | $39/seat/mo |
Start free. Pay only when your usage grows. No annual lock-in. No sales calls.
We count requests, not traces or spans. 3,000 events is 3,000 real API calls.
llmtrack on Node 18+, and Python uses the PyPI package llmtrack-sdk, imported as llmtrack_sdk. Both provide automatic idempotency, retries, and track() that never throws. See the SDK guide.reasoning_tokens and prices them. Read the reasoning-tokens guide.Free forever plan. One line of code. Your first cost breakdown in under 5 minutes.