Cohrint routes every Claude Code, Copilot, and Cursor request to the cheapest model that meets your quality bar. You save money while you sleep. We only get paid when you save.
# 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 for teams under $500/mo in AI spend
Enterprise-grade security, privacy-first local proxy, and full audit logging. Read our trust center →
Reach out anytime — whether you have a question, need help getting started, or want to discuss an enterprise plan.
// two lines of config · savings visible in 60 seconds · we only win when you save
Start saving in 60 seconds →
"We pointed Cohrint at our Claude Code fleet on a Friday. By Monday it had rerouted 60% of our autocomplete traffic to a cheaper model with no quality drop."
Your team's savings data could go here.
Apply now →Your team's savings data could go here.
Apply now →