Average Ratings 0 Ratings
Average Ratings 0 Ratings
Description
LMCache is an innovative open-source Knowledge Delivery Network (KDN) that functions as a caching layer for serving large language models, enhancing inference speeds by allowing the reuse of key-value (KV) caches during repeated or overlapping calculations. This system facilitates rapid prompt caching, enabling LLMs to "prefill" recurring text just once, subsequently reusing those saved KV caches in various positions across different serving instances. By implementing this method, the time required to generate the first token is minimized, GPU cycles are conserved, and throughput is improved, particularly in contexts like multi-round question answering and retrieval-augmented generation. Additionally, LMCache offers features such as KV cache offloading, which allows caches to be moved from GPU to CPU or disk, enables cache sharing among instances, and supports disaggregated prefill to optimize resource efficiency. It works seamlessly with inference engines like vLLM and TGI, and is designed to accommodate compressed storage formats, blending techniques for cache merging, and a variety of backend storage solutions. Overall, the architecture of LMCache is geared toward maximizing performance and efficiency in language model inference applications.
Description
oMLX is an MLX server specifically designed for macOS, enhancing the efficiency and speed of local AI operations on Apple Silicon. It caters to the functional dynamics of coding agents by implementing paged SSD KV caching, which enables the persistence of cache blocks on disk; this means that previously accessed prefixes can be retrieved quickly across different requests and even after server restarts, thereby eliminating the need to recompute them from scratch. As a result, the time taken to generate the first token in lengthy contexts can be significantly reduced, dropping from a range of 30 to 90 seconds down to less than five seconds after the initial interaction. The server adeptly manages simultaneous requests through a continuous batching mechanism via mlx-lm’s BatchGenerator, which enhances overall generation throughput without requiring requests to queue up behind a single task. oMLX is capable of simultaneously serving a variety of models, including LLMs, vision-language models, embedding models, and rerankers, utilizing LRU eviction to manage memory constraints effectively. Furthermore, it is compatible with any MLX-format model sourced from Hugging Face, such as Qwen, LLaMA, Mistral, Gemma, DeepSeek, MiniMax, and GLM, and can also utilize models that are already present in the standard Hugging Face cache, directories associated with LM Studio, or any custom storage locations, ensuring a versatile user experience. This flexibility in model integration enhances the overall usability and practicality of oMLX for developers and researchers alike.
API Access
Has API
API Access
Has API
Integrations
Anthropic
Claude Code
Cursor
DeepSeek
GLM-4.1V
Gemma
Gemma
GitHub
Hugging Face
JSON
Integrations
Anthropic
Claude Code
Cursor
DeepSeek
GLM-4.1V
Gemma
Gemma
GitHub
Hugging Face
JSON
Pricing Details
Free
Free Trial
Free Version
Pricing Details
No price information available.
Free Trial
Free Version
Deployment
Web-Based
On-Premises
iPhone App
iPad App
Android App
Windows
Mac
Linux
Chromebook
Deployment
Web-Based
On-Premises
iPhone App
iPad App
Android App
Windows
Mac
Linux
Chromebook
Customer Support
Business Hours
Live Rep (24/7)
Online Support
Customer Support
Business Hours
Live Rep (24/7)
Online Support
Types of Training
Training Docs
Webinars
Live Training (Online)
In Person
Types of Training
Training Docs
Webinars
Live Training (Online)
In Person
Vendor Details
Company Name
LMCache
Country
United States
Website
lmcache.ai/
Vendor Details
Company Name
oMLX
Country
United States
Website
omlx.ai/