-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Support AWS Bedrock #86
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
Comments
You can use any model or model provider. Easy way is to use an OpenAI compatible endpoint with |
Unfortunately bedrock is not compatible with OpenAI style api requests unless it’s through the bedrock gateway (3rd party). Is a native bedrock client implementation on the table? |
Would be hard for the OpenAI team to prioritize this. The SDK has the abstractions to support it (i.e. the |
I will have a look and see how I could contribute on that, one way would be to add support for Lite LLM, they take care of all the variations of schemas, authentication etc. |
Created a PR for to support this #125 |
Thanks, this is a great PR. I think the right move is to add a separate "extensions" library that is an optional dependency, and this there. Let me talk to the team internally and see what they think! |
Yeah from a dependancy standpoint I would understand, but its also kinda part of the core of the Agent SDK to give the developer choice of what provider it wants to use, more then offer a Also a big hassle Lite LLM solves is the rate limit management for each provider, so on and so forth you get my memo. Happy to contribute |
In the meantime if anyone wants to build using Go lang, you could use: |
This issue is stale because it has been open for 7 days with no activity. |
I love to see |
This issue is stale because it has been open for 7 days with no activity. |
This issue was closed because it has been inactive for 3 days since being marked as stale. |
I would like to run this through AWS Bedrock instance, instead of your API.
The text was updated successfully, but these errors were encountered: