Add support for claude-opus-4-6 and claude-sonnet-4-6 models in Anthropic and Google Vertex providers#1962
Conversation
c34c307 to
e84474e
Compare
The @rollup/rollup-linux-arm-gnueabihf entry was corrupted: the version was '4.200' instead of '4.20.0' in optionalDependencies, and the packages entry was missing version, resolved, integrity, cpu, and os fields. This caused NX to fail parsing the lockfile with 'Cannot read properties of undefined (reading startsWith)'. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
…to feat/add-new-antropic-models
|
There was a problem hiding this comment.
Pull request overview
Adds the new Anthropic Claude 4-6 model IDs to the model allow-lists exposed by the Anthropic and Google Vertex AI providers, enabling these models to appear as selectable options in OpenOps’ AI provider model catalogs (Fixes OPS-3580).
Changes:
- Add
claude-opus-4-6to Anthropic and Google Vertex provider model lists. - Add
claude-sonnet-4-6to Anthropic and Google Vertex provider model lists.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| packages/openops/src/lib/ai/providers/google-vertex.ts | Adds the two new Claude 4-6 model IDs to the Google Vertex provider’s supported model list. |
| packages/openops/src/lib/ai/providers/anthropic.ts | Adds the two new Claude 4-6 model IDs to the Anthropic provider’s supported model list. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| import { AiProvider } from '../providers'; | ||
|
|
||
| const anthropicModels = [ | ||
| 'claude-opus-4-6', |
There was a problem hiding this comment.
why is there no @ for either of them
There was a problem hiding this comment.
It comes from their docs
https://platform.claude.com/docs/en/about-claude/models/overview



Fixes OPS-3580