We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It seems that anthropic bedrock has released support for prompt caching on their side: https://docs.aws.amazon.com/bedrock/latest/userguide/prompt-caching.html which supports the new Sonnet3.5 and Haiku3.5.
It would be great to access this functionality in the same way as the anthropic.Anthropic client via anthropic.Anthropic.beta.prompt_caching.
anthropic.Anthropic
anthropic.Anthropic.beta.prompt_caching
Currently anthropic.AnthropicBedrock.beta doesn't have prompt_caching
anthropic.AnthropicBedrock.beta
prompt_caching
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It seems that anthropic bedrock has released support for prompt caching on their side: https://docs.aws.amazon.com/bedrock/latest/userguide/prompt-caching.html which supports the new Sonnet3.5 and Haiku3.5.
It would be great to access this functionality in the same way as the
anthropic.Anthropic
client viaanthropic.Anthropic.beta.prompt_caching
.Currently
anthropic.AnthropicBedrock.beta
doesn't haveprompt_caching
The text was updated successfully, but these errors were encountered: