DocsOverview

Overview

Compresr reduces LLM token costs through intelligent context compression.

latte_v1

Query-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

  1. Get your API key from the Dashboard
  2. Install the SDK: pip install compresr
  3. Start compressing — see the Quick Start guide