Skip to main content
Sciforium uses a prepaid credits system. Credits are deducted as requests are processed, based on tokens consumed and GPU seconds used. Your current balance, total purchased, and total consumed are shown on the Billing page. Credits never expire once purchased.

Buying Credits

  1. Click Billing in the top navigation bar.
  2. In the Buy Credits panel, drag the slider or type a custom amount. Minimum purchase is $5.
  3. Click + Buy Credits and complete the Stripe checkout.
Credits are applied to your balance immediately on successful payment. Payment details are handled entirely by Stripe.

Purchase History

The Purchase History table shows all past transactions with amount, date, and description. Click the download icon on any row to save a receipt.

Service Suspension Policy

When your credit balance reaches $0.00, API requests are automatically blocked and return a 402 error. Your account, keys, and data are not affected — service resumes as soon as you add credits.

Quotas & Rate Limits

Sciforium enforces rate limits to ensure platform stability. Rate limits (fixed for all users):
  • Requests per minute (RPM): 60 requests per minute per API key
If you exceed the rate limit, the API returns 429 Too Many Requests with a Retry-After header. Implement exponential backoff in your integration. Quota limits (Admin-configurable per key):
  • Daily spend limit: Maximum credit spend per key per day
  • Monthly spend limit: Maximum credit spend per key per month
When a limit is reached, that key returns 429 with a message indicating the quota type and reset time.

Setting Budget Controls

  1. Open the settings for the key you want to limit from the API Keys dashboard.
  2. Set a daily spend limit, monthly spend limit, or both.
  3. Save. The limits take effect immediately.
Quota status is visible in the dashboard with color-coded indicators: normal (0–79%), warning (80–94%), critical (95–99%), and exceeded (100%+).