Skip to content

Commit b0d9ddb

Browse files
authored
docs: update dmx (#332)
* docs: update dmx * Update README.md * Update dmx * Update README.md * Update aff * build: update toml * docs: update docs
1 parent 6ccecd4 commit b0d9ddb

File tree

5 files changed

+91
-13
lines changed

5 files changed

+91
-13
lines changed

README.md

+48-11
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,25 @@
1313
[:thinking: Reporting Issues](https://github.com/timerring/bilive/issues/new/choose) |
1414
[:speech_balloon: Chat](https://github.com/timerring/bilive/blob/main/assets/wechat.png)
1515

16+
<div>
17+
18+
<img src="assets/dmx.png" alt="DMXAPI.cn" width="450" height="300" />
19+
20+
**大模型API(<a href="https://www.dmxapi.cn/register?aff=vRzR" target="_blank">DMXAPI</a>)** 行业领先的 api 聚合平台 **[详细介绍](#特别感谢)**
21+
22+
<details open>
23+
<summary> DMX = 大模型拼音首字母 </summary>
24+
25+
<ul>
26+
<li><a href="https://www.dmxapi.cn/register?aff=vRzR">DMXAPI.cn</a> 一个key用全球大模型</li>
27+
<li>GPT Claude Gemini 6.8折起</li>
28+
<li><a href="https://ssvip.DMXAPI.com">ssvip.DMXAPI.com</a> 提供生产级稳定服务</li>
29+
</ul>
30+
31+
</details>
32+
33+
</div>
34+
1635
支持模型
1736

1837
<div>
@@ -77,11 +96,12 @@
7796
- `Recraft`
7897
- `Amazon Titan Image Generator V2`
7998
- `Hidream I1`
99+
- `kling-v1-5`
80100

81101

82102
项目架构流程如下:
83103

84-
![](https://cdn.jsdelivr.net/gh/timerring/scratchpad2023/2024/2025-04-30-14-00-48.png)
104+
![](https://cdn.jsdelivr.net/gh/timerring/scratchpad2023/2024/2025-05-03-22-09-56.png)
85105

86106
## 3. 测试硬件
87107

@@ -205,18 +225,29 @@ MLLM 模型主要用于自动切片后的切片标题生成,此功能默认关
205225
206226
采用图生图多模态模型,自动获取视频截图并上传风格变换后的视频封面,如需使用本功能,请将 `generate_cover` 参数设置为 `true`,并且写下你自己的 prompt,注意部分模型只支持英文,接下来需要配置的参数有 image_gen_model 和对应的 api key,请自行根据链接注册账号并且申请对应 api key,填写在对应的参数中,请注意以下模型只有你在 `image_gen_model` 参数中设置的那个模型会生效。
207227

228+
推荐使用大模型API([dmxapi.cn](https://www.dmxapi.cn/register?aff=vRzR)),一个 Key 用全球大模型,[查看详细介绍](#特别感谢)
229+
230+
| Company | Model Name | `image_gen_model` | `API Key` |
231+
|--------------|--------------------------------|-------------------|---------------------------------------------------------------------------------|
232+
| Kwai | v1-5 | `kling` | [dmx_api_token](https://www.dmxapi.cn/token) |
233+
234+
<details>
235+
<summary>其他支持的图像生成模型</summary>
236+
208237
| Company | Model Name | `image_gen_model` | `API Key` |
209238
|--------------|--------------------------------|-------------------|---------------------------------------------------------------------------------|
210-
| Minimax | image-01 | `minimax` | [minimax_api_key](https://platform.minimaxi.com/user-center/basic-information/interface-key) |
211-
| Kwai | Kolors | `siliconflow` | [siliconflow_api_key](https://cloud.siliconflow.cn/i/3Szr5BVg) |
212-
| Tencent | Hunyuan | `tencent` | [tencent_secret_id and tencent_secret_key](https://console.cloud.tencent.com/cam/capi) |
213-
| Baidu | ERNIE irag-1.0 | `baidu` | [baidu_api_key](https://console.bce.baidu.com/iam/key/list) |
214-
| Stability AI | Stable Diffusion 3.5 large turbo | `stability` | [stability_api_key](https://platform.stability.ai/account/keys) |
215-
| Luma Labs | Photon | `luma` | [luma_api_key](https://lumalabs.ai/api/keys) |
216-
| Ideogram | Ideogram V_2 | `ideogram` | [ideogram_api_key](https://ideogram.ai/manage-api) |
217-
| Recraft | Recraft V3 | `recraft` | [recraft_api_key](https://www.recraft.ai/profile/api) |
218-
| Amazon | Titan Image Generator V2 | `amazon` | [aws_access_key_id and aws_secret_access_key](https://aws.amazon.com/console/) |
219-
| Hidream | Hidream I1 | `hidream` | [hidream_api_key](https://www.hidreamai.com/platform/token) |
239+
| Minimax | image-01 | `minimax` | minimax_api_key |
240+
| Kwai | Kolors | `siliconflow` | siliconflow_api_key |
241+
| Tencent | Hunyuan | `tencent` | tencent_secret_id and tencent_secret_key |
242+
| Baidu | ERNIE irag-1.0 | `baidu` | baidu_api_key |
243+
| Stability AI | Stable Diffusion 3.5 large turbo | `stability` | stability_api_key |
244+
| Luma Labs | Photon | `luma` | luma_api_key |
245+
| Ideogram | Ideogram V_2 | `ideogram` | ideogram_api_key |
246+
| Recraft | Recraft V3 | `recraft` | recraft_api_key |
247+
| Amazon | Titan Image Generator V2 | `amazon` | aws_access_key_id and aws_secret_access_key |
248+
| Hidream | Hidream I1 | `hidream` | hidream_api_key |
249+
250+
</details>
220251

221252
#### 3. 配置上传参数
222253

@@ -374,6 +405,12 @@ docker compose up -d
374405

375406
## 特别感谢
376407

408+
- [大模型API](https://www.dmxapi.cn/register?aff=vRzR)([DMXAPI.cn](https://www.dmxapi.cn/register?aff=vRzR)),**DMX 取自“大模型”的拼音首字母,行业领先的智能API聚合服务平台**,旨在帮助 LLM 应用开发的初学者轻松接入多种大模型,快速进入 AI 应用的广阔领域。
409+
1. **人民币计价全球人工智能大模型API**[聚合中国和全球**300+多模态大模型**](https://www.dmxapi.cn/pricing),直连畅通使用国内外领先大模型 API 服务,1个Key使用全模型,涵盖各个领域模型,应有尽有。
410+
2. **RPM / TPM 无上限**,注册就是顶级账号,不设 RPM / TPM 限制,企业客户集群服务器,支持无限并发。
411+
3. **合规发票 充值即开**,企业客户支持公对公付款,开具正规发票。
412+
4. **海外模型低至 7 折,模型原厂集采直供**,通过直接与大模型原厂合作,我们采用集中采购的方式获取资源,确保为您提供极具竞争力的价格,**以更低的成本获取顶级的大模型服务**
413+
5. **坚守诚信与专业**,确保向客户提供真实、可靠的模型服务,维护客户的信任与满意度,[服务与承诺](https://dmxapi.cn/chengnuo.html)
377414
- [acgnhiki/blrec](https://github.com/acgnhiki/blrec)
378415
- [OpenAI/whisper](https://github.com/OpenAI/whisper)
379416
- [biliup/biliup-rs](https://github.com/biliup/biliup-rs)

assets/dmx.png

313 KB
Loading

bilive.toml

+6-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,12 @@ sensenova_api_key = "" # Apply for your own SenseNova API key at https://console
4040
generate_cover = false # whether to generate cover
4141
cover_prompt = "" # Write your own cover prompt here
4242
image_gen_model = "minimax" # the image generation model, can be "minimax" or "siliconflow" or "tencent" or "baidu" or "stability" or "luma" or "ideogram" or "recraft" or "amazon" or "hidream"
43-
dmx_api_token = "" # Apply for your own dmxapi token at https://www.dmxapi.cn/token
43+
44+
# 大模型 API(DMXAPI) 行业领先的 api 聚合平台
45+
# DMXAPI.cn 一个key用全球大模型 GPT Claude Gemini 6.8折起
46+
# ssvip.DMXAPI.com 提供生产级稳定服务 官方
47+
dmx_api_token = "" # Apply for your own dmxapi token at https://www.dmxapi.cn/register?aff=vRzR
48+
4449
minimax_api_key = "" # Apply for your own Minimax API key at https://platform.minimaxi.com/user-center/basic-information/interface-key
4550
siliconflow_api_key = "" # Apply for your own SiliconFlow API key at https://cloud.siliconflow.cn/i/3Szr5BVg
4651
tencent_secret_id = "" # Apply for your own Tencent Cloud API key at https://console.cloud.tencent.com/cam/capi

docs/getting-started.md

+24-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,27 @@
55
66
Automatically monitors and records Bilibili live broadcasts and danmaku (including paid comments, gifts, etc.), converts danmaku according to resolution, recognizes speech and renders subtitles into videos, splits exciting fragments according to danmaku density, and generates interesting titles through video understanding models, automatically generates video covers using image generation models, and automatically posts videos and slices to Bilibili, compatible with the version without GPU, compatible with low-configuration servers and hosts.
77

8+
# Sponsorship
9+
10+
![](https://cdn.jsdelivr.net/gh/timerring/scratchpad2023/2024/2025-05-04-01-45-57.png)
11+
12+
<div>
13+
14+
**大模型API(<a href="https://www.dmxapi.cn/register?aff=vRzR" target="_blank">DMXAPI</a>)** Industry-leading API aggregation platform **[Details](https://bilive.timerring.com/reference.html)**
15+
16+
<details open>
17+
<summary> DMX = The abbreviation of 大模型 </summary>
18+
19+
<ul>
20+
<li><a href="https://www.dmxapi.cn/register?aff=vRzR">DMXAPI.cn</a> A key with a global model</li>
21+
<li>GPT Claude Gemini from 62% off</li>
22+
<li><a href="https://ssvip.DMXAPI.com">ssvip.DMXAPI.com</a> Provide production-level stable services</li>
23+
</ul>
24+
25+
</details>
26+
27+
</div>
28+
829
## Major features
930

1031
- **Fast**:Use the `pipeline` pipeline to process videos, in ideal conditions, the recording and live broadcast differ by half an hour, and the recording can be上线录播,**Currently the fastest version of Bilibili recording**!
@@ -33,7 +54,9 @@ Automatically monitors and records Bilibili live broadcasts and danmaku (includi
3354
- `Ideogram V_2`
3455
- `Recraft`
3556
- `Amazon Titan Image Generator V2`
57+
- `Hidream I1`
58+
- `kling-v1-5`
3659

3760
The project architecture process is as follows:
3861

39-
![](https://cdn.jsdelivr.net/gh/timerring/scratchpad2023/2024/2025-04-12-17-04-11.png)
62+
![](https://cdn.jsdelivr.net/gh/timerring/scratchpad2023/2024/2025-05-03-22-09-56.png)

docs/reference.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
## Reference
22

3+
- [大模型API](https://www.dmxapi.cn/register?aff=vRzR)([DMXAPI.cn](https://www.dmxapi.cn/register?aff=vRzR)),**DMX 取自“大模型”的拼音首字母,行业领先的智能API聚合服务平台**,旨在帮助 LLM 应用开发的初学者轻松接入多种大模型,快速进入 AI 应用的广阔领域。
4+
1. **人民币计价全球人工智能大模型API**[聚合中国和全球**300+多模态大模型**](https://www.dmxapi.cn/pricing),直连畅通使用国内外领先大模型 API 服务,1个Key使用全模型,涵盖各个领域模型,应有尽有。
5+
2. **RPM / TPM 无上限**,注册就是顶级账号,不设 RPM / TPM 限制,企业客户集群服务器,支持无限并发。
6+
3. **合规发票 充值即开**,企业客户支持公对公付款,开具正规发票。
7+
4. **海外模型低至 7 折,模型原厂集采直供**,通过直接与大模型原厂合作,我们采用集中采购的方式获取资源,确保为您提供极具竞争力的价格,**以更低的成本获取顶级的大模型服务**
8+
5. **坚守诚信与专业**,确保向客户提供真实、可靠的模型服务,维护客户的信任与满意度,[服务与承诺](https://dmxapi.cn/chengnuo.html)
9+
10+
- [DMX API](https://www.dmxapi.cn/register?aff=vRzR) ([DMXAPI.cn](https://www.dmxapi.cn/register?aff=vRzR)), **DMX comes from the pinyin initials of "Da Mo Xing" (Large Model), a leading intelligent API aggregation platform** designed to help LLM application developers easily integrate various large models and quickly enter the vast field of AI applications.
11+
1. **Global AI Large Model APIs priced in RMB**, [aggregating **300+ multimodal large models** from China and worldwide](https://www.dmxapi.cn/pricing). Direct and smooth access to leading model API services both domestically and internationally. One Key for all models, covering various domains, comprehensive and inclusive.
12+
2. **Unlimited RPM / TPM**, register to become a top-tier account with no RPM / TPM restrictions. Enterprise customers get cluster server support with unlimited concurrency.
13+
3. **Compliant invoices available immediately upon recharge**, enterprise customers support B2B payment with official invoices.
14+
4. **Overseas models at up to 30% discount, direct supply through model vendor bulk procurement**. Through direct cooperation with large model vendors, we obtain resources through centralized procurement to ensure highly competitive pricing, **accessing top-tier large model services at lower costs**.
15+
5. **Upholding integrity and professionalism**, ensuring the provision of authentic and reliable model services to maintain customer trust and satisfaction, [Services and Commitments](https://dmxapi.cn/chengnuo.html).
316
- [acgnhiki/blrec](https://github.com/acgnhiki/blrec)
417
- [OpenAI/whisper](https://github.com/OpenAI/whisper)
518
- [biliup/biliup-rs](https://github.com/biliup/biliup-rs)

0 commit comments

Comments
 (0)