Skip to content

Billing & credits

Inferel billing is prepaid: you top up a credit balance in USD, and each API request’s cost — computed from its exact token usage and the model’s per-token rates — is deducted from that balance.

On the console’s Billing page you can add credits with:

  • Card (Stripe)
  • PayPal
  • Square

Preset amounts range from $10 to $500, with custom amounts up to $10,000 per transaction. Payment redirects to the provider’s hosted checkout, and credits appear on your balance as soon as the payment confirms — a receipt is emailed automatically.

To avoid interruptions, enable auto-pay (Stripe card on file): when your balance falls below a threshold you set, the saved card is charged automatically for a top-up amount you choose. Manage or remove the saved card at any time from the same page.

The Model Pricing table on the Billing page lists every paid model’s input, output, cache-read and cache-write rates per 1M tokens. When your organization has a discount, the list price is struck through next to the rate you actually pay. The same numbers are available programmatically from GET /v1/models.

  • Usage page: per-model, per-day token and request breakdowns.
  • Billing page: balance history — every top-up, coupon credit, and adjustment with date, amount, source, and status.
  • Invoices & statements: a monthly invoice per organization, expandable to a usage-over-time breakdown at the granularity you choose, with CSV export and a print/PDF view for accounting. Discounts are itemized, so the invoice total is the net amount debited.

Redeem coupon codes on the Billing page. A code grants either a credit amount or a percentage discount on specific models.

  • A credit coupon can be redeemed once per organization — a second attempt with the same code returns coupon already redeemed by this organization and does not change your balance.
  • Codes may also carry an overall redemption limit and an effective date window.
  • Active per-model discounts are listed under My Discounts, and are applied automatically to usage pricing and to the rates returned by GET /v1/models.

Invite teammates from the console’s Team page and assign roles. All members share the organization’s balance, keys, usage history, and invoices.

  • All amounts are in USD.
  • Fees and payment terms are governed by the Terms of Service (Section 11).
  • For invoicing, enterprise terms, or billing questions: support@inferel.ai.