Prompt Compression

Paste a prompt, compress it, and inspect which words were kept or dropped.

-Reduction
-Est. tokens
-Elapsed

Original Prompt

Ready
Optional preserve controls
  • <nocompress>...</nocompress> skips model compression and removes the wrapper.
  • ```json ... ``` protects medium/large JSON, converting to TOON when smaller.
  • {...} or [...] medium/large raw JSON uses the same JSON protection path.
  • HTML blocks <html>, <body>, <main>, <article>, <section>, <div>, <table>, <ul>, <ol>, <pre>, <code>, <p> are whitespace-normalized and protected.
  • <pre>, <code>, <script>, <style>, <textarea> preserve internal whitespace inside HTML.
  • ``` and ~~~ markdown fences preserve whitespace during cleanup; wrap with <nocompress> to skip compression.

Dropped Words Highlighted

No result yet