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:Columns
| Column | Description |
|---|---|
| Type | Operation type with a colored badge (see below) |
| Amount | Credit amount shown with the table’s display prefix |
| Balance | Account balance after this operation |
| Model | Model identifier (for generation operations) |
| Generation ID | Click to copy the generation ID |
| Description | Additional context (e.g. credit source for additions) |
| Timestamp | Localized date and time |
Transaction types
Each transaction has a type badge with a distinct color and icon:| Type | Badge | Color | When it appears |
|---|---|---|---|
| reserve | Reserved | Blue | Credits deducted before a generation starts |
| charge | Charged | Green | Generation succeeded, confirming the reservation |
| refund | Refunded | Red | Generation failed, credits returned to balance |
| add | Added | Teal | Credits added via subscription, credit pack, or welcome bonus |
Amount display
The amount column uses sign prefixes to indicate the direction:| Type | Prefix | Example |
|---|---|---|
| reserve | (none) | 0.052 |
| charge | - | -0.052 |
| refund | + | +0.052 |
| add | + | +29.000 |
Searching transactions
Use the search bar above the table to filter transactions. You can search by:| Search field | Example |
|---|---|
| Type | refund to find all refunded transactions |
| Model | flux to find all FLUX model transactions |
| Generation ID | Paste a full or partial generation UUID |
| Description | Welcome to find welcome credit additions |
| Amount | 0.052 to find transactions of that amount |
Empty states
If your account has no credit-ledger rows yet, the table shows:Reading a transaction
A typical generation produces two linked entries:Successful generation
| Type | Amount | Balance | Model | Generation ID | Description |
|---|---|---|---|---|---|
| Reserved | 0.052 | 12.428 | bfl/flux-1.1-pro | 550e8400-e29b-41d4-a716-446655440000 | |
| Charged | -0.052 | 12.428 | bfl/flux-1.1-pro | 550e8400-e29b-41d4-a716-446655440000 |
Failed generation
| Type | Amount | Balance | Model | Generation ID | Description |
|---|---|---|---|---|---|
| Reserved | 0.052 | 12.428 | bfl/flux-1.1-pro | 550e8400-e29b-41d4-a716-446655440000 | |
| Refunded | +0.052 | 12.480 | bfl/flux-1.1-pro | 550e8400-e29b-41d4-a716-446655440000 |
Credit addition
| Type | Amount | Balance | Model | Generation ID | Description |
|---|---|---|---|---|---|
| Added | +29.000 | 41.480 | Subscription renewal |
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:| Operation | Idempotency key | Effect of duplicate |
|---|---|---|
| Charge | generation_id | Second charge is ignored |
| Refund | generation_id | Second refund is ignored |
| Add | Account plus description key | Second addition is ignored |
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
| Action | Primary Owner | Owner | Member |
|---|---|---|---|
| View transactions | Yes | Yes | Yes |
| Search transactions | Yes | Yes | Yes |
| Open fullscreen view | Yes | Yes | Yes |