Response Caching
A performance optimization technique that stores previously generated responses to immediately serve identical future requests.
Explore more about Optimization
Related terms
A caching technique that stores and retrieves query responses based on semantic similarity rather than exact string matches.
Prompt CachingA technique that stores reusable prompt content so repeated requests can avoid processing the same input repeatedly, reducing latency and inference cost.
Inference OptimizationThe process of improving the speed, latency, throughput, memory usage, or cost-efficiency of AI model inference through techniques such as quantization, pruning, batching, caching, hardware acceleration, and optimized model serving.
Latency OptimizationThe practice of reducing response latency in AI systems to improve responsiveness, throughput, and user experience.
Cost OptimizationThe process of reducing infrastructure, model, and operational costs while maintaining or improving application performance, reliability, and quality.