Billing
Faces uses a credit-based billing system. Chat completions are billed against your credit balance in real time. Compile quota is allocated per plan and shared across all your faces.Check your balance
Subscription plans
| Plan | Price | Face limit | Compile quota |
|---|---|---|---|
| Free | $0 | 10 | 5,000 tokens (never resets) |
| Standard | $X/mo | 100 | 50,000 tokens / 30 days |
| Pro | $X/mo | 1,000 | 1,000,000 tokens / 30 days |
Get current subscription
Upgrade or downgrade
checkout_url to redirect the user to Stripe. After payment, the subscription is activated automatically.
Cancel subscription
Adding a payment method
Set up a saved card via Stripe Checkout:checkout_url. After completing the setup flow, your card is saved for automatic top-ups.
Top up credits
Charge saved card
Manual / test payment
Pass apayment_ref to record a pre-authorized payment:
Compile quota
Compile quota tracks tokens consumed during face compilation. It is separate from chat token usage.LLM pricing
How chat costs are calculated
Each chat completion deducts from your credit balance:Credit account states
| State | Effect |
|---|---|
balance > 0 | Normal operation |
balance = 0 | Chat requests return 402 Payment Required |
is_frozen = true | All requests return 402 regardless of balance |