AWS Machine Learning Blog reported on the application of request caching in Amazon Bedrock for cases where the same context is repeatedly sent to foundation models. According to the publication synopsis, this approach reduces input token costs by up to 90%.

The article examines six scenarios via the Converse API: caching message content, system instructions, and tool descriptions, mixed retention periods, tenant isolation, and integration with LangChain.

The practical value of this approach depends on how frequently the context repeats and how the specific workload is structured. The presented package lacks details on test configuration, actual latencies, or the conditions under which maximum savings are achieved.