Platform
Billing & Usage
Last updated March 3, 2026
Understand plan tiers, credit-based usage charging, and spend controls.
Cencori billing combines plan limits with usage-based credits.
Two-Layer Billing
- Plan Tier: controls request limits and platform entitlements.
- Credits Wallet: prepaid balance used for AI request charges.
Even with credits available, requests can still be blocked by:
- monthly request limits,
- spend caps,
- or security/rate-limit controls.
Plan Tiers (Typical Limits)
| Tier | Monthly Request Limit |
|---|---|
| Free | 1,000 |
| Pro | 50,000 |
| Team | 250,000 |
| Enterprise | Custom |
[!NOTE] Tiers and limits may vary by contract or deployment.
Usage Pricing
For each successful request, Cencori computes:
- provider cost from usage (tokens, image generations, audio duration/characters),
- applies configured markup,
- records final charge as
cencori_charge_usd, - deducts that amount from org credits.
Formula:
provider_cost + markup = cencori_charge_usdMarkup is model/provider-specific and configured in pricing data.
See Credits System for top-up and wallet details.
Spend Management
Use these controls to prevent runaway spend:
- Monthly Budget (soft): warning thresholds before overrun.
- Hard Spend Cap: blocks requests once cap is reached.
- Rate Limits: per-minute protection at project/API-key level.
Managed vs BYOK Billing
| Mode | Provider invoice | Cencori wallet usage |
|---|---|---|
| Managed keys | Paid by Cencori | Deducted from credits |
| BYOK | Paid by your provider account | Depends on your plan and policy |
See Bring Your Own Key (BYOK).
Where to Track Costs
- Billing page (org-level balance and transactions)
- Project logs and observability views
- Request-level cost fields (
provider_cost_usd,cencori_charge_usd,markup_percentage)