@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.
Files changed (2) hide show
  1. package/README.md +17 -20
  2. 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
- Every API key includes a **60-minute free trial** for live captions (speech-to-text with auto-detect to any language).
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 | 150 min | $4.99 | $0.033/min |
218
- | Growth | 600 min | $14.99 | $0.025/min |
219
- | Scale | 2,000 min | $39.99 | $0.020/min |
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 | Feed Discovery | Caption Credits | Price |
267
- |------|-----------|----------------|------------|----------------|-----------------|-------|
268
- | **Free** | 30/min | 3 | 5 | | 60 min trial | Free |
269
- | **Pro** | 120/min | 50 | 50 | 100/day | 2,000/month | Paid |
270
- | **Ultra** | Unlimited | 10,000 | 500 | 2,000/day | 10,000/month | Paid |
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. A free key is sufficient for most use cases.
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.4",
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
+ }