What's wrong with this entry?
Anonymous. No account, no email.
What
Ultrareviews now operate on a freemium model — users get a limited number of free reviews, after which reviews bill as Extra Usage.
Details
- A new
/v1/ultrareview/quotaAPI endpoint tracks remaining free reviews - Each free ultrareview displays its count: "This is free ultrareview X of Y"
- Once free reviews are exhausted, users are prompted with a billing dialog titled "Ultrareview billing"
- Users can choose "Proceed with Extra Usage billing" to continue
- A minimum balance of $10 is required: "Balance too low to launch ultrareview ($X.XX available, $10 minimum)"
- Users without Extra Usage enabled see: "Free ultrareviews used. Enable Extra Usage at https://claude.ai/settings/billing to continue."
- Review time estimates updated from ~5–15 min to ~10–20 min
Evidence
Ultrareview billing dialog (search for "Ultrareview billing") and quota API (search for "/v1/ultrareview/quota")
Strings lifted out of the shipped bundle, so the claim above can be checked against them.