Skip to main content
Studio

Inspect the shape of context.

Run live extractive compression with the same LLMSlim Python package shipped from this repository. Output and token metrics come from the returned CompressionResult.

Configure

Choose context, then make the target yours.

Live LLMSlim engine

RAG documentRetrieved policy with a malicious-looking irrelevant instruction.

%
Any whole number from 10 to 90.
Advanced
Provider paths stay protected. Rewrite and hybrid require a caller-supplied provider and are not exposed by the public Studio.
Input

Context editor

Run for real token count
Role: ragCtrl / Cmd + Enter to run


Run live extractive compression to view the exact output and token metrics returned by LLMSlim.
Live LLMSlim Python engine. Output and token metrics are returned by the same repository package used by the public API. Diff is derived from the visible input and output.

Python execution, with the right limits.

Set the correct context role when you know the provenance. RAG, tool, and assistant text are treated differently from system and developer text in the v0.4.0 safety boundary.

01

Run extractive live

The public Studio runs the offline extractive path through its same-origin Python function.

02

Bring a provider for rewrite

Rewrite and hybrid require a caller-supplied provider and are not exposed by the public endpoint.