Skip to content

chore: sync new models - #1145

Merged
Erin McNulty (erin2722) merged 2 commits into
mainfrom
chore/sync-new-models
Aug 21, 2026
Merged

chore: sync new models#1145
Erin McNulty (erin2722) merged 2 commits into
mainfrom
chore/sync-new-models

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

Automated sync of model metadata and newly available models from the approved provider allowlist.

@vercel

vercel Bot commented Aug 21, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
ai-proxy Ready Ready Preview Aug 21, 2026 9:51pm

Request Review

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: d789964e23

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "Codex (@codex) review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "Codex (@codex) address that feedback".

"gpt-5.6-sol": ["openai", "azure", "openrouter"],
"gpt-5.6-terra": ["openai", "azure", "openrouter"],
"gpt-5.6": ["openai", "azure"],
"gpt-5.6-cyber": ["openai", "azure"],

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Move provider mappings to the active gateway

This addition, along with the Daybreak mappings below, changes AvailableEndpointTypes, which is the deprecated proxy's provider-routing table. Repository instructions explicitly direct model-routing changes to the parent repository's gateway/ directory, so these edits update only the legacy implementation rather than active production routing; retain the valid catalog additions in model_list.json but apply any required routing changes in the gateway.

AGENTS.md reference: AGENTS.md:L6-L12

Useful? React with 👍 / 👎.

Comment on lines +31 to +34
"available_providers": [
"openai",
"azure"
]

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Link the Daybreak Blue alias to its Bedrock model

When daybreak-blue-latest is requested where Bedrock is the usable provider, this entry exposes only OpenAI/Azure and has no fallback_models, even though the existing openai.gpt-daybreak-blue-5.6-sol catalog entry identifies itself as Daybreak Blue and maps to Bedrock. Because getModelEndpointTypes unions equivalent providers only through fallback_models, this new alias cannot select that Bedrock endpoint; add the existing Bedrock model ID as a fallback, as is done for gpt-5.6-cyber.

Useful? React with 👍 / 👎.

Add openai.gpt-daybreak-blue-5.6-sol to daybreak-blue-latest's
fallback_models so getModelEndpointTypes can union the Bedrock endpoint for
this alias, mirroring how gpt-5.6-cyber links to openai.gpt-5.6-cyber
(addresses codex P2). daybreak-red-latest correctly keeps no fallback (no
Bedrock counterpart exists).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@erin2722
Erin McNulty (erin2722) merged commit 0dddf84 into main Aug 21, 2026
5 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant