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
- 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
- Your friend signs up through it. The link carries their referral code
- They spend $5. The referral qualifies the moment your friend's inference
- You both get paid. One day after your friend crosses $5, $5 lands in
deeprelay referral.
Terms
- Each reward is non-withdrawable deeprelay credit, redeemable against your
- You can't refer yourself, and each referred organization counts once.
- Referrals whose friend never reaches $5 of usage stay *pending* and never
- 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
deeprelay referral— show your code, invite link, and stats- CLI reference