Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.darkbloom.dev/llms.txt

Use this file to discover all available pages before exploring further.

Darkbloom uses a prepaid credit model: you add funds to your account before making inference requests, and costs are deducted per request. Credits are loaded through the web console at darkbloom.dev using a credit or debit card via Stripe. This page walks through how the process works.

How to add credits

1

Sign in to the console

Go to darkbloom.dev and sign in to your account.
2

Open billing

Navigate to the Billing section from the sidebar.
3

Enter an amount

Enter the amount you want to add. The minimum deposit is $0.50.
4

Complete Stripe checkout

You will be redirected to a Stripe-hosted checkout page. Enter your credit or debit card details and confirm the payment.
5

Credits are applied

Once Stripe confirms the payment, your balance is updated automatically. You can start making inference requests immediately.
Credits are non-refundable. Unused credits remain in your account and do not expire.

Payment details

  • Payment method: Credit card or debit card via Stripe
  • Minimum deposit: $0.50
  • Currency: USD
  • Processing: Credits are applied automatically after Stripe confirms payment. There is no manual review step.
Do not close the Stripe checkout tab before the payment completes. If you do and the payment goes through, your credits will still be applied — but it may take a few seconds for the webhook confirmation to arrive.

Checking your balance after deposit

Once your credits are applied, you can verify your balance from the console or via the API:
curl https://api.darkbloom.dev/v1/payments/balance \
  -H "Authorization: Bearer $DARKBLOOM_API_KEY"
See Pricing for more on how credits are consumed per request.