Skip to content

Commit 39ca221

Browse files
committed
chore: update bailian-docs-llm-wiki (2026-08-10)
1 parent 580e585 commit 39ca221

501 files changed

Lines changed: 4056 additions & 140730 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

skills/bailian-docs-llm-wiki/llms.txt

Lines changed: 462 additions & 898 deletions
Large diffs are not rendered by default.

skills/bailian-docs-llm-wiki/models/families.jsonl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@
7575
{"slug":"qwen-image-edit","name":"Qwen-Image-Edit-Plus","description":"千问系列图像编辑Plus模型,在首版Edit模型基础上进一步优化了推理性能与系统稳定性,大幅缩短图像生成与编辑的响应时间;支持单次请求返回多张图片,显著提升用户体验。","primaryCapability":"IG","capabilities":["IG"],"providers":["qwen"],"itemCount":2,"items":[{"model":"qwen-image-edit","name":"Qwen-Image-Edit","capabilities":["IG"]},{"model":"qwen-image-edit-plus","name":"Qwen-Image-Edit-Plus","capabilities":["IG"]}],"detailPath":"groups/qwen-image-edit.json"}
7676
{"slug":"qwen-image-max","name":"Qwen-Image-Max","description":"千问图像生成模型Max系列,在各类生成任务中表现出色,相较Plus系列大幅度降低生成图片的AI感,提升图像真实性;具备更真实的人物质感、更细腻的自然纹理、更美观的文字渲染。","primaryCapability":"IG","capabilities":["IG"],"providers":["qwen"],"itemCount":1,"items":[{"model":"qwen-image-max","name":"Qwen-Image-Max","capabilities":["IG"]}],"detailPath":"groups/qwen-image-max.json"}
7777
{"slug":"qwen-image-plus","name":"Qwen-Image-Plus","description":"千问系列图像生成模型,参数规模200亿。具备卓越的文本渲染能力,在复杂文本渲染、各类生成与编辑任务重表现出色,在多个公开基准测试中获得SOTA,模型性能大幅提升。","primaryCapability":"IG","capabilities":["IG"],"providers":["qwen"],"itemCount":2,"items":[{"model":"qwen-image","name":"Qwen-Image","capabilities":["IG"]},{"model":"qwen-image-plus","name":"Qwen-Image-Plus","capabilities":["IG"]}],"detailPath":"groups/qwen-image-plus.json"}
78+
{"slug":"qwen-long","name":"Qwen-Long","description":"Qwen-Long是在通义实验室针对超长上下文处理场景的大语言模型,支持中文、英文等不同语言输入,支持最长1000万tokens(约1500万字或1.5万页文档)的超长上下文对话。配合同步上线的文档服务,可支持文本文件( TXT、DOCX、PDF、XLSX、EPUB、MOBI、MD、CSV)和图片文件(BMP、PNG、JPG/JPEG、GIF 以及PDF扫描件)的解析和对话。说明:通过HTTP直接提交请求,支持1M tokens长度,超过此长度建议通过文件方式提交。","primaryCapability":"TG","capabilities":["TG"],"providers":["qwen-domain-model"],"itemCount":2,"items":[{"model":"qwen-long","name":"Qwen-Long","contextWindow":10000000,"capabilities":["TG"]},{"model":"qwen-long-latest","name":"Qwen-Long-Latest","contextWindow":10000000,"capabilities":["TG"]}],"detailPath":"groups/qwen-long.json","maxContextWindow":10000000}
7879
{"slug":"qwen-math-plus","name":"Qwen-Math-Plus","description":"Qwen-Math-Plus模型具有强大的数学解题能力,擅长处理中英文数学题,包括方程、计算、证明等方向。","primaryCapability":"TG","capabilities":["TG"],"providers":["qwen-domain-model"],"itemCount":4,"items":[{"model":"qwen-math-plus","name":"Qwen-Math-Plus","contextWindow":4096,"capabilities":["TG"]},{"model":"qwen-math-plus-0816","name":"Qwen-Math-Plus-2024-08-16","contextWindow":4096,"capabilities":["TG"]},{"model":"qwen-math-plus-0919","name":"Qwen-Math-Plus-2024-09-19","contextWindow":4096,"capabilities":["TG"]},{"model":"qwen-math-plus-latest","name":"Qwen-Math-Plus-Latest","contextWindow":4096,"capabilities":["TG"]}],"detailPath":"groups/qwen-math-plus.json","maxContextWindow":4096}
7980
{"slug":"qwen-math-turbo","name":"Qwen-Math-Turbo","description":"Qwen-Math-Turbo模型是专门用于数学解题的语言模型,推理速度快,成本低。","primaryCapability":"TG","capabilities":["TG"],"providers":["qwen-domain-model"],"itemCount":1,"items":[{"model":"qwen-math-turbo","name":"Qwen-Math-Turbo","contextWindow":4096,"capabilities":["TG"]}],"detailPath":"groups/qwen-math-turbo.json","maxContextWindow":4096}
8081
{"slug":"qwen-max","name":"Qwen-Max","description":"千问2.5系列千亿级别超大规模语言模型,支持中文、英文等不同语言输入。随着模型的升级,qwen-max将滚动更新升级。如果希望使用固定版本,请使用历史快照版本。","primaryCapability":"TG","capabilities":["TG"],"providers":["qwen"],"itemCount":1,"items":[{"model":"qwen-max","name":"Qwen-Max","contextWindow":32768,"capabilities":["TG"]}],"detailPath":"groups/qwen-max.json","maxContextWindow":32768}

skills/bailian-docs-llm-wiki/models/groups/qwen-long.json

Lines changed: 204 additions & 0 deletions
Large diffs are not rendered by default.

skills/bailian-docs-llm-wiki/models/groups/zhipu-models-market-place.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@
7272
"inferenceProvider": "zhipu-ai",
7373
"name": "ZHIPU/GLM-5.2",
7474
"docUrl": "https://bailian.console.aliyun.com/cn-beijing?tab=doc#/doc/?type=model&url=3026315",
75+
"category": "Third-party",
7576
"samples": {
7677
"openai": {
7778
"completionsAPI": {

skills/bailian-docs-llm-wiki/models/index.json

Lines changed: 25 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
2-
"updatedAt": "2026-08-09",
3-
"totalFamilies": 177,
4-
"totalModels": 394,
2+
"updatedAt": "2026-08-10",
3+
"totalFamilies": 178,
4+
"totalModels": 396,
55
"profileCoverage": {
6-
"full": 334,
7-
"partial": 16,
8-
"structured-only": 44,
6+
"full": 327,
7+
"partial": 22,
8+
"structured-only": 47,
99
"none": 0
1010
},
1111
"capabilityDistribution": {
12-
"TG": 35,
12+
"TG": 36,
1313
"IG": 32,
1414
"VG": 27,
1515
"TTS": 16,
@@ -28,7 +28,7 @@
2828
},
2929
"providerDistribution": {
3030
"qwen": 108,
31-
"qwen-domain-model": 33,
31+
"qwen-domain-model": 34,
3232
"wan": 14,
3333
"happyhorse": 4,
3434
"pixverse": 4,
@@ -1303,6 +1303,23 @@
13031303
"qwen-image-plus"
13041304
]
13051305
},
1306+
{
1307+
"slug": "qwen-long",
1308+
"name": "Qwen-Long",
1309+
"primaryCapability": "TG",
1310+
"capabilities": [
1311+
"TG"
1312+
],
1313+
"providers": [
1314+
"qwen-domain-model"
1315+
],
1316+
"itemCount": 2,
1317+
"items": [
1318+
"qwen-long",
1319+
"qwen-long-latest"
1320+
],
1321+
"maxContextWindow": 10000000
1322+
},
13061323
{
13071324
"slug": "qwen-math-plus",
13081325
"name": "Qwen-Math-Plus",

skills/bailian-docs-llm-wiki/models/index.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 百炼模型市场索引
22

3-
> 自动生成 · 共 177 个模型家族 · 394 个主干模型 · 更新于 2026-08-09
3+
> 自动生成 · 共 178 个模型家族 · 396 个主干模型 · 更新于 2026-08-10
44
55
**机器查询走结构化文件**
66

@@ -17,7 +17,7 @@ join:`models.jsonl[].family == families.jsonl[].slug == index.json.families[].
1717
`notSuitableFor: []` 表示无已知限制。`profileCompleteness``structured-only` 时该画像未读过文档,仅机械字段可信。
1818
硬规格(价格/QPM/contextWindow/openSource)一律看行内顶层字段,不要从 profile 里找。
1919

20-
## 文本生成 `TG`35 个家族
20+
## 文本生成 `TG`36 个家族
2121

2222
- [GLM](groups/glm-4.5.json) — GLM是由智谱提供的开源模型。
2323
- 模型:`glm-4.5`, `glm-4.5-air`, `glm-4.6`, `glm-4.7`, `glm-5`, `glm-5.1`, `glm-5.2`
@@ -41,6 +41,8 @@ join:`models.jsonl[].family == families.jsonl[].slug == index.json.families[].
4141
- 模型:`qwen-doc-turbo`
4242
- [Qwen-Flash-Character](groups/qwen-flash-character.json) — 千问系列多语言角色扮演模型,本模型是动态更新版本,模型更新会提前通知,适合拟人化的角色扮演,同时优化了限定人设指令遵循、话题推进、倾听共情等能力,支持个性化角色的深度还原。
4343
- 模型:`qwen-flash-character`
44+
- [Qwen-Long](groups/qwen-long.json) — Qwen-Long是在通义实验室针对超长上下文处理场景的大语言模型,支持中文、英文等不同语言输入,支持最长1000万tokens(约1500万字或1.5万页文档)的超长上下文对话。配合同步上线的文档服…
45+
- 模型:`qwen-long`, `qwen-long-latest`
4446
- [Qwen-Math-Plus](groups/qwen-math-plus.json) — Qwen-Math-Plus模型具有强大的数学解题能力,擅长处理中英文数学题,包括方程、计算、证明等方向。
4547
- 模型:`qwen-math-plus`, `qwen-math-plus-0816`, `qwen-math-plus-0919`, `qwen-math-plus-latest`
4648
- [Qwen-Math-Turbo](groups/qwen-math-turbo.json) — Qwen-Math-Turbo模型是专门用于数学解题的语言模型,推理速度快,成本低。

0 commit comments

Comments
 (0)