Skip to content

Conversation

omercelik
Copy link
Contributor

@omercelik omercelik commented Aug 5, 2025

Related Issue

Issue: #5380

Description

Added Claude Opus 4.1 to Bedrock - https://aws.amazon.com/about-aws/whats-new/2025/08/anthropic-claude-opus-4-1-amazon-bedrock/

Test Procedure

Type of Change

  • 🐛 Bug fix (non-breaking change which fixes an issue)
  • ✨ New feature (non-breaking change which adds functionality)
  • 💥 Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • ♻️ Refactor Changes
  • 💅 Cosmetic Changes
  • 📚 Documentation update
  • 🏃 Workflow Changes

Pre-flight Checklist

  • Changes are limited to a single feature, bugfix or chore (split larger changes into separate PRs)
  • Tests are passing (npm test) and code is formatted and linted (npm run format && npm run lint)
  • I have created a changeset using npm run changeset (required for user-facing changes)
  • I have reviewed contributor guidelines

Screenshots

Additional Notes


Important

Added anthropic.claude-opus-4-1-20250805-v1:0 model to Bedrock with specific token limits, pricing, and feature support.

  • Models:
    • Added anthropic.claude-opus-4-1-20250805-v1:0 to bedrockModels in api.ts.
    • Model supports 8192 max tokens, 200,000 context window, images, and prompt cache.
    • Pricing: $15.0 input, $75.0 output, $18.75 cache writes, $1.5 cache reads per million tokens.

This description was created by Ellipsis for f78930d. You can customize this summary. It will automatically update as commits are pushed.

Copy link

changeset-bot bot commented Aug 5, 2025

🦋 Changeset detected

Latest commit: a43f6c7

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
claude-dev Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Copy link
Contributor

@abeatrix abeatrix left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! Verified the model name matches the one in https://docs.anthropic.com/en/docs/about-claude/models/overview#model-names

image

@abeatrix abeatrix merged commit 031604d into cline:main Aug 5, 2025
8 checks passed
@omercelik omercelik deleted the bedrock-opus-4-1 branch August 6, 2025 09:20
dtrugman pushed a commit to dtrugman/cline that referenced this pull request Aug 24, 2025
…action (cline#5381)

- Enhanced extraction workflow with clearer step-by-step instructions
- Improved documentation patterns for better structure recognition
- Refined analysis techniques for comprehensive coverage
- Updated tool usage guide with practical examples
- Added complete extraction examples for common scenarios
- Improved communication guidelines for clearer output
- Enhanced user-friendly examples with better formatting
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants