junr-test1-plugin-minimax 0.0.5 → 0.0.7

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.
@@ -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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "junr-test1-plugin-minimax",
3
- "version": "0.0.5",
3
+ "version": "0.0.7",
4
4
  "description": "MiniMax AI model plugin for XpertAI platform",
5
5
  "author": {
6
6
  "name": "XpertAI",
@@ -1,36 +0,0 @@
1
- author: langgenius
2
- created_at: '2024-09-20T00:13:50.29298939-04:00'
3
- description:
4
- en_US: Minimax AI models for LLM, text embedding, and text-to-speech
5
- zh_Hans: Minimax AI 提供的大语言模型、文本嵌入和语音合成服务
6
- icon: icon_s_en.png
7
- label:
8
- en_US: Minimax
9
- meta:
10
- arch:
11
- - amd64
12
- - arm64
13
- runner:
14
- entrypoint: main
15
- language: python
16
- version: '3.12'
17
- version: 0.0.1
18
- name: minimax
19
- plugins:
20
- models:
21
- - provider/minimax.yaml
22
- resource:
23
- memory: 1048576
24
- permission:
25
- model:
26
- enabled: true
27
- llm: true
28
- moderation: false
29
- rerank: false
30
- speech2text: false
31
- text_embedding: true
32
- tts: true
33
- tool:
34
- enabled: true
35
- type: plugin
36
- version: 0.0.9