We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44b8d64 commit 4cd6da4Copy full SHA for 4cd6da4
README.md
@@ -26,7 +26,7 @@ No boilerplate. No fighting the borrow checker for simple handlers. Just code th
26
**Problem:** Standard JSON APIs are verbose and expensive for Large Language Models (LLMs).
27
**Solution:** RustAPI natively supports **TOON (Token-Oriented Object Notation)**.
28
29
-Top-tier LLMs (Claude, GPT-4) charge by the token. RustAPI's TOON format reduces response token counts by **50-58%** compared to standard JSON.
+Top-tier LLMs (Claude, GPT-4o) charge by the token. RustAPI's TOON format reduces response token counts by **50-58%** compared to standard JSON.
30
31
* **💰 Save 50% on API Costs**: Half the tokens, same data.
32
* **🌊 Zero-Latency Streaming**: Built for real-time AI agents.
0 commit comments