Skip to main content

💳 Credit Costs

Fuyu uses a credit-based billing system where jobs consume credits depending on how long they run and which features are used.


🕒 Base Cost

  • 1 credit per second of execution time
  • Time is counted from script start to end
  • Credits are deducted after the job finishes

💡 Multipliers

Certain job options apply multipliers to the base cost:

FeatureMultiplierDescription
Test Mode×1.25Enables real-time browser preview
Built-in Proxy×1.5Auto proxy used instead of user-provided

These stack. For example:

  • A 20-second job with both test mode and proxy = 20 × 1.25 × 1.5 = 37.5 → 38 credits

🔐 Captcha Solving

  • Solving captchas via resolve_captcha() incurs extra credit charges
  • Cost depends on external resolution complexity
  • Billed per challenge, added to job total

🚨 Job Status Charges

StatusAre Credits Charged?Notes
success✅ YesStandard billing
failed✅ YesUnless caused by internal system error
aborted✅ YesEven if script calls abort() intentionally
canceled✅ YesEven if canceled manually mid-run

Fuyu refunds failed jobs only if the cause is an internal platform error.


🧮 Example Cost Scenarios

DurationTest ModeBuilt-in ProxyCaptchasTotal Cost (est.)
15s015 credits
20s025 credits
30s045 credits
25s1~60–70 credits