@tiktool/live 2.6.4 → 2.6.5
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 +17 -20
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -202,24 +202,15 @@ wss://api.tik.tools/captions?uniqueId=USERNAME&apiKey=YOUR_KEY&translate=en&diar
|
|
|
202
202
|
|
|
203
203
|
### Caption Credits
|
|
204
204
|
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
| Tier | Included Credits | Additional Top-Ups |
|
|
208
|
-
|------|-----------------|-------------------|
|
|
209
|
-
| **Free** | 60 min free trial | — |
|
|
210
|
-
| **Pro** | 2,000 min/month | Available |
|
|
211
|
-
| **Ultra** | 10,000 min/month | Available |
|
|
212
|
-
|
|
213
|
-
**Top-Up Packages:**
|
|
205
|
+
Caption credits are **pay-as-you-go add-ons** — no credits are included in the base subscription. Requires Basic tier or higher.
|
|
214
206
|
|
|
215
207
|
| Package | Credits | Price | Per Credit |
|
|
216
208
|
|---------|---------|-------|------------|
|
|
217
|
-
| Starter |
|
|
218
|
-
|
|
|
219
|
-
|
|
|
220
|
-
| Whale | 10,000 min | $149.99 | $0.015/min |
|
|
209
|
+
| **Starter** | 1,000 min | $10 | $0.010/min |
|
|
210
|
+
| **Creator** | 5,000 min | $35 | $0.007/min |
|
|
211
|
+
| **Agency** | 20,000 min | $100 | $0.005/min |
|
|
221
212
|
|
|
222
|
-
> **1 credit = 1 minute** of audio transcribed/translated into one language.
|
|
213
|
+
> **1 credit = 1 minute** of audio transcribed/translated into one language. If translating to 2 languages simultaneously, it burns 2 credits per minute.
|
|
223
214
|
|
|
224
215
|
Try the live demo at [tik.tools/captions](https://tik.tools/captions) — see real-time transcription and translation on actual TikTok LIVE streams.
|
|
225
216
|
|
|
@@ -263,13 +254,19 @@ Try the live demo at [tik.tools/captions](https://tik.tools/captions) — see re
|
|
|
263
254
|
|
|
264
255
|
All API requests require an API key. Get yours at [tik.tools](https://tik.tools).
|
|
265
256
|
|
|
266
|
-
| Tier | Rate Limit | WS Connections | Bulk Check |
|
|
267
|
-
|
|
268
|
-
| **
|
|
269
|
-
| **
|
|
270
|
-
| **
|
|
257
|
+
| Tier | Requests/Day | Rate Limit | WS Connections | WS Duration | WS Connects | Bulk Check | CAPTCHA | Feed Discovery | Price |
|
|
258
|
+
|------|-------------|-----------|----------------|-------------|-------------|------------|---------|----------------|-------|
|
|
259
|
+
| **Sandbox** | 50 | 5/min | 1 | 60 sec | 10/hr · 30/day | 1 | ✕ | ✕ | Free |
|
|
260
|
+
| **Basic** | 10,000 | 60/min | 3 | 8 hours | 60/hr · 200/day | 10 | ✕ | ✕ | From $7/wk |
|
|
261
|
+
| **Pro** | 75,000 | Unlimited | 50 | 8 hours | Unlimited | 50 | 50/day | 100/day | From $15/wk |
|
|
262
|
+
| **Ultra** | 300,000 | Unlimited | 500 | 8 hours | Unlimited | 500 | 500/day | 2,000/day | From $45/wk |
|
|
263
|
+
|
|
264
|
+
**Caption Credits** are available as pay-as-you-go add-ons (1 credit = 1 min of audio in 1 language):
|
|
265
|
+
- **Starter**: 1,000 credits — $10
|
|
266
|
+
- **Creator**: 5,000 credits — $35
|
|
267
|
+
- **Agency**: 20,000 credits — $100
|
|
271
268
|
|
|
272
|
-
The SDK calls the sign server **once per connection**, then stays connected via WebSocket.
|
|
269
|
+
The SDK calls the sign server **once per connection**, then stays connected via WebSocket. Sandbox is for API verification only — use Basic or higher for production.
|
|
273
270
|
|
|
274
271
|
---
|
|
275
272
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tiktool/live",
|
|
3
|
-
"version": "2.6.
|
|
3
|
+
"version": "2.6.5",
|
|
4
4
|
"description": "TikTok LIVE API Client — Real-time chat, gifts, viewers, live captions (speech-to-text), AI transcription & translation from any TikTok livestream.",
|
|
5
5
|
"author": "tiktool",
|
|
6
6
|
"license": "MIT",
|
|
@@ -74,4 +74,4 @@
|
|
|
74
74
|
"engines": {
|
|
75
75
|
"node": ">=18"
|
|
76
76
|
}
|
|
77
|
-
}
|
|
77
|
+
}
|