chore: update model catalog from bot issues - #848
Merged
Erin McNulty (erin2722) merged 4 commits intoJun 23, 2026
Conversation
github-actions
Bot
requested review from
Alex Z (CLowbrow),
aswink,
Caitlin Pinn (cpinn),
Erin McNulty (erin2722) and
Ken Jiang (knjiang)
June 23, 2026 11:22
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
Author
|
Codex (@codex) review |
|
Codex Review: Didn't find any major issues. What shall we delve into next? Reviewed commit: ℹ️ About Codex in GitHubCodex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
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". |
Contributor
Author
Codex Review ResponseCodex found no issues with the automated model catalog update (PR #848). No repository changes were made. |
This was referenced Jun 23, 2026
Closed
Merged current main (which has #849 Baseten pricing + #845 baseten provider source + the deprecated-model exclusions). The 3-way merge dropped all of this batch's regressions (they reverted values main now owns) and kept only the net-new metadata: chat-latest pricing, r1-1776 deprecation, the OpenAI dated- snapshot deprecation dates, the gpt-5.x-pro input_cache_read cleanup, and the groq gpt-oss-120b max_output bump. This commit fixes the ["openai","azure"] comma-spacing prettier violation the bot reintroduced in index.ts. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Every bot catalog PR has been reintroducing AvailableEndpointTypes entries like ["openai","azure"] (no space after the comma), which fails the prettier pre-commit hook. Two fixes so the scripts never output unlinted code: 1. fix_bot_issue.ts wrote entries with JSON.stringify(providers), which omits the space prettier requires. Format the array as ["openai", "azure"] instead. 2. normalize-local-models (the last write step in both the sync-models and fix-missing-model-bot-issues workflows, run after the LLM enrichment and Codex-response edits) now runs Prettier on schema/index.ts before finishing. This is the catch-all: it formats whatever those LLM steps or any other writer produced, guaranteeing a lint-clean index.ts at commit time. model_list.json is intentionally excluded from the prettier hook, so it is canonicalized separately and not run through Prettier. Verified: injecting a no-space entry and running normalize-local-models --write reformats it to the spaced style and prettier --check then passes. prettier is already a root devDependency (3.3.2). No new tsc errors (5 pre-existing in each file unchanged); 28 vitest tests pass. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Erin McNulty (erin2722)
approved these changes
Jun 23, 2026
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.
Automated daily batch of model catalog updates from bot issues.
Included issues
chat-latest#835: [BOT ISSUE] OpenAI: add missing pricing forchat-latestSummary
chat-latestchat-latestgpt-5.5-progpt-5.5-pro-2026-04-23gpt-5.4-progpt-5.4-pro-2026-03-05gpt-5.5-progpt-5.5-pro-2026-04-23gpt-5.4-progpt-5.4-pro-2026-03-052
gpt-4o-2024-05-13o1-2024-12-17o4-mini-2025-04-16gpt-4o-2024-05-13o1-2024-12-17o4-mini-2025-04-16gpt-5-2025-08-07o3-2025-04-16gpt-5-mini-2025-08-07gpt-5-2025-08-07o3-2025-04-16gpt-5-mini-2025-08-07gpt-oss-120bgpt-oss-120b2
3
r1-1776r1-17762
Verified metadata
#835: [BOT ISSUE] OpenAI: add missing pricing for
chat-latestVerification notes
Verification
sync_models vs proposed update
sync_models cross-check found differences. Official provider verification was used for the applied values, and sync_models discrepancies are listed below for review.
#837: [BOT ISSUE] OpenAI: remove incorrect cached input pricing from gpt-5.5-pro and gpt-5.4-pro
Verification notes
Verification
sync_models vs proposed update
sync_models cross-check found differences. Official provider verification was used for the applied values, and sync_models discrepancies are listed below for review.
#838: [BOT ISSUE] OpenAI: add deprecation_date for gpt-4o-2024-05-13, o1-2024-12-17, o4-mini-2025-04-16
Verification notes
Verification
sync_models vs proposed update
sync_models cross-check found differences. Official provider verification was used for the applied values, and sync_models discrepancies are listed below for review.
#839: [BOT ISSUE] OpenAI: add deprecation_date for gpt-5-2025-08-07, o3-2025-04-16, gpt-5-mini-2025-08-07
Verification notes
Verification
sync_models vs proposed update
sync_models cross-check found differences. Official provider verification was used for the applied values, and sync_models discrepancies are listed below for review.
#841: [BOT ISSUE] Cerebras: update gpt-oss-120b max_output_tokens from 32768 to 40960
Verification notes
Verification
sync_models vs proposed update
sync_models cross-check found differences. Official provider verification was used for the applied values, and sync_models discrepancies are listed below for review.
#842: [BOT ISSUE] Perplexity: mark r1-1776 as deprecated (retired August 2025)
Verification notes
Verification
sync_models vs proposed update
sync_models cross-check found differences. Official provider verification was used for the applied values, and sync_models discrepancies are listed below for review.