You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: enhance Volcengine section with detailed setup steps
- Add direct links to Create App and Service Credentials pages
- List specific models to enable (Doubao streaming/file recognition)
- Clarify APP ID + Access Token fields (Secret not needed)
- Update free tier info: 20 hours per app, renewable
- Add tip about best Chinese accuracy
- Update both English and Chinese versions
Made-with: Cursor
**Pricing:** Check the console for trial credits and pricing. Streaming ASR is billed per minute. Primarily targets the Chinese market.
46
+
**Pricing:** Each app comes with **20 free hours** of ASR quota. When exhausted, you can create a new app to get another 20 hours. Paid plans are billed per minute.
47
+
48
+
::: tip Best Chinese Accuracy
49
+
Volcengine (Doubao / 豆包) has the lowest error rate for Chinese speech recognition among current providers. Highly recommended for Chinese content.
50
+
:::
47
51
48
52
**Steps:**
49
53
50
-
1. Go to [console.volcengine.com](https://console.volcengine.com) and register (Chinese phone number required)
51
-
2. Navigate to **语音技术 (Speech Technology)** → **实时语音识别 (Streaming ASR)**
52
-
3. Activate the service and note your **AppKey**
53
-
4. Go to **密钥管理 (Key Management)** to find your **Access Key**
54
-
5. In DeLive, select **Volcengine** as provider, enter both `appKey` and `accessKey`
54
+
1. Go to [console.volcengine.com](https://console.volcengine.com) and sign up (Chinese phone number required)
55
+
2. Open the [Create App](https://console.volcengine.com/speech/app?opt=create) page
56
+
3. Fill in **App Name** (e.g. "DeLive") and a brief **Description**
57
+
4. Under **Capabilities**, check the following models:
58
+
-**豆包流式语音识别模型2.0** → select **小时版** (hourly)
59
+
-**豆包录音文件识别模型2.0** → select **标准版** (standard)
60
+
-**录音文件识别大模型** → select **标准版** (standard)
61
+
5. Click **Create** to finish
62
+
6. Go to the [Service Credentials](https://console.volcengine.com/speech/service/10039) page
63
+
7. Copy **APP ID** (labeled ①) and **Access Token** (labeled ②). The third field (Secret) is **not needed**
64
+
8. In DeLive, select **Volcengine** as provider, paste **APP ID** into the first field and **Access Token** into the second field
55
65
56
-
**DeLive fields:**`appKey`, `accessKey`
66
+
**DeLive fields:**`APP ID`, `Access Token`
57
67
58
68
::: warning China Region
59
-
Volcengine registration typically requires a Chinese phone number and identity verification.
69
+
Volcengine registration requires a Chinese phone number and identity verification. The console UI is in Chinese.
70
+
:::
71
+
72
+
::: tip Free Quota Renewal
73
+
Each app gets 20 free hours. For personal use this easily lasts 1–2 months. When depleted, simply create a new app for another 20 hours of free quota.
0 commit comments