@gabrielsmartin/orbit-sdk 0.3.2 → 0.3.4
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 +6 -4
- 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 |
|
|
@@ -166,7 +164,11 @@ For a team running 100k queries/month at GPT-4o:
|
|
|
166
164
|
|
|
167
165
|
## Live demo
|
|
168
166
|
|
|
169
|
-
[
|
|
167
|
+
[orbitai.gtll.app](https://orbitai.gtll.app) — route a real query, see the fingerprint radar, watch the savings counter.
|
|
168
|
+
|
|
169
|
+
## Source
|
|
170
|
+
|
|
171
|
+
[github.com/gtllco/orbit](https://github.com/gtllco/orbit)
|
|
170
172
|
|
|
171
173
|
---
|
|
172
174
|
|
|
@@ -179,7 +181,7 @@ For a team running 100k queries/month at GPT-4o:
|
|
|
179
181
|
- [ ] Streaming support
|
|
180
182
|
- [ ] Custom model matrix (bring your own models)
|
|
181
183
|
- [ ] Automatic provider failover
|
|
182
|
-
- [ ] Usage analytics dashboard
|
|
184
|
+
- [ ] Usage analytics dashboard
|
|
183
185
|
- [ ] Browser extension
|
|
184
186
|
|
|
185
187
|
---
|