ScrapeGraphAI/toonify
Toonify: Compact data format reducing LLM token usage by 30-60%
When working with Large Language Models (LLMs), this tool helps you send structured information more efficiently. It takes your data (like customer lists, product details, or survey results) and converts it into a super-compact, human-readable format. The LLM then processes this condensed data, saving you money on token usage and allowing more information in a single request. This is for anyone who uses LLMs to process or generate structured data, like data analysts, content creators, or business intelligence professionals.
322 stars. Available on PyPI.
Use this if you need to send structured data to an LLM and want to drastically reduce API costs and fit more information into its context window.
Not ideal if your data is unstructured text or if you are not interacting with Large Language Models.
Stars
322
Forks
22
Language
Python
License
—
Category
Last pushed
Feb 06, 2026
Commits (30d)
0
Dependencies
1
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/transformers/ScrapeGraphAI/toonify"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Compare
Higher-rated alternatives
xaviviro/python-toon
🐍 TOON for Python (Token-Oriented Object Notation) Encoder/Decoder - Reduce LLM token costs by...
alesanfra/toons
A high-performance TOON (Token Oriented Object Notation) parser and serializer for Python.
dagoSte/aton-format
ATON Format - Python implementation. Token-efficient data serialization for LLM applications.