-
|
I'm having some issues, and I'm not sure if I understood the docs correctly. I am connecting to claude sonnet via AWS bedrock. I'm wanting to lower the context window, or at least the input window via max_input_tokens. However i have a test chat going that is going way beyond that window. Reading more I also enabled the Im using litellm as a proxy. And I'm running v1.81.0 Thank you.!! |
Beta Was this translation helpful? Give feedback.
Answered by
icsy7867
Mar 29, 2026
Replies: 1 comment 1 reply
-
|
Posted in discord as well. I've tried the converse and bedrock prefixes.
Maybe because its in govcloud? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Appears to have been this issue:
fix(bedrock): respect api_base and aws_bedrock_runtime_endpoint in count_tokens endpoint by @stias in #24199 ?
I upgrade to 1.82.x and things started to work.