Skip to content

Commit d1fcdc3

Browse files
committed
chore: update bailian-docs-llm-wiki (2026-07-18)
1 parent 096e6c8 commit d1fcdc3

148 files changed

Lines changed: 11731 additions & 2511 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/SKILL.md

Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -148,22 +148,21 @@ description: >-
148148
| **按家族筛选**:按 primaryCapability / providers / itemCount / maxContextWindow 找家族 | `models/families.jsonl`(一行一家族,含 items[] 摘要) |
149149
| 模型家族总览 / 按能力分桶浏览 | `models/index.md` |
150150
| 主题页 / API 文档(按功能领域查找) | `wiki/index.md`(完整索引入口) |
151-
| OpenAI 兼容接口 | `wiki/concepts/openai-compatible-interface.md` |
152-
| API Key 鉴权 | `wiki/concepts/api-key.md` |
153-
| 函数调用(Function Calling) | `wiki/concepts/function-calling.md` |
154-
| 检索增强生成(RAG) | `wiki/concepts/rag.md` |
155-
| 异步调用与任务轮询 | `wiki/concepts/async-invocation.md` |
156-
| Token 与计费 | `wiki/concepts/token-and-billing.md` |
157-
| 流式输出 | `wiki/concepts/streaming-output.md` |
158-
| 业务空间(Workspace) | `wiki/concepts/workspace.md` |
159-
| 模型调优与部署 | `wiki/concepts/fine-tuning-and-deployment.md` |
160-
| MCP 与工具扩展 | `wiki/concepts/mcp-and-tools.md` |
161-
| 模型微调、压缩与部署对比 | `wiki/comparisons/fine-tuning-vs-compression-vs-deployment.md` |
162-
| 模型评估与模型监控对比 | `wiki/comparisons/model-evaluation-vs-monitoring.md` |
163-
| 图像、视频与 3D 生成对比 | `wiki/comparisons/image-vs-video-vs-3d-generation.md` |
164-
| 应用评估与应用监控对比 | `wiki/comparisons/app-evaluation-vs-monitoring.md` |
165-
| 知识库与记忆库对比 | `wiki/comparisons/knowledge-base-vs-memory-library.md` |
166-
| 托管智能体:指南与 API 对比 | `wiki/comparisons/managed-agents-guide-vs-api.md` |
151+
| 函数调用 | `wiki/concepts/function-calling.md` |
152+
| 检索增强生成 | `wiki/concepts/rag.md` |
153+
| 流式输出 | `wiki/concepts/streaming.md` |
154+
| 异步调用 | `wiki/concepts/async-invocation.md` |
155+
| API密钥 | `wiki/concepts/api-key.md` |
156+
| OpenAI兼容接口 | `wiki/concepts/openai-compatible-interface.md` |
157+
| 业务空间 | `wiki/concepts/workspace.md` |
158+
| 多模态 | `wiki/concepts/multimodal.md` |
159+
| Token | `wiki/concepts/token.md` |
160+
| 图像/3D/视频生成 API 对比 | `wiki/comparisons/generation-api-vs.md` |
161+
| 长期记忆与记忆库对比 | `wiki/comparisons/memory-solutions-vs.md` |
162+
| 微调与模型压缩对比 | `wiki/comparisons/model-optimization-vs.md` |
163+
| 应用监控与模型监控对比 | `wiki/comparisons/monitoring-vs.md` |
164+
| 应用评测与模型评测对比 | `wiki/comparisons/evaluation-vs.md` |
165+
| 框架与工具包对比 | `wiki/comparisons/frameworks-vs.md` |
167166

168167
> 实际文件名以 `wiki/index.md` 为准;上表若有出入应回到索引页查找。
169168

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

Lines changed: 480 additions & 459 deletions
Large diffs are not rendered by default.

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

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

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

Lines changed: 191 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,117 @@
22
"name": "Kimi",
33
"description": "由月之暗面提供的Kimi系列模型的API服务。",
44
"items": [
5+
{
6+
"inferenceMetadata": {
7+
"response_modality": [
8+
"Text"
9+
],
10+
"request_modality": [
11+
"Text",
12+
"Image",
13+
"Video"
14+
]
15+
},
16+
"description": "Kimi K3 是 Kimi 迄今能力最强的旗舰模型,拥有 2.8 万亿参数,基于 KDA 混合线性注意力机制(Kimi Delta Attention)和注意力残差(Attention Residuals)技术构建,原生支持视觉理解,并拥有 100 万 token 上下文窗口。它是全球首个开源的 3 万亿级别模型,面向长程编程、知识工作和推理等前沿智能场景而设计。",
17+
"features": [
18+
"function-calling",
19+
"structured-outputs",
20+
"cache",
21+
"prefix-completion"
22+
],
23+
"provider": "moonshot-ai",
24+
"model": "kimi/kimi-k3",
25+
"prices": [
26+
{
27+
"priceUnit": "每百万tokens",
28+
"price": "20",
29+
"type": "input_token",
30+
"priceName": "输入"
31+
},
32+
{
33+
"priceUnit": "每百万tokens",
34+
"price": "100",
35+
"type": "output_token",
36+
"priceName": "输出"
37+
},
38+
{
39+
"priceUnit": "每百万tokens",
40+
"price": "2",
41+
"type": "input_token_cache",
42+
"priceName": "输入(缓存命中)"
43+
}
44+
],
45+
"qpmInfo": {
46+
"model-default-actual": {
47+
"count_limit_period": 60,
48+
"usage_limit": 3000000,
49+
"usage_limit_field": "total_tokens",
50+
"count_limit": 500,
51+
"usage_limit_period": 60,
52+
"type": "model-default"
53+
},
54+
"model-default": {
55+
"count_limit_period": 60,
56+
"usage_limit": 3000000,
57+
"usage_limit_field": "total_tokens",
58+
"count_limit": 500,
59+
"usage_limit_period": 60,
60+
"type": "model-default"
61+
}
62+
},
63+
"capabilities": [
64+
"TG",
65+
"VU",
66+
"Reasoning"
67+
],
68+
"modelAlias": "",
69+
"versionTag": "MAJOR",
70+
"maxOutputTokens": 1048576,
71+
"latestOnlineAt": "2026-07-17T08:23:12.000+00:00",
72+
"contextWindow": 1048576,
73+
"maxInputTokens": 1048576,
74+
"inferenceProvider": "moonshot-ai",
75+
"name": "kimi/kimi-k3",
76+
"docUrl": "https://bailian.console.aliyun.com/cn-beijing?tab=doc#/doc/?type=model&url=3021620",
77+
"category": "Third-party",
78+
"predictConfig": [
79+
{
80+
"name": "system",
81+
"key": "systemMessage",
82+
"tip": "系统人设,例如“你是一个AI助手”。"
83+
},
84+
{
85+
"name": "top_p",
86+
"key": "top_p",
87+
"default": 0.8,
88+
"tip": "控制核采样方法的概率阈值,取值越大,生成的随机性越高。",
89+
"range": [
90+
0.0001,
91+
1
92+
]
93+
},
94+
{
95+
"name": "temperature",
96+
"key": "temperature",
97+
"default": 0.7,
98+
"tip": "控制生成随机性和多样性,数值越高多样性越强,数值越低一致性越强,范围(0,2)。建议该参数和top_p只设置1个。",
99+
"range": [
100+
0,
101+
1.9999
102+
]
103+
}
104+
],
105+
"samples": {
106+
"openai": {
107+
"completionsAPI": {
108+
"curl": "curl --location 'https://dashscope.aliyuncs.com/compatible-mode/v1/chat/completions' \\\n--header \"Authorization: Bearer $DASHSCOPE_API_KEY\" \\\n--header 'Content-Type: application/json' \\\n--data '{\n \"model\": \"kimi/kimi-k3\",\n \"messages\": [\n {\n \"role\": \"user\",\n \"content\": [\n {\"type\": \"image_url\", \"image_url\": {\"url\": \"https://help-static-aliyun-doc.aliyuncs.com/file-manage-files/zh-CN/20241108/ctdzex/biaozhun.jpg\"}},\n {\"type\": \"text\", \"text\": \"请仅输出图像中的文本内容。\"}\n ]\n }]\n}'",
109+
"python": "import os\nfrom openai import OpenAI\n\nclient = OpenAI(\n api_key=os.getenv(\"DASHSCOPE_API_KEY\"),\n base_url=\"https://dashscope.aliyuncs.com/compatible-mode/v1\",\n)\n\ncompletion = client.chat.completions.create(\n model=\"kimi/kimi-k3\",\n messages=[\n {\n \"role\": \"user\",\n \"content\": [\n {\n \"type\": \"image_url\",\n \"image_url\": {\n \"url\": \"https://help-static-aliyun-doc.aliyuncs.com/file-manage-files/zh-CN/20241108/ctdzex/biaozhun.jpg\"\n },\n },\n {\"type\": \"text\", \"text\": \"请仅输出图像中的文本内容。\"},\n ],\n },\n ],\n)\nprint(completion.choices[0].message.content)",
110+
"nodejs": "import OpenAI from \"openai\";\n\nconst openai = new OpenAI({\n // 若没有配置环境变量,请用百炼API Key将下行替换为:apiKey: \"sk-xxx\"\n apiKey: process.env.DASHSCOPE_API_KEY,\n baseURL: \"https://dashscope.aliyuncs.com/compatible-mode/v1\"\n});\n\nasync function main() {\n const response = await openai.chat.completions.create({\n model: \"kimi/kimi-k3\",\n messages: [\n {\n role: \"user\",\n content: [{\n type: \"image_url\",\n image_url: {\n \"url\": \"https://help-static-aliyun-doc.aliyuncs.com/file-manage-files/zh-CN/20241108/ctdzex/biaozhun.jpg\"\n }\n },\n {\n type: \"text\",\n text: \"请仅输出图像中的文本内容。\"\n }\n ]\n }\n ]\n });\n console.log(response.choices[0].message.content);\n}\nmain()",
111+
"docUrl": "https://help.aliyun.com/document_detail/3021620.html"
112+
}
113+
}
114+
}
115+
},
5116
{
6117
"inferenceMetadata": {
7118
"response_modality": [
@@ -21,10 +132,27 @@
21132
"cache"
22133
],
23134
"provider": "moonshot-ai",
24-
"limit": {
25-
"message": "model not exist"
26-
},
27135
"model": "kimi/kimi-k2.7-code-highspeed",
136+
"prices": [
137+
{
138+
"priceUnit": "每百万tokens",
139+
"price": "13",
140+
"type": "input_token",
141+
"priceName": "输入"
142+
},
143+
{
144+
"priceUnit": "每百万tokens",
145+
"price": "54",
146+
"type": "output_token",
147+
"priceName": "输出"
148+
},
149+
{
150+
"priceUnit": "每百万tokens",
151+
"price": "2.6",
152+
"type": "input_token_cache",
153+
"priceName": "输入(缓存命中)"
154+
}
155+
],
28156
"qpmInfo": {
29157
"model-default-actual": {
30158
"count_limit_period": 60,
@@ -114,10 +242,27 @@
114242
"cache"
115243
],
116244
"provider": "moonshot-ai",
117-
"limit": {
118-
"message": "model not exist"
119-
},
120245
"model": "kimi/kimi-k2.7-code",
246+
"prices": [
247+
{
248+
"priceUnit": "每百万tokens",
249+
"price": "6.5",
250+
"type": "input_token",
251+
"priceName": "输入"
252+
},
253+
{
254+
"priceUnit": "每百万tokens",
255+
"price": "27",
256+
"type": "output_token",
257+
"priceName": "输出"
258+
},
259+
{
260+
"priceUnit": "每百万tokens",
261+
"price": "1.3",
262+
"type": "input_token_cache",
263+
"priceName": "输入(缓存命中)"
264+
}
265+
],
121266
"qpmInfo": {
122267
"model-default-actual": {
123268
"count_limit_period": 60,
@@ -207,10 +352,27 @@
207352
"cache"
208353
],
209354
"provider": "moonshot-ai",
210-
"limit": {
211-
"message": "model not exist"
212-
},
213355
"model": "kimi/kimi-k2.6",
356+
"prices": [
357+
{
358+
"priceUnit": "每百万tokens",
359+
"price": "6.5",
360+
"type": "input_token",
361+
"priceName": "输入"
362+
},
363+
{
364+
"priceUnit": "每百万tokens",
365+
"price": "27",
366+
"type": "output_token",
367+
"priceName": "输出"
368+
},
369+
{
370+
"priceUnit": "每百万tokens",
371+
"price": "1.1",
372+
"type": "input_token_cache",
373+
"priceName": "输入(缓存命中)"
374+
}
375+
],
214376
"qpmInfo": {
215377
"model-default-actual": {
216378
"count_limit_period": 6,
@@ -287,11 +449,28 @@
287449
"cache"
288450
],
289451
"provider": "moonshot-ai",
290-
"limit": {
291-
"message": "model not exist"
292-
},
293452
"model": "kimi/kimi-k2.5",
294453
"iconUrl": "https://img.alicdn.com/imgextra/i4/O1CN01KzHLBW1LISVEUaotl_!!6000000001276-2-tps-56-56.png",
454+
"prices": [
455+
{
456+
"priceUnit": "每百万tokens",
457+
"price": "4",
458+
"type": "input_token",
459+
"priceName": "输入"
460+
},
461+
{
462+
"priceUnit": "每百万tokens",
463+
"price": "21",
464+
"type": "output_token",
465+
"priceName": "输出"
466+
},
467+
{
468+
"priceUnit": "每百万tokens",
469+
"price": "0.7",
470+
"type": "input_token_cache",
471+
"priceName": "输入(缓存命中)"
472+
}
473+
],
295474
"qpmInfo": {
296475
"model-default-actual": {
297476
"count_limit_period": 6,

skills/bailian-docs-llm-wiki/models/groups/qwen-audio-realtime-flash.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,10 @@
6868
],
6969
"modelAlias": "",
7070
"versionTag": "MAJOR",
71-
"maxOutputTokens": 4096,
72-
"latestOnlineAt": "2026-07-14T06:59:47.013+00:00",
73-
"contextWindow": 8192,
74-
"maxInputTokens": 4096,
71+
"maxOutputTokens": 8192,
72+
"latestOnlineAt": "2026-07-14T06:59:47.000+00:00",
73+
"contextWindow": 40960,
74+
"maxInputTokens": 16384,
7575
"inferenceProvider": "aliyun-bailian",
7676
"name": "千问实时语音对话大模型3.0(极速版)",
7777
"docUrl": "https://help.aliyun.com/document_detail/3041584.html",

skills/bailian-docs-llm-wiki/models/groups/qwen-audio-realtime-plus.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,10 @@
6868
],
6969
"modelAlias": "",
7070
"versionTag": "MAJOR",
71-
"maxOutputTokens": 4096,
72-
"latestOnlineAt": "2026-07-14T06:59:43.526+00:00",
73-
"contextWindow": 8192,
74-
"maxInputTokens": 4096,
71+
"maxOutputTokens": 8192,
72+
"latestOnlineAt": "2026-07-14T06:59:43.000+00:00",
73+
"contextWindow": 40960,
74+
"maxInputTokens": 16384,
7575
"inferenceProvider": "aliyun-bailian",
7676
"name": "千问实时语音大模型 (标准版)",
7777
"docUrl": "https://help.aliyun.com/document_detail/3041584.html",

0 commit comments

Comments
 (0)