Replies: 2 comments 7 replies
-
maybe relevant to @mirodrr2's issue |
Beta Was this translation helpful? Give feedback.
1 reply
-
I tested with the latest version (main-v1.63.11-nightly) and it works perfect. Thank you so much. This is how it works to me: - model_name: anthropic-claude-3-5-sonnet
litellm_params:
model: bedrock/anthropic.claude-3-5-sonnet-20240620-v1:0
# You have to set the ARN application inference profile in the model_id parameter
model_id: arn:aws:bedrock:eu-central-1:000000000000:application-inference-profile/a0a0a0a0a0a0
aws_region_name: eu-central-1 |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi! is there a way to use Bedrock Application Inference Profiles ?
I checked Cross-Region Inference profile and it works fine with something like this:
But, what about an application inference profile? I tested in many ways but I could not make it work. E.g.:
also with this:
Application Inference Profiles are a strong requirement in AWS if you want to know usage / costs per application.
Any idea how to configure it? 🙏
Beta Was this translation helpful? Give feedback.
All reactions