@gabrielsmartin/orbit-sdk 0.3.2 → 0.3.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.
Files changed (2) hide show
  1. package/README.md +3 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -12,8 +12,6 @@ npm install orbit-ai
12
12
 
13
13
  ## 🚀 Pro is live
14
14
 
15
- **[orbit.gtll.app](https://orbit.gtll.app)** — production routing API with managed keys, usage analytics, and team dashboards.
16
-
17
15
  | Plan | Price | What's included |
18
16
  |---|---|---|
19
17
  | **Founding Pro** | $19/mo | API access · 500k routed queries/mo · savings dashboard |
@@ -164,9 +162,9 @@ For a team running 100k queries/month at GPT-4o:
164
162
 
165
163
  ---
166
164
 
167
- ## Live demo
165
+ ## Source
168
166
 
169
- [orbit-model-flow.base44.app](https://orbit-model-flow.base44.app) — route a real query, see the fingerprint radar, watch the savings counter.
167
+ [github.com/gtllco/orbit](https://github.com/gtllco/orbit)
170
168
 
171
169
  ---
172
170
 
@@ -179,7 +177,7 @@ For a team running 100k queries/month at GPT-4o:
179
177
  - [ ] Streaming support
180
178
  - [ ] Custom model matrix (bring your own models)
181
179
  - [ ] Automatic provider failover
182
- - [ ] Usage analytics dashboard integration
180
+ - [ ] Usage analytics dashboard
183
181
  - [ ] Browser extension
184
182
 
185
183
  ---
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gabrielsmartin/orbit-sdk",
3
- "version": "0.3.2",
3
+ "version": "0.3.3",
4
4
  "description": "Intelligent AI model routing with signal layer. 85% cost savings. 777·555·333",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",