deeprelayDocs
CH·GGuides

Refer a friend

Share your invite link. When a friend signs up and spends $5 on inference, you both get $5 in credit.

Refer a friend to deeprelay and you both get $5 in credit once they spend $5 on inference.

The reward is paid as deeprelay credit (usable against any model in the catalog), not cash. It lands automatically the day after your friend qualifies.

How it works

  1. Share your link. Every account has a unique invite link:
   https://deeprelay.ai/r/GPU-XXXX-XXXX
   

Find it on the Billing page in the dashboard ("Refer a friend"), or from the CLI:

   deeprelay referral
   
  1. Your friend signs up through it. The link carries their referral code
through sign-up automatically — even if they click on their phone and finish on a laptop.
  1. They spend $5. The referral qualifies the moment your friend's inference
usage reaches $5 — whether it is billed against their credit balance or covered by their monthly plan. Deposits alone don't count: adding $20 and never sending a request stays *pending*. Your friend can watch their own progress on their Billing page ("$3.20 of $5 so far").
  1. You both get paid. One day after your friend crosses $5, $5 lands in
your account and $5 lands in your friend's — in the same moment. The short hold gives us time to review the activity for fraud. Track each referral's status, *pending → qualified → settled*, on the Billing page or with deeprelay referral.

Terms

  • Each reward is non-withdrawable deeprelay credit, redeemable against your
own usage.
  • You can't refer yourself, and each referred organization counts once.
  • Referrals whose friend never reaches $5 of usage stay *pending* and never
pay out.
  • deeprelay may reverse rewards tied to fraud or abuse.

API

GET /v1/referrals (scope billing:read) returns your code, invite link, the program terms and your stats — and, if you were referred yourself, your progress toward your own reward:

{
  "code": "GPU-7KQ2-M4XP",
  "invite_url": "https://deeprelay.ai/r/GPU-7KQ2-M4XP",
  "pending": 1,
  "qualified": 0,
  "settled": 2,
  "earned_cents": 1000,
  "reward_cents": 500,
  "referee_reward_cents": 500,
  "qualify_spend_cents": 500,
  "hold_days": 1,
  "referred": {
    "status": "pending",
    "spent_cents": 320,
    "qualify_spend_cents": 500,
    "reward_cents": 500
  }
}

referred is absent when nobody referred you. The amounts ride on the wire so nothing in your code needs to hard-code "$5".

See also

← All docs