chore: add Claude Opus 5.5 to model catalog - #1283
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Codex Review SummaryThis comment shows the latest Codex review activity on this pull request.
ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings. |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 0bd2163023
ℹ️ About Codex in GitHub
Your team has set up Codex to 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 👍.
Codex can also answer questions or update the PR. Try commenting "Codex (@codex) address that feedback".
| "multimodal": true, | ||
| "input_cost_per_mil_tokens": 4, | ||
| "output_cost_per_mil_tokens": 20, | ||
| "input_cache_read_cost_per_mil_tokens": 0.2, |
There was a problem hiding this comment.
Set Opus 5.5's cache-read rate to $0.40/M
For requests reporting cache-read tokens, this records $0.20 per million even though Claude Opus 5.5's published cache-hit price is $0.40 per million. Cost calculations using this catalog entry will therefore undercount the cached-input portion by 50%.
Useful? React with 👍 / 👎.
Summary
claude-opus-5-5to the Anthropic model catalogTest plan
pnpm exec vitest run packages/proxy/schema/models.test.ts packages/proxy/schema/index.test.ts