Created
February 20, 2026 21:28
-
-
Save praveenc/04d4a1a0de2e2099d09d49dd3216c5fa to your computer and use it in GitHub Desktop.
sample litellm config with Amazon Bedrock
This file contains hidden or 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
| litellm_settings: | |
| drop_params: true | |
| general_settings: | |
| master_key: sk-1234 | |
| model_list: | |
| - model_name: bedrock-claude-sonnet-4-6 | |
| litellm_params: | |
| model: bedrock/us.anthropic.claude-sonnet-4-6 | |
| aws_region_name: os.environ/AWS_REGION_NAME |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment