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
OpenAI reports the $100 Pro tier as "prolite" — functionally a Pro
plan with a smaller usage cap, but the exact-match plan gating meant
these accounts fell into the default branch for premium 5h rate limit
handling, scheduler score bias, 429 cooldown window detection, and the
Spark model's pro-only account filter, so gpt-5.3-codex-spark requests
could not be served by prolite accounts.
Fold prolite/pro_lite/pro-lite into "pro" via a single NormalizePlanType
helper and route existing callers through it. Raw PlanType is preserved
on the account for UI display and downstream diagnostics.
The frontend usage/filter decisions are normalized in parallel so
prolite accounts render Pro-style 5h+7d usage bars and match the "pro"
plan filter, while the table still shows the raw label.
0 commit comments