Skip to content

chore: sync new models#905

Closed
github-actions[bot] wants to merge 0 commit into
mainfrom
chore/sync-new-models
Closed

chore: sync new models#905
github-actions[bot] wants to merge 0 commit into
mainfrom
chore/sync-new-models

Conversation

@github-actions

@github-actions github-actions Bot commented Jul 2, 2026

Copy link
Copy Markdown
Contributor

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

@vercel

vercel Bot commented Jul 2, 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, Comment Jul 2, 2026 11:53am

Request Review

@github-actions

github-actions Bot commented Jul 2, 2026

Copy link
Copy Markdown
Contributor Author

Codex (@codex) 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: 3850a5e581

ℹ️ 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".

Comment thread packages/proxy/schema/model_list.json Outdated
Comment on lines +12246 to +12247
"input_cost_per_mil_tokens": 3,
"output_cost_per_mil_tokens": 15,

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 Keep Sonnet 5 on introductory pricing

As of this July 2, 2026 sync, Anthropic's release notes state that claude-sonnet-5 uses $2/$10 per MTok introductory pricing through August 31, 2026, with $3/$15 only after that cutoff (source). Moving the direct Anthropic catalog entry to the later standard price immediately means static model-list pricing/accounting will overstate input/output and derived cache costs by 50% during the introductory period; keep the $2/$10 metadata until the cutoff or encode an effective date.

Useful? React with 👍 / 👎.

@github-actions

github-actions Bot commented Jul 2, 2026

Copy link
Copy Markdown
Contributor Author

Codex Review Response

P1: Keep Sonnet 5 on introductory pricing

Status: Fixed

Updated the direct Anthropic claude-sonnet-5 entry in packages/proxy/schema/model_list.json to use
introductory pricing ($2/$10 per MTok) effective through August 31, 2026, as confirmed on
Anthropic's pricing page.

Changes to claude-sonnet-5 (Anthropic provider entry):

  • input_cost_per_mil_tokens: 3 -> 2
  • output_cost_per_mil_tokens: 15 -> 10
  • input_cache_read_cost_per_mil_tokens: 0.3 -> 0.2
  • input_cache_write_cost_per_mil_tokens: 3.75 -> 2.5

The input_cache_write_5m_cost_per_mil_tokens (2.5) and input_cache_write_1h_cost_per_mil_tokens (4) were
already at introductory rates and were left unchanged.

The Bedrock (anthropic.claude-sonnet-5) and Vertex (publishers/anthropic/models/claude-sonnet-5) entries
were not changed, as those providers set their own pricing independently.

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.

0 participants