-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Feat: Remove legacy model from bedrock provider #9223
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
…Bedrock Remove 5 deprecated/incompatible models from Bedrock model list: - Claude 2.1, 2.0, and Claude Instant (no longer supported by AWS) - Titan Text Embeddings v1 and v2 (embedding-only, not suitable for chat/code tasks) Update all test files to use Claude 4.5 Sonnet (anthropic.claude-sonnet-4-5-20250929-v1:0), the current Bedrock default model, ensuring consistency across the test suite. Updated files: - Model definitions: packages/types/src/providers/bedrock.ts - Test files: 6 test files updated with new model references - Documentation: Updated ARN examples in bedrock.ts comments 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
…ck-models refactor: remove deprecated Claude 2 and Titan embedding models from Bedrock
Review found 1 issue after the merge with main.
Mention @roomote in a comment to request specific changes to this pull request or fix all unresolved issues. |
|
As this models can not be used, it affecting user experience. |
| outputPrice: 1.8, | ||
| description: "Qwen3 Coder 480B (MoE model with 35B active parameters)", | ||
| }, | ||
| } as const satisfies Record<string, ModelInfo> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The merge with main appears to have incorrectly removed 4 models that were recently added in PR #9905: moonshot.kimi-k2-thinking, minimax.minimax-m2, qwen.qwen3-next-80b-a3b, and qwen.qwen3-coder-480b-a35b-v1:0. These models exist in main but are missing from this branch. This looks like a merge conflict resolution error - the PR should only remove the legacy Claude 2 and Titan embedding models, not these newly added models.
Fix it with Roo Code or mention @roomote and request a fix.
Related GitHub Issue
Closes: #
Roo Code Task Context (Optional)
Description
Test Procedure
Pre-Submission Checklist
Screenshots / Videos
Documentation Updates
Additional Notes
Get in Touch
Important
Remove legacy Claude 2 series and Titan embedding models from AWS Bedrock provider and update related tests.
anthropic.claude-2-1-v1:0,anthropic.claude-2-0-v1:0,anthropic.claude-instant-v1:0,amazon.titan-text-embeddings-v1:0, andamazon.titan-text-embeddings-v2:0frombedrock.ts.bedrockModelsinbedrock.tsto exclude removed models.provider-settings.test.ts,bedrock-invokedModelId.spec.ts,Task.spec.ts,ClineProvider.apiHandlerRebuild.spec.ts, andApiConfigSelector.spec.tsxto remove references to legacy models and use updated model IDs.This description was created by
for 6d86f4e. You can customize this summary. It will automatically update as commits are pushed.