You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Add credential configuration option in the interface to toggle between Anthropic API key and AWS authentication
Include AWS profile selection when AWS auth is enabled
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.
The text was updated successfully, but these errors were encountered:
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!
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:
Feature Request:
Benefits:
Implementation Suggestions:
Would love to hear your thoughts on adding this capability. Let me know if you need any clarification or additional details.
The text was updated successfully, but these errors were encountered: