◇ BenchmarkInfrastructure
Kubernetes Pods concepts: 94.3% fewer tokens.
The core Pods concept page from the Kubernetes documentation. Read through the Lyrenth index, the page becomes one clean AIDocument of 7,475 tokens instead of 131,977 tokens of raw HTML: 18x smaller for every agent that reads it. Numbers straight from the API's economics block, measured 2026-07-05.
Raw HTML · 131,977 tokens
AIDocument · 7,475 tokens
| Cost to ingest raw HTML | $0.396 |
| Cost to ingest the AIDocument | $0.022 |
| Saved, per read, per agent | $0.374 |
Basis: $3.00 per 1M input tokens (Claude Sonnet / GPT-4 Turbo class), as reported in the API's economics block. Source page: https://kubernetes.io/docs/concepts/workloads/pods/
Reproduce it
One call, same numbers.
Every AIDocument response carries its own economics block, so this benchmark reproduces itself:
curl -X POST https://api.lyrenth.com/v1/aidocument \
-H "Authorization: Bearer $LYRENTH_KEY" \
-H "Content-Type: application/json" \
-d '{"url":"https://kubernetes.io/docs/concepts/workloads/pods/"}'