@relayplane/proxy 0.1.1 → 0.1.2

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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -107,7 +107,7 @@ Or pass through explicit models: `claude-3-5-sonnet-latest`, `gpt-4o`, etc.
107
107
 
108
108
  | Without RelayPlane | With RelayPlane |
109
109
  |-------------------|-----------------|
110
- | Pay Opus prices for simple tasks | Route simple tasks to Haiku (1/10 cost) |
110
+ | Pay Opus token rates for simple tasks | Route simple tasks to Haiku (1/10 the cost) |
111
111
  | Static model selection | Learns from outcomes over time |
112
112
  | Manual optimization | Automatic cost-quality balance |
113
113
  | No visibility into spend | Built-in savings tracking |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@relayplane/proxy",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "RelayPlane Proxy - Intelligent AI model routing for cost optimization. 100% local, zero cloud dependency.",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",