junr-test1-plugin-minimax 0.0.1 → 0.0.2

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,37 @@
1
+ model: MiniMax-M2.5lightning
2
+ label:
3
+ en_US: MiniMax-M2.5-Lightning
4
+ model_type: llm
5
+ features:
6
+ - agent-thought
7
+ - tool-call
8
+ - stream-tool-call
9
+ model_properties:
10
+ mode: chat
11
+ context_size: 204800
12
+ parameter_rules:
13
+ - name: temperature
14
+ use_template: temperature
15
+ min: 0.01
16
+ max: 1
17
+ default: 0.1
18
+ - name: top_p
19
+ use_template: top_p
20
+ min: 0.01
21
+ max: 1
22
+ default: 0.95
23
+ - name: max_tokens
24
+ use_template: max_tokens
25
+ required: true
26
+ default: 10240
27
+ min: 1
28
+ max: 204800
29
+ - name: presence_penalty
30
+ use_template: presence_penalty
31
+ - name: frequency_penalty
32
+ use_template: frequency_penalty
33
+ pricing:
34
+ input: "2.1"
35
+ output: "8.4"
36
+ unit: "0.000001"
37
+ currency: RMB
@@ -0,0 +1,37 @@
1
+ model: MiniMax-M2.5
2
+ label:
3
+ en_US: MiniMax-M2.5
4
+ model_type: llm
5
+ features:
6
+ - agent-thought
7
+ - tool-call
8
+ - stream-tool-call
9
+ model_properties:
10
+ mode: chat
11
+ context_size: 204800
12
+ parameter_rules:
13
+ - name: temperature
14
+ use_template: temperature
15
+ min: 0.01
16
+ max: 1
17
+ default: 0.1
18
+ - name: top_p
19
+ use_template: top_p
20
+ min: 0.01
21
+ max: 1
22
+ default: 0.95
23
+ - name: max_tokens
24
+ use_template: max_tokens
25
+ required: true
26
+ default: 10240
27
+ min: 1
28
+ max: 204800
29
+ - name: presence_penalty
30
+ use_template: presence_penalty
31
+ - name: frequency_penalty
32
+ use_template: frequency_penalty
33
+ pricing:
34
+ input: "2.1"
35
+ output: "8.4"
36
+ unit: "0.000001"
37
+ currency: RMB
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../src/types.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO,YAAY,CAAC;AAEjC,MAAM,WAAW,kBAAkB;IACjC,OAAO,EAAE,MAAM,CAAC;IAChB,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;AAED,MAAM,MAAM,uBAAuB,GAAG,kBAAkB,GAAG;IACzD,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB,CAAC;AAEF,eAAO,MAAM,oBAAoB,UAahC,CAAC;AAEF,eAAO,MAAM,0BAA0B,UAAwC,CAAC;AAEhF,eAAO,MAAM,oBAAoB,UAShC,CAAC;AAEF,wBAAgB,kBAAkB,CAAC,WAAW,EAAE,kBAAkB,EAAE,KAAK,CAAC,EAAE,MAAM;;;;;;;EAUjF"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../src/types.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO,YAAY,CAAC;AAEjC,MAAM,WAAW,kBAAkB;IACjC,OAAO,EAAE,MAAM,CAAC;IAChB,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;AAED,MAAM,MAAM,uBAAuB,GAAG,kBAAkB,GAAG;IACzD,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB,CAAC;AAEF,eAAO,MAAM,oBAAoB,UAehC,CAAC;AAEF,eAAO,MAAM,0BAA0B,UAAwC,CAAC;AAEhF,eAAO,MAAM,oBAAoB,UAShC,CAAC;AAEF,wBAAgB,kBAAkB,CAAC,WAAW,EAAE,kBAAkB,EAAE,KAAK,CAAC,EAAE,MAAM;;;;;;;EAUjF"}
package/dist/types.js CHANGED
@@ -1,5 +1,7 @@
1
1
  export const MiniMax = 'minimax';
2
2
  export const SUPPORTED_LLM_MODELS = [
3
+ 'MiniMax-m2.5',
4
+ 'MiniMax-M2.5-lightning',
3
5
  'MiniMax-M2',
4
6
  'MiniMax-M2-Stable',
5
7
  'abab7-chat-preview',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "junr-test1-plugin-minimax",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "description": "MiniMax AI model plugin for XpertAI platform",
5
5
  "author": {
6
6
  "name": "XpertAI",