vsare commited on
Commit
4301aff
·
verified ·
1 Parent(s): e90c64b

Update model information

Browse files
Files changed (1) hide show
  1. config.json +97 -106
config.json CHANGED
@@ -8,35 +8,19 @@
8
  "llmModels": [
9
  {
10
  "model": "@cf/qwen/qwen1.5-14b-chat-awq",
11
- "name": "@cf/qwen/qwen1.5-14b-chat-awq",
12
- "maxContext": 8000,
13
- "maxResponse": 4000,
14
- "quoteMaxToken": 8000,
15
- "maxTemperature": 1.2,
 
16
  "inputPrice": 0,
17
  "outputPrice": 0,
18
  "censor": false,
19
  "vision": false,
20
  "datasetProcess": true,
21
  "toolChoice": true,
22
- "functionCall": false,
23
- "customCQPrompt": "",
24
- "customExtractPrompt": "",
25
- "defaultSystemChatPrompt": "",
26
- "defaultConfig": {}
27
- },
28
- {
29
- "model": "@hf/thebloke/llama-2-13b-chat-awq",
30
- "name": "@hf/thebloke/llama-2-13b-chat-awq",
31
- "maxContext": 8000,
32
- "maxResponse": 4000,
33
- "quoteMaxToken": 8000,
34
- "maxTemperature": 1.2,
35
- "censor": false,
36
- "vision": false,
37
- "datasetProcess": true,
38
- "toolChoice": true,
39
- "functionCall": false,
40
  "customCQPrompt": "",
41
  "customExtractPrompt": "",
42
  "defaultSystemChatPrompt": "",
@@ -44,12 +28,14 @@
44
  },
45
  {
46
  "model": "deepseek-chat",
47
- "name": "deepseek-chat",
48
  "avatar": "/imgs/model/deepseek.svg",
49
- "maxContext": 8000,
50
- "maxResponse": 4000,
51
- "quoteMaxToken": 8000,
52
- "maxTemperature": 1.2,
 
 
53
  "censor": false,
54
  "vision": false,
55
  "datasetProcess": true,
@@ -61,112 +47,115 @@
61
  "defaultConfig": {}
62
  },
63
  {
64
- "model": "command-r-plus",
65
- "name": "command-r-plus",
66
- "maxContext": 16000,
67
- "maxResponse": 4000,
68
- "quoteMaxToken": 13000,
69
- "maxTemperature": 1.2,
70
- "charsPointsPrice": 0,
71
- "censor": false,
72
- "vision": false,
 
 
73
  "datasetProcess": true,
74
  "toolChoice": true,
75
- "functionCall": false,
76
  "customCQPrompt": "",
77
  "customExtractPrompt": "",
78
  "defaultSystemChatPrompt": "",
79
  "defaultConfig": {}
80
  },
81
  {
82
- "model": "claude-3-haiku-20240307",
83
- "name": "claude-3-haiku",
84
- "avatar": "/imgs/model/calude.svg",
85
- "maxContext": 16000,
86
- "maxResponse": 4000,
87
- "quoteMaxToken": 13000,
88
- "maxTemperature": 1.2,
89
- "inputPrice": 0,
90
- "outputPrice": 0,
91
- "censor": false,
92
- "vision": false,
93
  "datasetProcess": true,
94
  "toolChoice": true,
95
- "functionCall": false,
96
  "customCQPrompt": "",
97
  "customExtractPrompt": "",
98
  "defaultSystemChatPrompt": "",
99
  "defaultConfig": {}
100
  },
101
  {
102
- "model": "claude-3-opus-20240229",
103
- "name": "claude-3-opus",
104
- "avatar": "/imgs/model/calude.svg",
105
  "maxContext": 200000,
106
- "maxResponse": 4000,
107
- "quoteMaxToken": 100000,
108
- "maxTemperature": 0.9,
109
- "inputPrice": 0,
110
- "outputPrice": 0,
111
- "censor": false,
112
- "vision": false,
113
  "datasetProcess": true,
114
  "toolChoice": true,
115
- "functionCall": false,
116
  "customCQPrompt": "",
117
  "customExtractPrompt": "",
118
  "defaultSystemChatPrompt": "",
119
  "defaultConfig": {}
120
  },
121
  {
122
- "model": "claude-3-sonnet-20240229",
123
- "name": "claude-3-sonnet",
124
- "avatar": "/imgs/model/calude.svg",
125
  "maxContext": 200000,
126
- "maxResponse": 4000,
127
- "quoteMaxToken": 100000,
128
- "maxTemperature": 0.9,
129
- "inputPrice": 0,
130
- "outputPrice": 0,
131
- "censor": false,
132
- "vision": false,
133
  "datasetProcess": true,
134
  "toolChoice": true,
135
- "functionCall": false,
136
  "customCQPrompt": "",
137
  "customExtractPrompt": "",
138
  "defaultSystemChatPrompt": "",
139
  "defaultConfig": {}
140
- },
141
  {
142
- "model": "claude-3-5-sonnet-20240620",
143
- "name": "claude-3.5-sonnet",
144
- "avatar": "/imgs/model/calude.svg",
145
- "maxContext": 200000,
146
- "maxResponse": 4000,
147
- "quoteMaxToken": 100000,
148
- "maxTemperature": 0.9,
149
  "inputPrice": 0,
150
  "outputPrice": 0,
151
  "censor": false,
152
  "vision": true,
153
  "datasetProcess": true,
154
  "toolChoice": true,
155
- "functionCall": false,
156
  "customCQPrompt": "",
157
  "customExtractPrompt": "",
158
  "defaultSystemChatPrompt": "",
159
  "defaultConfig": {}
160
  },
161
  {
162
- "model": "gpt-4o-mini",
163
- "name": "gpt-4o-mini",
164
- "avatar": "/imgs/model/openai.svg",
165
- "maxContext": 125000,
166
- "maxResponse": 16000,
167
- "quoteMaxToken": 12000,
168
- "maxTemperature": 1.2,
169
- "charsPointsPrice": 0,
 
170
  "censor": false,
171
  "vision": true,
172
  "datasetProcess": true,
@@ -176,16 +165,17 @@
176
  "customExtractPrompt": "",
177
  "defaultSystemChatPrompt": "",
178
  "defaultConfig": {}
179
- },
180
  {
181
- "model": "gpt-4o",
182
- "name": "gpt-4o",
183
- "avatar": "/imgs/model/openai.svg",
184
- "maxContext": 125000,
185
- "maxResponse": 4000,
186
- "quoteMaxToken": 120000,
187
- "maxTemperature": 1.2,
188
- "charsPointsPrice": 0,
 
189
  "censor": false,
190
  "vision": true,
191
  "datasetProcess": true,
@@ -197,19 +187,20 @@
197
  "defaultConfig": {}
198
  },
199
  {
200
- "model": "gemini-1.5-flash-latest",
201
- "name": "gemini-1.5-flash-latest",
202
  "avatar": "/imgs/model/gemini.svg",
203
- "maxContext": 125000,
204
- "maxResponse": 4000,
205
- "quoteMaxToken": 120000,
206
- "maxTemperature": 1.2,
207
- "charsPointsPrice": 0,
 
208
  "censor": false,
209
  "vision": true,
210
  "datasetProcess": true,
211
  "toolChoice": true,
212
- "functionCall": false,
213
  "customCQPrompt": "",
214
  "customExtractPrompt": "",
215
  "defaultSystemChatPrompt": "",
 
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,
19
  "censor": false,
20
  "vision": false,
21
  "datasetProcess": true,
22
  "toolChoice": true,
23
+ "functionCall": true,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
24
  "customCQPrompt": "",
25
  "customExtractPrompt": "",
26
  "defaultSystemChatPrompt": "",
 
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,
 
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,
58
+ "outputPrice": 6,
59
+ "censor": true,
60
+ "vision": true,
61
  "datasetProcess": true,
62
  "toolChoice": true,
63
+ "functionCall": true,
64
  "customCQPrompt": "",
65
  "customExtractPrompt": "",
66
  "defaultSystemChatPrompt": "",
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,
78
+ "outputPrice": 30,
79
+ "censor": true,
80
+ "vision": true,
81
  "datasetProcess": true,
82
  "toolChoice": true,
83
+ "functionCall": true,
84
  "customCQPrompt": "",
85
  "customExtractPrompt": "",
86
  "defaultSystemChatPrompt": "",
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,
98
+ "outputPrice": 1.25,
99
+ "censor": true,
100
+ "vision": true,
101
  "datasetProcess": true,
102
  "toolChoice": true,
103
+ "functionCall": true,
104
  "customCQPrompt": "",
105
  "customExtractPrompt": "",
106
  "defaultSystemChatPrompt": "",
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,
118
+ "outputPrice": 15,
119
+ "censor": true,
120
+ "vision": true,
121
  "datasetProcess": true,
122
  "toolChoice": true,
123
+ "functionCall": true,
124
  "customCQPrompt": "",
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,
 
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,
 
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,
194
+ "maxResponse": 2048,
195
+ "quoteMaxToken": 2000000,
196
+ "maxTemperature": 1.0,
197
+ "inputPrice": 0,
198
+ "outputPrice": 0,
199
  "censor": false,
200
  "vision": true,
201
  "datasetProcess": true,
202
  "toolChoice": true,
203
+ "functionCall": true,
204
  "customCQPrompt": "",
205
  "customExtractPrompt": "",
206
  "defaultSystemChatPrompt": "",