-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
feat(ai-proxy): AWS Bedrock driver #13054
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
github-actions
bot
added
cherry-pick kong-ee
schedule this PR for cherry-picking to kong/kong-ee
plugins/ai-proxy
plugins/ai-request-transformer
plugins/ai-response-transformer
labels
May 22, 2024
tysoekong
changed the title
Feat/ai proxy aws bedrock driver
DRAFT: feat(ai-proxy): AWS Bedrock driver
May 22, 2024
tysoekong
force-pushed
the
feat/ai_proxy_aws_bedrock_driver
branch
from
June 6, 2024 09:03
d7aa420
to
69cd75d
Compare
tysoekong
force-pushed
the
feat/ai_proxy_aws_bedrock_driver
branch
from
June 28, 2024 16:10
b84d205
to
567a9cb
Compare
@tysoekong Let's get this merged and remove the draft status. |
tysoekong
force-pushed
the
feat/ai_proxy_aws_bedrock_driver
branch
from
July 8, 2024 18:52
d78873c
to
f5c477c
Compare
tysoekong
changed the title
DRAFT: feat(ai-proxy): AWS Bedrock driver
feat(ai-proxy): AWS Bedrock driver
Jul 8, 2024
tysoekong
force-pushed
the
feat/ai_proxy_aws_bedrock_driver
branch
from
July 9, 2024 21:14
f5c477c
to
006699b
Compare
…k; fix bedrock converse system prompts
tysoekong
force-pushed
the
feat/ai_proxy_aws_bedrock_driver
branch
from
July 9, 2024 21:27
523af5b
to
ceb3dfd
Compare
This branch is a complete mess of rebases, I'm going to start this again. |
3 tasks
fffonion
pushed a commit
that referenced
this pull request
Jul 30, 2024
oowl
pushed a commit
that referenced
this pull request
Aug 15, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
cherry-pick kong-ee
schedule this PR for cherry-picking to kong/kong-ee
plugins/ai-proxy
plugins/ai-request-transformer
plugins/ai-response-transformer
schema-change-noteworthy
size/XXL
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
This is a draft PR that adds AWS Bedrock "chat inference" driver support.
Now Kong users can call a massive array of Anthropic, Cohere, Mistral, Amazon, Meta, AI21, and loads more models; all using the same flat format.
This is missing streaming support - I need to write a C/Lua decoder for the AWS application/vnd.amazon.eventstream format, and need e.g. Thijs help.
Checklist
changelog/unreleased/kong
orskip-changelog
label added on PR if changelog is unnecessary. README.mdIssue reference
Internal (KAI-38).