Skip to content

[Feature]: Bedrock support #2160

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

Open
clayrosenthal opened this issue May 5, 2025 · 0 comments
Open

[Feature]: Bedrock support #2160

clayrosenthal opened this issue May 5, 2025 · 0 comments
Labels
enhancement New feature or request triage Needs triage

Comments

@clayrosenthal
Copy link

Feature description

Would love to use AWS bedrock for AI hosting. Preferably options for either keys or AWS profiles.

Implementation Suggestion

A config could look something like this:

{
  "ai@claude-sonnet": {
    "display:name": "Claude 3 Sonnet",
    "display:order": 1,
    "ai:*": true,
    "ai:apitype": "bedrock",
    "ai:model": "claude-3-5-sonnet-latest",
    "ai:apitoken": "<your AWS profile>"
  }
}

Anything else?

No response

@clayrosenthal clayrosenthal added enhancement New feature or request triage Needs triage labels May 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request triage Needs triage
Projects
None yet
Development

No branches or pull requests

1 participant