feat(components): Add support for Anthropic Claude Opus 4.7#6247
feat(components): Add support for Anthropic Claude Opus 4.7#6247HenryHengZJ merged 3 commits intoFlowiseAI:mainfrom
Conversation
There was a problem hiding this comment.
Code Review
This pull request adds support for the Claude 4.7 Opus model across AWS Bedrock, Anthropic, and LlamaIndex integrations, and updates the ChatAnthropic component to enable thinking-related parameters for the new model. A review comment suggests updating the description for the thinkingEffort parameter, as it currently incorrectly states it is only for the 4.6 model.
|
/gemini review |
There was a problem hiding this comment.
Code Review
This pull request introduces support for the Claude 4.7 Opus model across AWS Bedrock, Anthropic, and LlamaIndex providers. It also updates the visibility logic and descriptions within the Anthropic chat model component to accommodate the new version. A review comment suggests updating the 'Max' thinking effort description to more accurately include both Opus and Sonnet models, ensuring the UI text aligns with the underlying logic.
This PR introduces full support for Anthropic's flagship Claude Opus 4.7 model across our chat integrations, updating both the model registry and the frontend node logic required to handle its advanced parameters.
Changes Made
models.json): Addedclaude-opus-4-7toawsChatBedrock,chatAnthropic, andchatAnthropic_LlamaIndexwith the most recent API token costs.ChatAnthropic.ts): Addedclaude-opus-4-7to the conditional rendering arrays. This correctly hides the legacyExtended Thinkingsliders and activates the modernAdaptive Thinkingconfiguration required by the new Opus architecture.Type of change
Checklist: