Skip to main content

View balance and summary

oanim usage
Shows your current credit balance and a 7-day usage summary:
  Balance: $8.45

  Last 7 days:

  Date         Cost       Requests
  2026-02-22   $0.0310    5
  2026-02-21   $0.0530    8
  2026-02-20   $0.0060    2

  Total: $0.0900
A low-balance warning appears when your balance drops below $1.

Detailed history

oanim usage history
Shows per-record usage with provider, model, operation, and cost:
  Date         Provider   Model               Operation        Cost
  2026-02-22   fal.ai     flux/schnell        generateImage    $0.0030
  2026-02-22   fal.ai     flux/dev/i2i        editImage        $0.0250
  2026-02-21   fal.ai     birefnet            removeBackground $0.0050

Options

FlagDefaultDescription
-l, --limit <n>20Number of records to show
-d, --days <n>30Number of days to look back
# Show last 50 records from the past 90 days
oanim usage history --limit 50 --days 90

How usage is tracked

Usage is tracked per-operation and reported to the platform in real time. Each media gateway call (image generation, editing, background removal, upscaling) records:
  • Providerfal.ai (or oanim for platform-routed requests)
  • Model — The specific AI model used
  • OperationgenerateImage, editImage, removeBackground, upscale, or run
  • Cost — Estimated cost based on the model pricing table
Credits are deducted from your balance as operations complete.

Low balance

When your balance drops below $1, you’ll see a warning on every usage and billing command:
  ⚠ Low balance — run oanim billing buy to add credits
Purchase more credits with:
oanim billing buy --amount 10
See Credits & Billing for pricing details.