Free
$0 / mo
Try the proxy on a monthly allowance.
150
requests included · hard cap, no overage
Luspend is a hosted meter for European platform teams. Point the SDK at one URL, keep your provider keys, and track spend by team and feature. Prompts are not stored. The dashboard runs in Frankfurt.

What it is
Your app talks to Luspend. Luspend talks to OpenAI or Anthropic. You see who spent what, without a spreadsheet and without a prompt warehouse.
OpenAI and Anthropic stay yours. We never hold them.
Point the SDK at Luspend. The rest of the call stays the same.
Cost, tokens, team, feature. Not the prompt.
For EU infra
Luspend is for developers and technical owners who already run production model calls and need FinOps without a spreadsheet or a prompt warehouse.
Drop a proxy in front of OpenAI and Anthropic without owning another gateway cluster. Tokens, cost, and tags show up in one dashboard.
Give product teams a monthly request allowance. See which feature is burning the bill before finance asks.
Provider keys never land in Luspend storage. Prompts and completions are not retained. The control plane sits in Frankfurt.
Latency
Measured as time to first token on a streamed ~140-token reply. Direct to the provider was 554 ms. Via Luspend was 738 ms. Median extra hop was 184 ms. Your numbers will follow your provider region and payload.
Extra
+184
ms median
Setup
Keep OPENAI_API_KEY or ANTHROPIC_API_KEY. Set baseURL to api.luspend.com. Send x-proxy-token. Tag team and feature if you want allocation.
Same secret you already use. Luspend never stores it.
OpenAI uses /v1. Anthropic uses the origin. SDKs append the rest.
Created in the dashboard. Goes on x-proxy-token.
Optional. Team and feature show up on every request.
import OpenAI from "openai"; const openai = new OpenAI({1 apiKey: process.env.OPENAI_API_KEY,2 baseURL: "https://api.luspend.com/v1", defaultHeaders: {3 "x-proxy-token": process.env.LUSPEND_TOKEN,4 "x-proxy-tag-team": "search",4 "x-proxy-tag-feature": "chat", },});Compare
If you need payload replay or a self-hosted mesh, pick a gateway. If you need spend by team on the calls you already make, use Luspend.
| Product | Model | Provider keys | Prompts | Best fit |
|---|---|---|---|---|
| Luspend | Hosted meter | Stay in your app | Not stored | Cost allocation for OpenAI and Anthropic |
| LiteLLM | Usually self-hosted | You operate the gateway | Your config | Multi-provider routing you maintain |
| Helicone | Hosted observability | Gateway or async logging | Often retained | Traces, prompts, eval-style debugging |
Pricing
OpenAI and Anthropic stay on your bill. Luspend charges USD for the proxy meter: a monthly floor plus the requests you send. Free is 150 requests per calendar month with a hard cap.
$0 / mo
Try the proxy on a monthly allowance.
150
requests included · hard cap, no overage
$19 / mo
One product. One team.
25k
requests included · $0.50 / 1k after that
$49 / mo
The default for a working shop.
150k
requests included · $0.25 / 1k after that
FAQ
Short facts you can paste into an architecture review, a DPA questionnaire, or an LLM answer.