feat(codex): add Daybreak Blue catalog entry - #35
Open
miwgel wants to merge 1 commit into
Open
Conversation
|
Is the behavior actually different from GPT 5.6 Sol? My understanding is that it's just an alias. |
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
Adds OpenAI Daybreak Blue (
gpt-daybreak-blue-latest) to the Codex catalog:codex-plusinmodels.jsoncodex_client_models.jsonWithout the routing entry, CLIProxyAPI rejects the model before contacting Codex with
model_not_found/unknown provider for model gpt-daybreak-blue-latest, even when the upstream Codex OAuth model catalog advertises it as API-supported.Source and observed metadata
OpenAI describes Daybreak Blue as access to frontier models with safeguards tailored for authorized defensive-security work:
The authenticated Codex model catalog for client
0.147.0returns:gpt-daybreak-blue-latestDaybreak BlueLatest frontier agentic coding model for broad defensive cybersecurity work.272000supported_in_api: trueThe
codex_client_models.jsonobject is copied exactly from that upstream model record. The routing entry follows the existing GPT-5.6 catalog shape; fields not published by the model endpoint (created,version, andmax_completion_tokens) are intentionally omitted rather than inferred.Tier scope
Daybreak access is separately approved and does not appear to be represented by the ordinary plan list in the returned model metadata. I have only added the routing entry to
codex-plus, because that is the static CLIProxyAPI tier I could verify. I did not assume availability for free, team, or pro accounts.If maintainers have upstream evidence for additional tier placement, I would be happy to adjust the PR.
Verification
gpt-daybreak-blue-latestappears exactly once incodex-plusand nowhere in the other static Codex tiers