Understand Every AI Dollar.
Monitor OpenAI, Anthropic, Google, Azure OpenAI, Grok, OpenRouter, Ollama, and every AI provider from one unified platform.
See your AI economy in real time.
Every provider, every model, every project — normalized, correlated, and streamed live.
Every capability a modern AI team needs.
From ingestion to forecasting — one focused platform for FinOps, platform, and finance teams.
Five steps to AI cost clarity.
From first connection to automated forecasts — Costorah is designed to fit into the workflow you already have.
Ship in minutes.
Instrument once.
Python and JavaScript/TypeScript SDKs, a clean REST API, and a CLI. Track every AI call with a single line of code — or ingest server-side with zero client changes.
from costorah import Costorah
client = Costorah(api_key="ck_live_...")
response = openai.chat.completions.create(
model="gpt-4o",
messages=[{"role": "user", "content": "Hello"}],
)
client.track(
provider="openai",
model="gpt-4o",
usage=response.usage,
project="production",
)import { Costorah } from "costorah";
const client = new Costorah({ apiKey: process.env.COSTORAH_KEY! });
const res = await openai.chat.completions.create({
model: "gpt-4o",
messages: [{ role: "user", content: "Hello" }],
});
await client.track({
provider: "openai",
model: "gpt-4o",
usage: res.usage,
project: "production",
});Enterprise-grade from day one.
Designed with the controls that regulated industries require — and audited to prove it.
Simple pricing that scales with you.
Start free today. Team and Enterprise plans with billing are coming soon.
- Up to 1M tokens/mo
- 3 providers
- 7-day retention
- Community support
- Everything in Free
- Higher usage limits
- Longer data retention
- Priority support
- Everything in Team
- SSO & advanced RBAC
- Custom retention
- Dedicated support
Everything you might ask.
Which AI providers do you support?
OpenAI, Anthropic, Google Gemini, Azure OpenAI, OpenRouter, Grok, and Ollama today, with more providers on the way.
How fast is setup?
A few minutes. Connect a provider, drop in our Python or JavaScript SDK, and usage starts flowing in.
Does Costorah sit in the request path?
No. We collect usage out-of-band via provider APIs and optional client SDKs, so there's no added latency to your requests.
Can I set budgets and alerts?
Yes. Organization, project, provider, and model-level budgets with configurable thresholds are available today, shown in your in-app notification center. Email, Slack, and webhook delivery are coming soon.
How do you handle sensitive data?
We store usage metadata — tokens, cost, model, timestamps. Prompts and completions are never collected.
Do you offer SSO and RBAC?
Role-based access control (Owner/Admin/Member/Viewer) is available today. SSO is on our roadmap.
What SDKs are available?
Python and JavaScript/TypeScript SDKs are available today. Additional language SDKs are coming soon.
Do you have a free tier?
Yes. The Free plan is free forever, with no credit card required.
Start monitoring AI costs today.
Free forever for individuals and small teams. No credit card required.
