Per developer, per model, per team. Built for engineering leaders who need answers before the invoice arrives.
↗ Open source · Free forever · No credit card
# Before from openai import OpenAI # After — only 2 lines changed import cohrint from cohrint.proxy.openai_proxy import OpenAI cohrint.init(api_key="crt_your_key") client = OpenAI(api_key="sk-...") # Everything else is identical — Cohrint wraps transparently response = client.chat.completions.create( model="gpt-4o", messages=[{"role": "user", "content": "Hello!"}], ) # ✓ Tokens: 12 in, 8 out ✓ Cost: $0.000110 ✓ Latency: 423ms # ✓ Cheapest alternative: gemini-1.5-flash — save 94%
// Before import OpenAI from "openai"; // After — only 2 lines changed import { init, createOpenAIProxy } from "cohrint"; import OpenAI from "openai"; init({ apiKey: "crt_your_key" }); const openai = createOpenAIProxy(new OpenAI()); // Identical API — Cohrint wraps every call automatically const response = await openai.chat.completions.create({ model: "gpt-4o", messages: [{ role: "user", content: "Hello!" }], }); // ✓ Captured: tokens, cost, latency, cheapest alternative
// ~/.claude/mcp.json (or claude-code / VS Code equivalent) { "mcpServers": { "cohrint": { "command": "npx", "args": ["-y", "cohrint-mcp"], "env": { "COHRINT_API_KEY": "crt_your_key", "COHRINT_ORG_ID": "your_org_id" } } } } // Then ask Claude Code in chat: // "How much did I spend on AI this week?" // "Which model is cheapest for my summarisation workflow?" // "Show requests wasting the most tokens"
# Install globally $ npx cohrint-cli # Pipe mode — optimize + forward to Claude $ echo "Could you please explain kubernetes pods" | cohrint ⚡ Optimized: 16 → 12 tokens (saved 4, -25%) A Kubernetes pod is the smallest deployable unit... 💰 Cost: $0.0065 | 💾 Saved: 4 tokens # REPL mode — switch agents on the fly $ cohrint cohrint [claude] ▸ explain load balancers cohrint [claude] ▸ /gemini summarize this in 2 lines cohrint [claude] ▸ /compare what is DNS cohrint [claude] ▸ /session # interactive mode with /compact, /clear cohrint [claude] ▸ /summary # dashboard stats in terminal
No credit card required · Free tier includes 50,000 events/month
| Capability | ✦ Cohrint | API Gateway Tools | LLM Observability SDKs | General APM Platforms |
|---|---|---|---|---|
| Real-time cost dashboard | ✓ | ✓ | partial | ✓ |
| Cross-model pricing intelligence | ✓ | — | — | — |
| Token efficiency scoring | ✓ | — | — | — |
| MCP server (AI-native IDE integration) | ✓ | — | — | — |
| Budget alerts (Slack/email) | ✓ | ✓ | partial | ✓ |
| Cross-platform OTel ingestion | ✓ | — | — | — |
| CLI agent wrapper + optimizer | ✓ | — | — | — |
| Privacy-first local proxy | ✓ | — | — | — |
| RBAC + full audit log | ✓ | partial | partial | ✓ |
| Free tier | ✓ generous | ✓ | ✓ | — |
Capabilities based on publicly documented features of top-rated tools in each category (G2, Capterra, vendor documentation). No competitor is specifically named or implied.
Reach out anytime — whether you have a question, need help getting started, or want to discuss an enterprise plan.
// one line of code · full visibility in 60 seconds · free forever
Create free account →
In early access — design partners welcome
We're onboarding a small cohort of engineering teams to shape the roadmap. Early partners get free Pro access and a direct line to the founders.
Become a design partner →No commitment. Cancel anytime. [email protected]