Overview
Compresr reduces LLM token costs through intelligent context compression.
latte_v1Query-specific compression that preserves tokens relevant to a given query. Ideal for RAG pipelines and Q&A systems where you want to keep answer-relevant information while compressing the rest.
Quick Start
- Get your API key from the Dashboard
- Install the SDK:
pip install compresr - Start compressing — see the Quick Start guide