Hide ChatGPT usage link for non-OpenAI status#23127
Merged
Merged
Conversation
4176b37 to
50628d5
Compare
50628d5 to
8b4aee1
Compare
fcoury-oai
approved these changes
May 18, 2026
Contributor
fcoury-oai
left a comment
There was a problem hiding this comment.
Smoke tested. Code looks good.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Addresses #22778
Summary
Provider deployments such as Bedrock manage rate limits and billing outside ChatGPT, so the
/statuslink to the ChatGPT usage page is irrelevant and confusing for those users. Custom providers that are explicitly configured to use OpenAI/ChatGPT auth still point at OpenAI-backed usage, so they should keep the link.Changes
/statusdisplays a provider such as Bedrock that manages limits elsewhere.Manual Repro
model_provider = "amazon-bedrock"./status.Model provider: Amazon Bedrock, and does not showhttps://chatgpt.com/codex/settings/usage./statusagain and confirm the ChatGPT usage link appears for that OpenAI-auth provider.