What are credits?
Credits are the account balance BabySea uses for generation costs. The credit system stores balances as dollar-denominated values with three decimal places, so the dashboard and API can show precise amounts such as$0.052.
BabySea prices models in the same unit: 1 credit = $1 USD.
How you get credits
| Source | When it happens | Amount |
|---|---|---|
| Welcome credits | Automatically when a new account is created | $1.000 |
| Subscription plan | Added through billing-backed credit allocation | Matches the plan allocation |
| Credit packs | Purchased from Billing | $10, $25, $50, $100, $500, $1000 |
Plan allocations
The current billing configuration and credits setup align each paid plan price with a matching credit allocation:| Plan | Monthly | Yearly |
|---|---|---|
| Starter | $9.000 | $90.000 |
| Pro | $29.000 | $290.000 |
| Scale | $99.000 | $990.000 |
| Enterprise | $199.000 | $1990.000 |
How credits are consumed
When you callPOST /v1/generate/image/{model_identifier} or POST /v1/generate/video/{model_identifier}, BabySea follows a reserve-first flow:
Reserves credits
BabySea atomically checks the account balance and deducts the required amount in a single operation.
BSE1004 (insufficient_credits) with HTTP 402 and the generation never starts.
You can preview the cost of any generation before you generate. See Usage.
Credit properties
| Property | Detail |
|---|---|
| Unit | 1 credit = $1 USD |
| Precision | 3 decimal places (e.g. $0.052) |
| Failed generations | Reserved credits can be refunded |
| Canceled generations | Pending generations can refund reserved credits |
| Audit trail | Every credit operation is logged in the transaction ledger |
Dashboard
Navigate to Credits in the sidebar to view your balance and ledger history. To purchase credit packs, go to Billing. The Credits page title is Credits and the page description is Track credits history.Next steps
- Balance - View your balance and purchase credit packs
- Usage - How credits are consumed and the estimate API
- Transactions - Read and search your credit transaction ledger
- Best practices - Monitor spending and optimize costs