slid-phi 2.2.7 → 2.2.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +8 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "slid-phi",
3
- "version": "2.2.7",
3
+ "version": "2.2.9",
4
4
  "description": "Slid Phi Labs Omni-Dormant integer codecs — Zeckendorf / hybrid Fibonacci + optional gap-ANS path. Pure JS. Support and integration available.",
5
5
  "type": "module",
6
6
  "main": "src/index.mjs",
@@ -62,7 +62,7 @@
62
62
  "site": "https://www.slidphilabs.com",
63
63
  "llms_txt": "https://www.slidphilabs.com/llms.txt",
64
64
  "agents_json": "https://www.slidphilabs.com/agents.json",
65
- "one_liner": "Free first 1 GB suite · then ~1.5¢/GB (Try Gate retired). Compression+agent platform. GET https://www.slidphilabs.com/api/agent · x402 or free suite under 1 GB.",
65
+ "one_liner": "Free first 100 GB suite (equal free-tier $0) · then ~5c/GB under ~9c first paid egress. GET https://www.slidphilabs.com/api/agent. Try Gate retired.",
66
66
  "agent_platform": {
67
67
  "cuni": "https://cuni-studio.fly.dev/",
68
68
  "agent_rider": "https://agentrider.vercel.app/",
@@ -70,10 +70,13 @@
70
70
  },
71
71
  "suite": "https://www.slidphilabs.com/pps",
72
72
  "suite_pricing": {
73
- "free_cap_gb": 1,
74
- "usd_per_gb_after_free": 0.015,
73
+ "free_cap_gb": 100,
74
+ "min_paid_usd": 0.05,
75
+ "usd_per_gb_after_free": 0.05,
76
+ "usd_per_gb_bulk": 0.04,
77
+ "first_paid_egress_ref_usd": 0.09,
75
78
  "try_gate": "retired",
76
- "model": "freemium_suite_v2"
79
+ "model": "freemium_suite_v4_undercut"
77
80
  },
78
81
  "welcome": "https://www.slidphilabs.com/api/welcome",
79
82
  "platform_json": "https://www.slidphilabs.com/platform.json"