Skip to content
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

Feature Request: Add AWS Bedrock Credential Support for Claude 3.5 Access #23

Open
liuzuxin opened this issue Nov 19, 2024 · 2 comments

Comments

@liuzuxin
Copy link

I'd like to request support for AWS Bedrock credentials as an alternative authentication method for accessing Claude 3.5 models, similar to how it's implemented in Anthropic's official computer-use-demo here.

Current Situation:

  • The project currently uses Anthropic API key authentication
  • No direct support for AWS Bedrock credentials

Feature Request:

  • Add support for AWS credentials file (~/.aws/credentials) authentication
  • Allow specifying AWS profile for Bedrock access
  • Enable Claude 3.5 model access through Bedrock endpoint

Benefits:

  • Provides alternative authentication method for enterprise users
  • Aligns with official Anthropic computer-use-demo implementation
  • Enables usage for organizations already using AWS Bedrock

Implementation Suggestions:

  1. Add credential configuration option in the interface to toggle between Anthropic API key and AWS authentication
  2. Include AWS profile selection when AWS auth is enabled
  3. Update the model initialization to support Bedrock endpoint

Would love to hear your thoughts on adding this capability. Let me know if you need any clarification or additional details.

@Joseph-M-Cook
Copy link

Hey, just thought this would be worth mentioning: If you are requesting this feature due to Anthropic API rate limits, the daily rate limit has been depreciated!

https://docs.anthropic.com/en/api/rate-limits

@aristideubertas
Copy link

This would be very useful for me as well

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

No branches or pull requests

3 participants