AI Cost Governance Pricing
Privacy-First. No Gateway. No Prompt Storage.
Control AI spend without gateways, prompt logging, or added latency. Zero prompt storage at every tier — by architecture, not policy.
What every plan includes — and why it matters
These aren't premium features behind a paywall. They are architectural guarantees that ship with every DoCoreAI installation.
Zero Prompt Storage
Your prompts never leave your Python environment. DoCoreAI collects only cost and token metadata — model name, token count, latency, spend. No prompt content. No response content. No PII. This isn't a setting you toggle on. It's how the SDK is built.
Predictive Budget Control
DoCoreAI trains a local LightGBM model on your actual usage patterns and predicts exactly how many tokens each request needs — before the call is made. It sets a tight, per-request token ceiling instead of the provider's bloated default. You pay for what you need, not the safety margin.
No Gateway Architecture
DoCoreAI runs beside your application in the same Python process. It never sits in the request path between your app and the LLM provider. No proxy. No added network hop. No single point of failure. No third party seeing your traffic.
You pay for the ceiling.
Not the response.
Most developers set max_tokens once and forget it.
That default becomes silent waste — charged on every single API call,
across every environment, forever. Here is what that looks like in practice:
| What you're building | Default max_tokens set | Tokens actually needed | Wasted per call |
|---|---|---|---|
| Classification / Extraction | 1,024 tokens | ~300 tokens | ~70% |
| General Chat | 1,024 tokens | ~400 tokens | ~61% |
| Code Generation | 4,096 tokens | ~1,500 tokens | ~63% |
| Agentic / Long-form Tasks | 8,192 tokens | ~2,000 tokens | ~76% |
What the governance stack does
Core features ship with every plan. Here's what each one actually does for your AI workload.
Choose your plan
Every plan includes the full governance stack. Plans differ only by volume, installations, and support.
Your prompts never touch our servers
DoCoreAI executes inside your application runtime. Your prompts, customer payloads, and API keys never touch our servers. There is nothing to retain — and nothing to breach. The only data that reaches the DoCoreAI cloud is aggregated metadata: model name, token count, latency, and cost. That's it.
Three commands.
Your code stays untouched.
No SDK wrappers. No refactoring. No changes to your existing LLM calls.
$ pip install docoreai
# Configure — token from docoreai.com + settings from onboarding email
$ docoreai config
# Start governance — run once, stays active
$ docoreai start
Frequently asked questions
max_tokens to 2,000+ as
a safety net, but most responses need
a fraction of that. You pay for the
ceiling on every request. DoCoreAI
trains a LightGBM model on your actual
usage and predicts the exact tokens
needed per request — then sets a tight,
per-request ceiling. Over thousands of
calls, this eliminates silent token waste
and reduces spend 40–70%.
.pth file injected into
your Python environment at install time.
If the .pth file fails to
load — due to a misconfigured Python
path, version mismatch, or container
build issue — Python silently skips it.
Your application continues running
normally but with zero
governance applied. LLM calls
go through unmanaged and untracked,
with no error or warning raised.
⚠️ Known issue — work in progress. A startup health check that explicitly confirms governance is active is on our development roadmap. Until then, always validate your installation in a staging environment before production deployment by confirming DoCoreAI appears in
pip list and checking
that your Python environment matches
the installation target.
pip install docoreai
to your Dockerfile after your other
dependencies. The .pth
activation mechanism works identically
inside containers as it does in
standard Python environments.
⚠️ Kubernetes — not yet validated. Multi-pod and orchestrated Kubernetes deployments have not been formally tested at this stage. If you are deploying to Kubernetes and want to be an early tester, contact us directly — [email protected] — we will work through it with you.
Everything your team needs to approve DoCoreAI
All vendor documentation available on request. Enterprise deals supported with full procurement paperwork.
Request DPA →
Discuss SLA requirements →
Enterprise only: Invoice and purchase order supported. Wire transfer available on request.
Enterprise: Annual commitment available. Volume discounts on multi-year terms.
Local telemetry never leaves your own environment.
Vendor security assessment and additional documentation available on request for Enterprise. SOC 2 audit targeted Q3 2026.
Request security docs →
Not sure which plan is right? Let's talk.
Book a 20-minute call with Saji — founder and CEO. We'll understand your use case, compliance requirements, and usage patterns, and recommend the right starting point. No sales pressure.
