Meaning-First Compression
Retains critical information, intent, and structure—so your models stay effective.
For teams running chat, RAG, support, or coding agents. SuperCompress removes low-value context before inference—so your models do more with the tokens you already pay for.
1M free tokens/mo · then $0.30/1M · no credit card
Prompt compression · RAG context · chat memory · CPU-only policy
const result = await compress({
model: "supercompress-v1",
input: conversation,
preserve: "meaning",
target_reduction: "max"
})
// → 4,210 tokens (82% smaller)
Drastically reduce tokens while keeping what matters.
State-of-the-art retention across real-world tasks.
Runs locally. No GPU required.
BUILT FOR DEVELOPERS
Retains critical information, intent, and structure—so your models stay effective.
Use our API or SDK in minutes. Works with OpenAI, Anthropic, Mistral, and more.
Your data stays yours. Local inference option and enterprise-ready deployments.
HOW IT WORKS
Context arrives oversized — history, docs, and traces piled into one prompt.
BENCHMARKED TO MATTER
SuperCompress outperforms leading baselines across real-world datasets and tasks.
View all benchmarks →Evaluation on LongChat, GovReport, and MultiDoc QA. Lower is better for compression & speed. Higher is better for retention.
curl /api/v1/compress \
-H "Authorization: Bearer $SC_LIVE_..." \
-H "Content-Type: application/json" \
-d '{
"model": "supercompress-v1",
"input": "$(cat conversation.txt)",
"preserve": "meaning",
"target_reduction": 0.8
}'
// Response
{
"compressed": "...",
"original_tokens": 23014,
"compressed_tokens": 4220,
"reduction": "82%",
"retention_estimate": "94%"
}
SuperCompress
Codex
Gemini CLI
Windsurf
VS Code
OpenCodeEvery coding agent. One compression layer.
CODING AGENT PLUGIN · MCP-FIRST
Auto-detect Cursor, Claude Code, Codex, OpenCode, Windsurf, and more. The MCP plugin compresses huge dumps before they burn tokens — keep your normal login.
Or without a global install: npm install supercompress-proxy then npx supercompress setup.
npm install -g supercompress-proxynpx supercompress setupUSE CASES
From agentic coding to document-heavy work, meaning-first compression helps teams do more with less—without losing what matters.
Compress task history, repo context, tool traces, and diffs so agents reason farther inside the same context window—and spend less per turn.
Keep long chats useful and coherent. SuperCompress retains the decisions, constraints, and facts that drive better answers—not every filler turn.
Retrieved chunks often drown the query. Compress retrieved context so the model sees the evidence that matters for the current ask.
Ticket history, macros, and knowledge-base hits add up fast. Compress before generation to keep replies accurate without burning tokens.
Specs, tickets, research notes, and PRDs are dense. Compress for reviews and synthesis while retaining requirements and decisions.
Reduce token usage and latency in live apps while preserving output quality. Run locally on CPU or deploy beside your API gateway.
1M free tokens/mo · then $0.30/1M · no credit card. Prompt compression for chat, RAG, support, and coding agents.