Skip to content

Commit e9a7a94

Browse files
committed
update models integration instructions
1 parent 0a9ff4f commit e9a7a94

File tree

11 files changed

+53
-12
lines changed

11 files changed

+53
-12
lines changed

docs/img/model/anthropic_llm.png

145 KB
Loading
145 KB
Loading
132 KB
Loading

docs/img/model/xinfo_version.png

137 KB
Loading
134 KB
Loading

docs/user_manual/model/X-Infer_model.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,11 @@
3535
!!! Abstract ""
3636
Xorbits Inference-语音合成模型配置样例图示如下:
3737
![Xorbits Inference](../../img/model/xinfo_tts.png){ width="500px" }
38+
39+
!!! Abstract ""
40+
Xorbits Inference-视觉模型配置样例图示如下:
41+
![Xorbits Inference](../../img/model/xinfo_version.png){ width="500px" }
42+
43+
!!! Abstract ""
44+
Xorbits Inference-图片生成模型配置样例图示如下:
45+
![Xorbits Inference](../../img/model/xinfo_version_gen.png){ width="500px" }
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
## 1 添加模型
2+
3+
!!! Abstract ""
4+
添加 Anthropic 模型之前,需要注册并在控制台中的【账户管理-API密钥】中创建 API Key。
5+
![SILICONFLOW](../../img/model/siliconflow_model.png)
6+
7+
!!! Abstract ""
8+
选择模型供应商为`Anthropic`,并在模型添加对话框中输入如下必要信息:
9+
10+
* 模型名称:MaxKB 中自定义的模型名称。
11+
* 权限:分为私有和公用两种权限,私有模型仅当前用户可用,公用模型即系统内所有用户均可使用,但其它用户不能编辑和删除。
12+
* 模型类型:大语言模型/视觉模型。
13+
* 基础模型:Anthropic 支持的各类模型的基础模型名称,选项中显示了 Anthropic 支持的部分常用大语言模型名称,支持手动输入,但需要与 Anthropic 支持的模型名称保持一致,否则无法通过校验。
14+
* API URL:https://api.anthropic.com/v1/messages
15+
* API Key:在 anthropic 控制台创建的 API Key。
16+
17+
## 2 配置样例
18+
19+
!!! Abstract ""
20+
Anthropic-大语言模型配置样例图示如下:
21+
22+
![anthropic](../../img/model/anthropic_llm.png){ width="500px" }
23+
24+
!!! Abstract ""
25+
Anthropic-视觉模型配置样例图示如下:
26+
27+
![anthropic](../../img/model/anthropic_version.png){ width="500px" }

docs/user_manual/model/model_ summary.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,20 @@
1111
|Azure OpenAI | &#10004 | &#10004 | | &#10004 | &#10004 | &#10004 | &#10004 |
1212
|DeepSeek | &#10004 | | | | | | |
1313
|Gemini | &#10004 | &#10004 | | &#10004 | | &#10004 | |
14-
|kimi-月之暗面 | &#10004 | | | | | | |
15-
|Ollama | &#10004 | &#10004 | | | | &#10004 | |
14+
|kimi | &#10004 | | | | | | |
1615
|OpenAI | &#10004 | &#10004 | | &#10004 | &#10004 | &#10004 | &#10004 |
1716
|通义千问 | &#10004 | | | | | &#10004 | &#10004 |
1817
|SILICONFLOW | &#10004 | &#10004 | &#10004 | &#10004 | | | &#10004 |
1918
|腾讯混元 | &#10004 | &#10004 | | | | &#10004 | &#10004 |
20-
|vLLM | &#10004 | | | | | | |
2119
|火山引擎 | &#10004 | | | &#10004 | &#10004 | &#10004 | &#10004 |
22-
|本地模型 | | &#10004 | &#10004 | | | | |
2320
|千帆大模型 | &#10004 | &#10004 | | | | | |
2421
|讯飞星火 | &#10004 | &#10004 | | &#10004 | &#10004 | | |
25-
|Xorbits Inference| &#10004 | &#10004 | &#10004 | &#10004 | &#10004 | &#10004 | &#10004 |
2622
|智谱 AI | &#10004 | | | | | &#10004 | &#10004 |
23+
|本地模型 | | &#10004 | &#10004 | | | | |
24+
|Ollama | &#10004 | &#10004 | | | | &#10004 | |
25+
|vLLM | &#10004 | | | | | | |
26+
|Xorbits Inference| &#10004 | &#10004 | &#10004 | &#10004 | &#10004 | &#10004 | &#10004 |
27+
2728

2829
!!! Abstract ""
2930
登录 MaxKB 系统后,可以先对接模型,也可以在创建应用时再添加模型。添加模型时,可先点击【添加模型】,然后选择供应商,也可以左侧先选择供应商,然后点击【添加模型】。

docs/user_manual/model/openai_model.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
* 模型名称: MaxKB 中自定义的模型名称。
77
* 权限:分为私有和公用两种权限,私有模型仅当前用户可用,公用模型即系统内所有用户均可使用,但其它用户不能编辑和删除。
8-
* 模型类型: 大语言模型/向量模型/语音识别/语音合成。
8+
* 模型类型: 大语言模型/向量模型/语音识别/语音合成/视觉模型/图片生成
99
* 基础模型: 不同类型模型下的基础模型名称,下拉选项是常用的一些基础模型名称,支持自定义输入,但需要与 OpenAI 支持的模型名称保持一致,否则无法通过校验。
1010
* API 域名:国外 Open API的域名是`https://api.openai.com/v1`,国内代理的API域名格式一般是`反向代理地址/v1`。
1111
* API Key:访问 OpenAI 的 Key。
@@ -33,4 +33,8 @@
3333

3434
!!! Abstract ""
3535
OpenAI-视觉模型配置样例图示:
36-
![OpenAI 模型](../../img/model/openai_vision.png){ width="500px" }
36+
![OpenAI 模型](../../img/model/openai_vision.png){ width="500px" }
37+
38+
!!! Abstract ""
39+
OpenAI-图片生成模型配置样例图示:
40+
![OpenAI 模型](../../img/model/openai_verison_gen.png){ width="500px" }

docs/user_manual/model/siliconflow_model.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* 模型名称:MaxKB 中自定义的模型名称。
1111
* 权限:分为私有和公用两种权限,私有模型仅当前用户可用,公用模型即系统内所有用户均可使用,但其它用户不能编辑和删除。
1212
* 模型类型:大语言模型/向量模型/语音识别/图片生成/重排模型。
13-
* 基础模型:SILICONFLOW 支持的各类模型的基础模型名称,选项中显示了百度千帆支持的部分常用大语言模型名称,支持手动输入,但需要与SILICONFLOW支持的模型名称保持一致,否则无法通过校验。
13+
* 基础模型:SILICONFLOW 支持的各类模型的基础模型名称,选项中显示了 SILICONFLOW 支持的部分常用大语言模型名称,支持手动输入,但需要与SILICONFLOW支持的模型名称保持一致,否则无法通过校验。
1414
* API URL:https://api.siliconflow.cn/v1
1515
* API Key:创建的密钥Key。
1616

0 commit comments

Comments
 (0)