CH·02CLI reference

deeprelay billing

Check your balance, add funds, and review deposits

Check your balance, add funds, and review deposits

Synopsis

deeprelay billing groups the commands that put money into your deeprelay.ai account balance and let you check on it afterwards.

Start with deeprelay billing balance — the credit you have left, what you are burning per hour, and how long that lasts.

On the flat subscription tier, deeprelay billing subscription is the companion read — the plan, its price, and how much of the monthly, weekly and metered-usage quota is left. The plan itself is managed from here too: subscribe to start one and cancel to stop it or fix a payment method. Both print a link, because the pages that take a card are hosted by Stripe.

To add credit: use the billing page in the dashboard. Card is the only funding method today; stablecoin deposits are not currently offered.

For the *spending* side — capping how much the org can burn per month or per day — see deeprelay spend-limit.

deeprelay billing [command]

Available Commands

  balance     Show your credit balance, burn rate and runway
  cancel      Cancel or manage your subscription (prints a Stripe billing portal link)
  subscribe   Start a subscription (prints a Stripe Checkout link)
  subscription  Show your subscription status and quota usage

Options

  -h, --help   help for billing

Options inherited from parent commands

      --api-base string   API base URL (override with DEEPRELAY_API_BASE env) (default "https://api.deeprelay.ai/v1")
      --debug             Enable debug logging to stderr
      --no-preflight      Skip the plan/credit check before inference requests (override with DEEPRELAY_NO_PREFLIGHT env)
  -o, --output string     Output format: table|json (default table on TTY, json otherwise) (default "table")

SEE ALSO

← The gpu CLI