Merge pull request #844 from CyranoB/feature/add-bedrock-provider

Add AWS Bedrock provider support
This commit is contained in:
Jan Tomášek 2025-12-20 07:24:54 +01:00 committed by GitHub
commit 59e424abce
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 7 additions and 0 deletions

View file

@ -64,6 +64,9 @@ chat:
azure:
name: OpenAI Azure
litellm_provider: azure
bedrock:
name: AWS Bedrock
litellm_provider: bedrock
openrouter:
name: OpenRouter
litellm_provider: openrouter
@ -120,6 +123,9 @@ embedding:
azure:
name: OpenAI Azure
litellm_provider: azure
bedrock:
name: AWS Bedrock
litellm_provider: bedrock
# TODO: OpenRouter not yet supported by LiteLLM, replace with native litellm_provider openrouter and remove api_base when ready
openrouter:
name: OpenRouter

View file

@ -45,5 +45,6 @@ soundfile==0.13.1
imapclient>=3.0.1
html2text>=2024.2.26
beautifulsoup4>=4.12.3
boto3>=1.35.0
exchangelib>=5.4.3
pywinpty==3.0.2; sys_platform == "win32"