mistpe commited on
Commit
d73c760
·
verified ·
1 Parent(s): 50a6499

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +39 -90
config.json CHANGED
@@ -7,12 +7,12 @@
7
  },
8
  "llmModels": [
9
  {
10
- "model": "@cf/qwen/qwen1.5-14b-chat-awq",
11
- "name": "Qwen 1.5 14B Chat AWQ",
12
- "avatar": "/imgs/model/qwen.svg",
13
- "maxContext": 8192,
14
- "maxResponse": 2048,
15
- "quoteMaxToken": 8192,
16
  "maxTemperature": 1.0,
17
  "inputPrice": 0,
18
  "outputPrice": 0,
@@ -27,17 +27,17 @@
27
  "defaultConfig": {}
28
  },
29
  {
30
- "model": "deepseek-chat",
31
- "name": "DeepSeek V2",
32
- "avatar": "/imgs/model/deepseek.svg",
33
- "maxContext": 4096,
34
- "maxResponse": 2048,
35
- "quoteMaxToken": 4096,
36
- "maxTemperature": 1.0,
37
- "inputPrice": 0,
38
- "outputPrice": 0,
39
- "censor": false,
40
- "vision": false,
41
  "datasetProcess": true,
42
  "toolChoice": true,
43
  "functionCall": true,
@@ -46,12 +46,12 @@
46
  "defaultSystemChatPrompt": "",
47
  "defaultConfig": {}
48
  },
49
- {
50
- "model": "gpt-4o-mini",
51
- "name": "GPT-4O Mini",
52
  "avatar": "/imgs/model/openai.svg",
53
  "maxContext": 128000,
54
- "maxResponse": 4096,
55
  "quoteMaxToken": 128000,
56
  "maxTemperature": 2.0,
57
  "inputPrice": 3,
@@ -67,11 +67,11 @@
67
  "defaultConfig": {}
68
  },
69
  {
70
- "model": "chatgpt-4o-latest",
71
- "name": "GPT-4O",
72
  "avatar": "/imgs/model/openai.svg",
73
  "maxContext": 128000,
74
- "maxResponse": 4096,
75
  "quoteMaxToken": 128000,
76
  "maxTemperature": 2.0,
77
  "inputPrice": 10,
@@ -87,11 +87,11 @@
87
  "defaultConfig": {}
88
  },
89
  {
90
- "model": "claude-3-haiku-20240307",
91
- "name": "Claude 3 Haiku",
92
  "avatar": "/imgs/model/claude.svg",
93
  "maxContext": 200000,
94
- "maxResponse": 4096,
95
  "quoteMaxToken": 200000,
96
  "maxTemperature": 1.0,
97
  "inputPrice": 0.25,
@@ -107,11 +107,11 @@
107
  "defaultConfig": {}
108
  },
109
  {
110
- "model": "claude-3-5-sonnet-20240620",
111
  "name": "Claude 3.5 Sonnet",
112
  "avatar": "/imgs/model/claude.svg",
113
  "maxContext": 200000,
114
- "maxResponse": 4096,
115
  "quoteMaxToken": 200000,
116
  "maxTemperature": 1.0,
117
  "inputPrice": 3,
@@ -125,69 +125,9 @@
125
  "customExtractPrompt": "",
126
  "defaultSystemChatPrompt": "",
127
  "defaultConfig": {}
128
- },
129
- {
130
- "model": "qwen-turbo",
131
- "name": "Qwen Turbo",
132
- "avatar": "/imgs/model/qwen.svg",
133
- "maxContext": 128000,
134
- "maxResponse": 8192,
135
- "quoteMaxToken": 128000,
136
- "maxTemperature": 1.0,
137
- "inputPrice": 0,
138
- "outputPrice": 0,
139
- "censor": false,
140
- "vision": true,
141
- "datasetProcess": true,
142
- "toolChoice": true,
143
- "functionCall": true,
144
- "customCQPrompt": "",
145
- "customExtractPrompt": "",
146
- "defaultSystemChatPrompt": "",
147
- "defaultConfig": {}
148
- },
149
- {
150
- "model": "qwen-plus",
151
- "name": "Qwen Plus",
152
- "avatar": "/imgs/model/qwen.svg",
153
- "maxContext": 128000,
154
- "maxResponse": 8192,
155
- "quoteMaxToken": 128000,
156
- "maxTemperature": 1.0,
157
- "inputPrice": 0,
158
- "outputPrice": 0,
159
- "censor": false,
160
- "vision": true,
161
- "datasetProcess": true,
162
- "toolChoice": true,
163
- "functionCall": true,
164
- "customCQPrompt": "",
165
- "customExtractPrompt": "",
166
- "defaultSystemChatPrompt": "",
167
- "defaultConfig": {}
168
  },
169
  {
170
- "model": "gemini-1.5-flash-latest",
171
- "name": "Gemini 1.5 Flash",
172
- "avatar": "/imgs/model/gemini.svg",
173
- "maxContext": 128000,
174
- "maxResponse": 2048,
175
- "quoteMaxToken": 128000,
176
- "maxTemperature": 1.0,
177
- "inputPrice": 0,
178
- "outputPrice": 0,
179
- "censor": false,
180
- "vision": true,
181
- "datasetProcess": true,
182
- "toolChoice": true,
183
- "functionCall": true,
184
- "customCQPrompt": "",
185
- "customExtractPrompt": "",
186
- "defaultSystemChatPrompt": "",
187
- "defaultConfig": {}
188
- },
189
- {
190
- "model": "gemini-1.5-pro-latest",
191
  "name": "Gemini 1.5 Pro",
192
  "avatar": "/imgs/model/gemini.svg",
193
  "maxContext": 2000000,
@@ -256,6 +196,15 @@
256
  "defaultToken": 512,
257
  "maxToken": 3000,
258
  "weight": 100
 
 
 
 
 
 
 
 
 
259
  }
260
  ],
261
  "reRankModels": [],
 
7
  },
8
  "llmModels": [
9
  {
10
+ "model": "deepseek-reasoner",
11
+ "name": "deepseek-reasoner",
12
+ "avatar": "/imgs/model/deepseek.svg",
13
+ "maxContext": 128000,
14
+ "maxResponse": 8196,
15
+ "quoteMaxToken": 128000,
16
  "maxTemperature": 1.0,
17
  "inputPrice": 0,
18
  "outputPrice": 0,
 
27
  "defaultConfig": {}
28
  },
29
  {
30
+ "model": "o1-mini",
31
+ "name": "o1-mini",
32
+ "avatar": "/imgs/model/openai.svg",
33
+ "maxContext": 128000,
34
+ "maxResponse": 8196,
35
+ "quoteMaxToken": 128000,
36
+ "maxTemperature": 2.0,
37
+ "inputPrice": 3,
38
+ "outputPrice": 6,
39
+ "censor": true,
40
+ "vision": true,
41
  "datasetProcess": true,
42
  "toolChoice": true,
43
  "functionCall": true,
 
46
  "defaultSystemChatPrompt": "",
47
  "defaultConfig": {}
48
  },
49
+ {
50
+ "model": "o3-mini",
51
+ "name": "o3-mini",
52
  "avatar": "/imgs/model/openai.svg",
53
  "maxContext": 128000,
54
+ "maxResponse": 8196,
55
  "quoteMaxToken": 128000,
56
  "maxTemperature": 2.0,
57
  "inputPrice": 3,
 
67
  "defaultConfig": {}
68
  },
69
  {
70
+ "model": "gpt-4o-mini",
71
+ "name": "gpt-4o-mini",
72
  "avatar": "/imgs/model/openai.svg",
73
  "maxContext": 128000,
74
+ "maxResponse": 8196,
75
  "quoteMaxToken": 128000,
76
  "maxTemperature": 2.0,
77
  "inputPrice": 10,
 
87
  "defaultConfig": {}
88
  },
89
  {
90
+ "model": "claude-3-5-haiku",
91
+ "name": "Claude 3-5 Haiku",
92
  "avatar": "/imgs/model/claude.svg",
93
  "maxContext": 200000,
94
+ "maxResponse": 8196,
95
  "quoteMaxToken": 200000,
96
  "maxTemperature": 1.0,
97
  "inputPrice": 0.25,
 
107
  "defaultConfig": {}
108
  },
109
  {
110
+ "model": "claude-3-5-sonnet",
111
  "name": "Claude 3.5 Sonnet",
112
  "avatar": "/imgs/model/claude.svg",
113
  "maxContext": 200000,
114
+ "maxResponse": 8196,
115
  "quoteMaxToken": 200000,
116
  "maxTemperature": 1.0,
117
  "inputPrice": 3,
 
125
  "customExtractPrompt": "",
126
  "defaultSystemChatPrompt": "",
127
  "defaultConfig": {}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
128
  },
129
  {
130
+ "model": "gemini-1.5-pro",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
131
  "name": "Gemini 1.5 Pro",
132
  "avatar": "/imgs/model/gemini.svg",
133
  "maxContext": 2000000,
 
196
  "defaultToken": 512,
197
  "maxToken": 3000,
198
  "weight": 100
199
+ },
200
+ {
201
+ "model": "m3e",
202
+ "name": "M3E (测试使用)",
203
+ "avatar": "/imgs/model/openai.svg",
204
+ "charsPointsPrice": 0,
205
+ "defaultToken": 700,
206
+ "maxToken": 3000,
207
+ "weight": 100
208
  }
209
  ],
210
  "reRankModels": [],