junr-test1-plugin-minimax 0.0.5 → 0.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/minimax.yaml +53 -0
- package/package.json +1 -1
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
provider: minimax
|
|
2
|
+
label:
|
|
3
|
+
en_US: MiniMax
|
|
4
|
+
zh_Hans: MiniMax
|
|
5
|
+
description:
|
|
6
|
+
en_US: MiniMax AI models for LLM, text embedding, and text-to-speech.
|
|
7
|
+
zh_Hans: MiniMax AI 提供的大语言模型、文本嵌入和语音合成服务。
|
|
8
|
+
icon_small:
|
|
9
|
+
en_US: icon_s_en.png
|
|
10
|
+
icon_large:
|
|
11
|
+
en_US: icon_l_en.png
|
|
12
|
+
background: '#111827'
|
|
13
|
+
help:
|
|
14
|
+
title:
|
|
15
|
+
en_US: Get your API Key and Group ID from MiniMax
|
|
16
|
+
zh_Hans: 从 MiniMax 获取 API Key 和 Group ID
|
|
17
|
+
url:
|
|
18
|
+
en_US: https://platform.minimaxi.com/user-center/basic-information/interface-key
|
|
19
|
+
configurate_methods:
|
|
20
|
+
- predefined-model
|
|
21
|
+
provider_credential_schema:
|
|
22
|
+
credential_form_schemas:
|
|
23
|
+
- variable: api_key
|
|
24
|
+
label:
|
|
25
|
+
en_US: API Key
|
|
26
|
+
zh_Hans: API Key
|
|
27
|
+
type: secret-input
|
|
28
|
+
required: true
|
|
29
|
+
placeholder:
|
|
30
|
+
en_US: Enter your MiniMax API Key
|
|
31
|
+
zh_Hans: 在此输入您的 MiniMax API Key
|
|
32
|
+
- variable: group_id
|
|
33
|
+
label:
|
|
34
|
+
en_US: Group ID
|
|
35
|
+
zh_Hans: Group ID
|
|
36
|
+
type: text-input
|
|
37
|
+
required: true
|
|
38
|
+
placeholder:
|
|
39
|
+
en_US: Enter your MiniMax Group ID
|
|
40
|
+
zh_Hans: 在此输入您的 MiniMax Group ID
|
|
41
|
+
- variable: base_url
|
|
42
|
+
label:
|
|
43
|
+
en_US: Custom API endpoint URL
|
|
44
|
+
zh_Hans: 自定义 API endpoint 地址
|
|
45
|
+
type: text-input
|
|
46
|
+
required: false
|
|
47
|
+
placeholder:
|
|
48
|
+
en_US: Base URL, e.g. https://api.minimaxi.com or https://api.minimaxi.com/v1
|
|
49
|
+
zh_Hans: Base URL,例如 https://api.minimaxi.com 或 https://api.minimaxi.com/v1
|
|
50
|
+
supported_model_types:
|
|
51
|
+
- llm
|
|
52
|
+
- text-embedding
|
|
53
|
+
- tts
|