Changelog
Release notes for the ziptoken API. Breaking changes are always announced 30 days in advance.
v1.3.0
April 2025
Batch API now supports 100 texts per call, quality scores revamped.
- newBatch API limit increased from 25 β 100 texts per request.
- newQuality score now uses a 5-point scale with per-sentence granularity.
- improvedAggressive mode preserves 15% more factual nouns.
- improvedTokenizer updated for GPT-4o and Claude 3.5 token budgets.
- fixedCode fences inside triple backticks no longer get stripped.
v1.2.0
March 2025
LLMLingua mode (neural compression) available on Pro and Enterprise.
- newLLMLingua mode: neural compression that achieves 60β70% reduction with minimal quality loss.
- new/api/v1/stats/global endpoint β no auth required.
- improvedQuota check now returns X-RateLimit-Remaining and X-Quota-Remaining headers.
- fixedFixed edge case where markdown headers were stripped in balanced mode.
v1.1.0
February 2025
Model-aware tokenization, usage endpoint, Stripe billing.
- newmodel parameter β select gpt-4o, claude-3-5, or gemini for model-specific tokenization.
- newGET /api/v1/usage β per-key usage for the current billing period.
- newStripe subscriptions (Starter $19, Pro $99, Enterprise custom).
- improvedConservative mode now retains 98%+ semantic similarity (up from 95%).
- fixedCSRF token mismatch on Safari with strict SameSite settings.
v1.0.0
January 2025
Initial public release.
- newPOST /api/v1/compress β rule-based compression engine.
- newThree compression modes: conservative, balanced, aggressive.
- newFree tier: 50,000 tokens / month, no card required.
- newPlayground for interactive testing.
- newDashboard with API key management.