You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rate-limit freebuff GLM sessions to 5 per 20 hours
Adds a free_session_admit audit log (one row per queued→active transition)
and gates POST /api/v1/freebuff/session against it so GLM 5.1 users who've
already had 5 one-hour sessions in the last 20h are blocked with a new
rate_limited status (HTTP 429). Queued/active responses now carry an
optional rateLimit quota the CLI renders as "N / 5 used in last 20h" so
users see their remaining allowance as soon as they join the waitlist.
Minimax is left unlimited.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
0 commit comments