gate402_minify
Compress text to reduce LLM token usage by ~40%. Strips filler, collapses JSON, and densifies prose with pay-per-call pricing.
Instructions
Compress text to cut downstream LLM token spend (~40%): strips filler, collapses JSON, densifies prose. Pay-per-call ($0.005/10k tokens).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Text to compress. | |
| format | No | Hint for the compressor (default auto). | |
| aggressive | No | Compress harder at some fidelity cost. |