Skip to main content
The TypeScript SDK and docs are currently in beta. Report issues on GitHub.
The compression engine to use. Defaults to “middle-out”.

Example Usage

import { ContextCompressionEngine } from "@openrouter/sdk/models";

let value: ContextCompressionEngine = "middle-out";

Values

"middle-out"