@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.
- package/README.md +3 -5
- 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
|
-
##
|
|
165
|
+
## Source
|
|
168
166
|
|
|
169
|
-
[orbit
|
|
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
|
|
180
|
+
- [ ] Usage analytics dashboard
|
|
183
181
|
- [ ] Browser extension
|
|
184
182
|
|
|
185
183
|
---
|