Account Levels
Get3W has four account levels, unlocked by cumulative top-up.
| Level | Unlocked by | Benefit |
|---|---|---|
| Bronze | Default for new users | Standard pricing |
| Silver | Cumulative top-up of $100 | Per-model discounts |
| Gold | Cumulative top-up of $1,000 | Larger per-model discounts |
| Platinum | Cumulative top-up of $10,000 | Best per-model discounts |
Thresholds are measured against your total paid top-up, converted to USD. Levels never decrease, and an upgrade takes effect immediately.
Reading Your Level
bash
curl "https://api.get3w.com/v1/balance" \
-H "Authorization: Bearer YOUR_API_KEY"json
{
"balance": 42.5,
"currency": "USD",
"account_level": "Silver"
}Discounts
Discounts are configured per model rather than as a flat rate, so your effective saving depends on which models you use. Higher tiers inherit any discount available to lower tiers, so a higher level is never worse off. Effective pricing for your account is reflected in the cost estimate before you run a task.
For how discounts resolve, what counts toward the thresholds, and why there are no concurrency caps, see What are Account Tiers.
Next Steps
- What are Account Tiers — Full explanation
- Payment Methods — Add credits to upgrade
- How Pricing Works — How tasks are priced