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.

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 to open the credits table in a new browser tab. The expanded view retains all search and pagination capabilities. The table loads up to 300 entries per page with pagination support.

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
The schema also keeps charge and refund entries idempotent per generation_id.

Permissions

ActionPrimary OwnerOwnerMember
View transactionsYesYesYes
Search transactionsYesYesYes
Open fullscreen viewYesYesYes