slid-phi 2.2.7 → 2.2.8
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.
- package/package.json +6 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "slid-phi",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.8",
|
|
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
|
|
65
|
+
"one_liner": "Free first 1 GB suite · then from $2 min · ~3¢/GB. 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/",
|
|
@@ -71,9 +71,11 @@
|
|
|
71
71
|
"suite": "https://www.slidphilabs.com/pps",
|
|
72
72
|
"suite_pricing": {
|
|
73
73
|
"free_cap_gb": 1,
|
|
74
|
-
"
|
|
74
|
+
"min_paid_usd": 2,
|
|
75
|
+
"usd_per_gb_after_free": 0.03,
|
|
76
|
+
"usd_per_gb_bulk": 0.02,
|
|
75
77
|
"try_gate": "retired",
|
|
76
|
-
"model": "
|
|
78
|
+
"model": "freemium_suite_v3_money"
|
|
77
79
|
},
|
|
78
80
|
"welcome": "https://www.slidphilabs.com/api/welcome",
|
|
79
81
|
"platform_json": "https://www.slidphilabs.com/platform.json"
|