pub const DEFAULT_COST_CEILING_MICROCENTS: u64 = 10_000_000;Expand description
A modest default per-job cost ceiling: 10 US cents expressed in microcents
(1 cent = 1_000_000 microcents, so 10 cents = 10_000_000).
Above this, a remote job asks the person to confirm the spend rather than silently incurring the cost. It is only ever compared against a remote path — local inference has no metered cost.