Docs/Platform

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

  1. Plan Tier: controls request limits and platform entitlements.
  2. 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)

TierMonthly Request Limit
Free1,000
Pro50,000
Team250,000
EnterpriseCustom

[!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:

Codetext
provider_cost + markup = cencori_charge_usd

Markup 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

ModeProvider invoiceCencori wallet usage
Managed keysPaid by CencoriDeducted from credits
BYOKPaid by your provider accountDepends 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)