GPTCache
An open-source semantic cache that matches similar (not just identical) queries to cached responses, achieving 61-69% hit rates with 97%+ accuracy. Can save $2K+/day at scale by avoiding redundant LLM calls.
AI ToolFree Tier: Open source; self-hostedCompany: Zilliz (Milvus team)Category: Cost OptimizationOpen Source: YesQuick Start: Install with pip install gptcache → Initialize the cache with an embedding model → Wrap your LLM calls with the cache and watch costs dropVisit GPTCache