Skip to main content

Credits table

Navigate to Credits in the sidebar. Below the balance, the credits table shows every credit operation on your account. The page heading displays your current balance:
Credits : $12.480

Columns

ColumnDescription
TypeOperation type with a colored badge (see below)
AmountCredit amount shown with the table’s display prefix
BalanceAccount balance after this operation
ModelModel identifier (for generation operations)
Generation IDClick to copy the generation ID
DescriptionAdditional context (e.g. credit source for additions)
TimestampLocalized date and time

Transaction types

Each transaction has a type badge with a distinct color and icon:
TypeBadgeColorWhen it appears
reserveReservedBlueCredits deducted before a generation starts
chargeChargedGreenGeneration succeeded, confirming the reservation
refundRefundedRedGeneration failed, credits returned to balance
addAddedTealCredits added via subscription, credit pack, or welcome bonus

Amount display

The amount column uses sign prefixes to indicate the direction:
TypePrefixExample
reserve(none)0.052
charge--0.052
refund++0.052
add++29.000
All amounts are shown with three decimal places.

Searching transactions

Use the search bar above the table to filter transactions. You can search by:
Search fieldExample
Typerefund to find all refunded transactions
Modelflux to find all FLUX model transactions
Generation IDPaste a full or partial generation UUID
DescriptionWelcome to find welcome credit additions
Amount0.052 to find transactions of that amount
The search applies across all visible columns simultaneously. The table uses 300 rows per page.

Empty states

If your account has no credit-ledger rows yet, the table shows:
No data available
Credits history will appear here once you start making API requests.
If your search returns no matching rows, the table shows:
No results found
Try searching or filtering for a different term.

Reading a transaction

A typical generation produces two linked entries:

Successful generation

TypeAmountBalanceModelGeneration IDDescription
Reserved0.05212.428bfl/flux-1.1-pro550e8400-e29b-41d4-a716-446655440000
Charged-0.05212.428bfl/flux-1.1-pro550e8400-e29b-41d4-a716-446655440000
The balance does not change between reserve and charge because credits were already deducted at reservation.

Failed generation

TypeAmountBalanceModelGeneration IDDescription
Reserved0.05212.428bfl/flux-1.1-pro550e8400-e29b-41d4-a716-446655440000
Refunded+0.05212.480bfl/flux-1.1-pro550e8400-e29b-41d4-a716-446655440000
The refund restores the balance to its pre-reservation value.

Credit addition

TypeAmountBalanceModelGeneration IDDescription
Added+29.00041.480Subscription renewal
Credit additions from subscriptions can display as Subscription renewal. Credit pack purchases display as Credit pack purchase. Welcome credits display as Welcome credits.

Fullscreen view

Click the expand icon button with the title Open full view to open the credits table in a new browser tab. The fullscreen route renders the same credits table component, so search and pagination work the same way there. The table shows 300 rows per page.

Idempotency

Every transaction is idempotent:
OperationIdempotency keyEffect of duplicate
Chargegeneration_idSecond charge is ignored
Refundgeneration_idSecond refund is ignored
AddAccount plus description keySecond addition is ignored
BabySea prevents duplicate charge and refund entries for the same generation. Current ledger rows are limited to reserve, charge, refund, and add.

Next steps

  • Balance - View balance and purchase credit packs
  • Usage - Understand reserve, charge, refund, and estimate flows
  • Best practices - Monitor costs and plan larger runs

Permissions

ActionPrimary OwnerOwnerMember
View transactionsYesYesYes
Search transactionsYesYesYes
Open fullscreen viewYesYesYes