Plans
Terminal Pro subscribers get Build limits included with their subscription. Build and
Scale are not self-serve at the moment — both are set up with the team:
sales@prometheus.finance.
Limits are per account, not per key — minting more keys does not raise your ceiling.
Windows are fixed and UTC-aligned (minute, day, calendar month), enforced atomically across
all serving instances.
Prepaid credits
Volume beyond your plan’s included allowance can be covered by prepaid credits at a flat $0.02/request. Credits are currently arranged with the team rather than bought self-serve; existing balances keep working. When a request is paid from credits the response carriesX-Billing-Source: credits and X-Credits-Remaining-USD.
Credits buy volume, never rate: the per-minute ceiling always applies. With no quota left
and no credits, the 429 carries code: "quota_exceeded" and a sales_email.
Headers
Every API-key response reports where you stand:When you hit a limit
A429 tells you which ceiling you hit and when to come back:
Retry-After. Well-behaved clients back off exponentially and never retry a
quota_exceeded before the reset instant.