Send context
Pass the query, files, transcripts, or retrieved chunks.
API key access now open
Send long context. Get the useful tokens back before your model call.
How it works
Pass the query, files, transcripts, or retrieved chunks.
Radril keeps the tokens that answer the task.
Use the smaller context with OpenAI, Anthropic, Gemini, or local models.
API
Usage is measured on source tokens processed by Radril.
curl https://api.radril.com/v1/compact \
-H "Authorization: Bearer $RADRIL_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"query": "What changed in Q4 revenue?",
"context": "...long document...",
"target_ratio": 0.10
}'