-
Notifications
You must be signed in to change notification settings - Fork 53
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
Adding additional Service Providers via Amazon Bedrock #739
Comments
I gave a quick look to Anthropic's Claude and it looks promising. API Docs: https://docs.anthropic.com/claude/reference/getting-started-with-the-api |
Amazon Bedrock is a service that offers models, should we leverage the service or add providers separately? Like we have an API available for Anthropic as suggested^ by @iamdharmesh cc: @dkotter |
I think there's value in both approaches, similar to how we have a direct integration with OpenAI and an integration with Azure OpenAI. Seems this issue though is specific to adding support for Amazon Bedrock and allowing users to choose which model they want to use on that service (assuming that's possible and we don't need specific integrations for each model) |
How about adding support for openrouter.ai instead of Bedrock, considering how a single integration to them would offer access to new LLM significantly faster at more competitive pricing all whilst supporting parameters of specific models? https://openrouter.ai/docs/ |
Is your enhancement related to a problem? Please describe.
Our 3.0.0 release made it easier to integrate additional Service Providers to ClassifAI's features. Leveraging something like Amazon Bedrock might make it additionally easier to add in other service providers to make ClassifAI's features less dependent on a specific provider and allow ClassifAI users the ability to swap in/out providers on a whim to test which best fits their needs.
Additional models available that can help with text generation, text summarization, image generation, image text abstraction, and content moderation:
Designs
No response
Describe alternatives you've considered
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: