@relayplane/proxy 0.1.1 → 0.1.3
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/README.md +2 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -4,6 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
Intelligent AI model routing that cuts costs by 50-80% while maintaining quality.
|
|
6
6
|
|
|
7
|
+
[](https://github.com/RelayPlane/proxy/actions/workflows/ci.yml)
|
|
7
8
|
[](https://www.npmjs.com/package/@relayplane/proxy)
|
|
8
9
|
[](https://opensource.org/licenses/MIT)
|
|
9
10
|
|
|
@@ -107,7 +108,7 @@ Or pass through explicit models: `claude-3-5-sonnet-latest`, `gpt-4o`, etc.
|
|
|
107
108
|
|
|
108
109
|
| Without RelayPlane | With RelayPlane |
|
|
109
110
|
|-------------------|-----------------|
|
|
110
|
-
| Pay Opus
|
|
111
|
+
| Pay Opus token rates for simple tasks | Route simple tasks to Haiku (1/10 the cost) |
|
|
111
112
|
| Static model selection | Learns from outcomes over time |
|
|
112
113
|
| Manual optimization | Automatic cost-quality balance |
|
|
113
114
|
| No visibility into spend | Built-in savings tracking |
|
package/package.json
CHANGED