libre-webui 0.6.2 → 0.7.0
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/backend/dist/db.d.ts.map +1 -1
- package/backend/dist/db.js +17 -0
- package/backend/dist/db.js.map +1 -1
- package/backend/dist/routes/auth.js +2 -2
- package/backend/dist/routes/auth.js.map +1 -1
- package/backend/dist/routes/plugins.d.ts.map +1 -1
- package/backend/dist/routes/plugins.js +162 -0
- package/backend/dist/routes/plugins.js.map +1 -1
- package/backend/dist/services/authService.d.ts +1 -1
- package/backend/dist/services/authService.d.ts.map +1 -1
- package/backend/dist/services/authService.js +1 -1
- package/backend/dist/services/authService.js.map +1 -1
- package/backend/dist/services/pluginService.d.ts +9 -0
- package/backend/dist/services/pluginService.d.ts.map +1 -1
- package/backend/dist/services/pluginService.js +99 -24
- package/backend/dist/services/pluginService.js.map +1 -1
- package/backend/dist/services/pluginVariablesService.d.ts +36 -0
- package/backend/dist/services/pluginVariablesService.d.ts.map +1 -0
- package/backend/dist/services/pluginVariablesService.js +218 -0
- package/backend/dist/services/pluginVariablesService.js.map +1 -0
- package/backend/dist/types/index.d.ts +14 -0
- package/backend/dist/types/index.d.ts.map +1 -1
- package/backend/dist/types/index.js.map +1 -1
- package/frontend/dist/assets/index-DMlahgv7.js +51 -0
- package/frontend/dist/css/{index-Dh5G0uFZ.css → index-D9uKnbHR.css} +1 -1
- package/frontend/dist/index.html +6 -6
- package/frontend/dist/js/{ArtifactContainer-BLHcg4YG.js → ArtifactContainer-D_igWPrR.js} +2 -2
- package/frontend/dist/js/{ArtifactDemoPage-Br-19dKk.js → ArtifactDemoPage-BW64ikxs.js} +1 -1
- package/frontend/dist/js/{ChatPage-CQGVCtT_.js → ChatPage-CIUGXjJ_.js} +10 -10
- package/frontend/dist/js/{GalleryPage-CvA1Sox3.js → GalleryPage-CMqUQtns.js} +1 -1
- package/frontend/dist/js/ModelsPage-DQ2ud-YG.js +1 -0
- package/frontend/dist/js/PersonasPage-HqcbbtTL.js +13 -0
- package/frontend/dist/js/{UserManagementPage-H89n1w08.js → UserManagementPage-C4vtOCZ6.js} +1 -1
- package/frontend/dist/js/{markdown-vendor-DeGQOJEA.js → markdown-vendor-QwEm2Xso.js} +1 -1
- package/frontend/dist/js/{router-vendor-CYqbjR9t.js → router-vendor-CmbUVdlE.js} +5 -5
- package/frontend/dist/js/ui-vendor-DxZsuKzb.js +177 -0
- package/frontend/dist/js/utils-vendor-0Ymd3GFQ.js +6 -0
- package/package.json +1 -1
- package/plugins/anthropic.json +74 -13
- package/plugins/comfyui.json +45 -4
- package/plugins/elevenlabs.json +42 -2
- package/plugins/gemini.json +106 -45
- package/plugins/github.json +72 -11
- package/plugins/groq.json +74 -13
- package/plugins/huggingface.json +93 -6
- package/plugins/kyutai-tts-1.6b.json +76 -14
- package/plugins/kyutai-tts.json +32 -3
- package/plugins/mistral.json +122 -61
- package/plugins/openai-tts.json +38 -3
- package/plugins/openai.json +81 -3
- package/plugins/openrouter.json +402 -341
- package/plugins/qwen-tts.json +33 -3
- package/frontend/dist/assets/index-DE-xmTDC.js +0 -51
- package/frontend/dist/js/ModelsPage-9djD6Uj9.js +0 -1
- package/frontend/dist/js/PersonasPage-ajydrtrS.js +0 -13
- package/frontend/dist/js/ui-vendor-DnQP3_cJ.js +0 -177
- package/frontend/dist/js/utils-vendor-COrKO_vV.js +0 -6
package/plugins/openrouter.json
CHANGED
|
@@ -9,345 +9,406 @@
|
|
|
9
9
|
"key_env": "OPENROUTER_API_KEY"
|
|
10
10
|
},
|
|
11
11
|
"model_map": [
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
]
|
|
12
|
+
"ai21/jamba-large-1.7",
|
|
13
|
+
"ai21/jamba-mini-1.7",
|
|
14
|
+
"aion-labs/aion-1.0",
|
|
15
|
+
"aion-labs/aion-1.0-mini",
|
|
16
|
+
"aion-labs/aion-rp-llama-3.1-8b",
|
|
17
|
+
"alfredpros/codellama-7b-instruct-solidity",
|
|
18
|
+
"alibaba/tongyi-deepresearch-30b-a3b",
|
|
19
|
+
"alibaba/tongyi-deepresearch-30b-a3b:free",
|
|
20
|
+
"allenai/olmo-2-0325-32b-instruct",
|
|
21
|
+
"allenai/olmo-3-32b-think:free",
|
|
22
|
+
"allenai/olmo-3-7b-instruct",
|
|
23
|
+
"allenai/olmo-3-7b-think",
|
|
24
|
+
"allenai/olmo-3.1-32b-think:free",
|
|
25
|
+
"alpindale/goliath-120b",
|
|
26
|
+
"amazon/nova-2-lite-v1",
|
|
27
|
+
"amazon/nova-2-lite-v1:free",
|
|
28
|
+
"amazon/nova-lite-v1",
|
|
29
|
+
"amazon/nova-micro-v1",
|
|
30
|
+
"amazon/nova-premier-v1",
|
|
31
|
+
"amazon/nova-pro-v1",
|
|
32
|
+
"anthracite-org/magnum-v4-72b",
|
|
33
|
+
"anthropic/claude-3-haiku",
|
|
34
|
+
"anthropic/claude-3-opus",
|
|
35
|
+
"anthropic/claude-3.5-haiku",
|
|
36
|
+
"anthropic/claude-3.5-haiku-20241022",
|
|
37
|
+
"anthropic/claude-3.5-sonnet",
|
|
38
|
+
"anthropic/claude-3.7-sonnet",
|
|
39
|
+
"anthropic/claude-3.7-sonnet:thinking",
|
|
40
|
+
"anthropic/claude-haiku-4.5",
|
|
41
|
+
"anthropic/claude-opus-4",
|
|
42
|
+
"anthropic/claude-opus-4.1",
|
|
43
|
+
"anthropic/claude-opus-4.5",
|
|
44
|
+
"anthropic/claude-sonnet-4",
|
|
45
|
+
"anthropic/claude-sonnet-4.5",
|
|
46
|
+
"arcee-ai/coder-large",
|
|
47
|
+
"arcee-ai/maestro-reasoning",
|
|
48
|
+
"arcee-ai/spotlight",
|
|
49
|
+
"arcee-ai/trinity-mini",
|
|
50
|
+
"arcee-ai/trinity-mini:free",
|
|
51
|
+
"arcee-ai/virtuoso-large",
|
|
52
|
+
"arliai/qwq-32b-arliai-rpr-v1",
|
|
53
|
+
"baidu/ernie-4.5-21b-a3b",
|
|
54
|
+
"baidu/ernie-4.5-21b-a3b-thinking",
|
|
55
|
+
"baidu/ernie-4.5-300b-a47b",
|
|
56
|
+
"baidu/ernie-4.5-vl-28b-a3b",
|
|
57
|
+
"baidu/ernie-4.5-vl-424b-a47b",
|
|
58
|
+
"bytedance/ui-tars-1.5-7b",
|
|
59
|
+
"cognitivecomputations/dolphin-mistral-24b-venice-edition:free",
|
|
60
|
+
"cohere/command-a",
|
|
61
|
+
"cohere/command-r-08-2024",
|
|
62
|
+
"cohere/command-r-plus-08-2024",
|
|
63
|
+
"cohere/command-r7b-12-2024",
|
|
64
|
+
"deepcogito/cogito-v2-preview-llama-109b-moe",
|
|
65
|
+
"deepcogito/cogito-v2-preview-llama-405b",
|
|
66
|
+
"deepcogito/cogito-v2-preview-llama-70b",
|
|
67
|
+
"deepcogito/cogito-v2.1-671b",
|
|
68
|
+
"deepseek/deepseek-chat",
|
|
69
|
+
"deepseek/deepseek-chat-v3-0324",
|
|
70
|
+
"deepseek/deepseek-chat-v3.1",
|
|
71
|
+
"deepseek/deepseek-prover-v2",
|
|
72
|
+
"deepseek/deepseek-r1",
|
|
73
|
+
"deepseek/deepseek-r1-0528",
|
|
74
|
+
"deepseek/deepseek-r1-0528-qwen3-8b",
|
|
75
|
+
"deepseek/deepseek-r1-distill-llama-70b",
|
|
76
|
+
"deepseek/deepseek-r1-distill-qwen-14b",
|
|
77
|
+
"deepseek/deepseek-r1-distill-qwen-32b",
|
|
78
|
+
"deepseek/deepseek-v3.1-terminus",
|
|
79
|
+
"deepseek/deepseek-v3.1-terminus:exacto",
|
|
80
|
+
"deepseek/deepseek-v3.2",
|
|
81
|
+
"deepseek/deepseek-v3.2-exp",
|
|
82
|
+
"deepseek/deepseek-v3.2-speciale",
|
|
83
|
+
"eleutherai/llemma_7b",
|
|
84
|
+
"essentialai/rnj-1-instruct",
|
|
85
|
+
"google/gemini-2.0-flash-001",
|
|
86
|
+
"google/gemini-2.0-flash-exp:free",
|
|
87
|
+
"google/gemini-2.0-flash-lite-001",
|
|
88
|
+
"google/gemini-2.5-flash",
|
|
89
|
+
"google/gemini-2.5-flash-lite",
|
|
90
|
+
"google/gemini-2.5-flash-lite-preview-09-2025",
|
|
91
|
+
"google/gemini-2.5-flash-preview-09-2025",
|
|
92
|
+
"google/gemini-2.5-pro",
|
|
93
|
+
"google/gemini-2.5-pro-preview",
|
|
94
|
+
"google/gemini-2.5-pro-preview-05-06",
|
|
95
|
+
"google/gemini-3-pro-preview",
|
|
96
|
+
"google/gemma-2-27b-it",
|
|
97
|
+
"google/gemma-2-9b-it",
|
|
98
|
+
"google/gemma-3-12b-it",
|
|
99
|
+
"google/gemma-3-12b-it:free",
|
|
100
|
+
"google/gemma-3-27b-it",
|
|
101
|
+
"google/gemma-3-27b-it:free",
|
|
102
|
+
"google/gemma-3-4b-it",
|
|
103
|
+
"google/gemma-3-4b-it:free",
|
|
104
|
+
"google/gemma-3n-e2b-it:free",
|
|
105
|
+
"google/gemma-3n-e4b-it",
|
|
106
|
+
"google/gemma-3n-e4b-it:free",
|
|
107
|
+
"gryphe/mythomax-l2-13b",
|
|
108
|
+
"ibm-granite/granite-4.0-h-micro",
|
|
109
|
+
"inception/mercury",
|
|
110
|
+
"inception/mercury-coder",
|
|
111
|
+
"inflection/inflection-3-pi",
|
|
112
|
+
"inflection/inflection-3-productivity",
|
|
113
|
+
"kwaipilot/kat-coder-pro:free",
|
|
114
|
+
"liquid/lfm-2.2-6b",
|
|
115
|
+
"liquid/lfm2-8b-a1b",
|
|
116
|
+
"mancer/weaver",
|
|
117
|
+
"meituan/longcat-flash-chat",
|
|
118
|
+
"meta-llama/llama-3-70b-instruct",
|
|
119
|
+
"meta-llama/llama-3-8b-instruct",
|
|
120
|
+
"meta-llama/llama-3.1-405b",
|
|
121
|
+
"meta-llama/llama-3.1-405b-instruct",
|
|
122
|
+
"meta-llama/llama-3.1-70b-instruct",
|
|
123
|
+
"meta-llama/llama-3.1-8b-instruct",
|
|
124
|
+
"meta-llama/llama-3.2-11b-vision-instruct",
|
|
125
|
+
"meta-llama/llama-3.2-1b-instruct",
|
|
126
|
+
"meta-llama/llama-3.2-3b-instruct",
|
|
127
|
+
"meta-llama/llama-3.2-3b-instruct:free",
|
|
128
|
+
"meta-llama/llama-3.2-90b-vision-instruct",
|
|
129
|
+
"meta-llama/llama-3.3-70b-instruct",
|
|
130
|
+
"meta-llama/llama-3.3-70b-instruct:free",
|
|
131
|
+
"meta-llama/llama-4-maverick",
|
|
132
|
+
"meta-llama/llama-4-scout",
|
|
133
|
+
"meta-llama/llama-guard-2-8b",
|
|
134
|
+
"meta-llama/llama-guard-3-8b",
|
|
135
|
+
"meta-llama/llama-guard-4-12b",
|
|
136
|
+
"microsoft/phi-3-medium-128k-instruct",
|
|
137
|
+
"microsoft/phi-3-mini-128k-instruct",
|
|
138
|
+
"microsoft/phi-3.5-mini-128k-instruct",
|
|
139
|
+
"microsoft/phi-4",
|
|
140
|
+
"microsoft/phi-4-multimodal-instruct",
|
|
141
|
+
"microsoft/phi-4-reasoning-plus",
|
|
142
|
+
"microsoft/wizardlm-2-8x22b",
|
|
143
|
+
"minimax/minimax-01",
|
|
144
|
+
"minimax/minimax-m1",
|
|
145
|
+
"minimax/minimax-m2",
|
|
146
|
+
"mistralai/codestral-2508",
|
|
147
|
+
"mistralai/devstral-2512",
|
|
148
|
+
"mistralai/devstral-2512:free",
|
|
149
|
+
"mistralai/devstral-medium",
|
|
150
|
+
"mistralai/devstral-small",
|
|
151
|
+
"mistralai/devstral-small-2505",
|
|
152
|
+
"mistralai/ministral-14b-2512",
|
|
153
|
+
"mistralai/ministral-3b",
|
|
154
|
+
"mistralai/ministral-3b-2512",
|
|
155
|
+
"mistralai/ministral-8b",
|
|
156
|
+
"mistralai/ministral-8b-2512",
|
|
157
|
+
"mistralai/mistral-7b-instruct",
|
|
158
|
+
"mistralai/mistral-7b-instruct-v0.1",
|
|
159
|
+
"mistralai/mistral-7b-instruct-v0.2",
|
|
160
|
+
"mistralai/mistral-7b-instruct-v0.3",
|
|
161
|
+
"mistralai/mistral-7b-instruct:free",
|
|
162
|
+
"mistralai/mistral-large",
|
|
163
|
+
"mistralai/mistral-large-2407",
|
|
164
|
+
"mistralai/mistral-large-2411",
|
|
165
|
+
"mistralai/mistral-large-2512",
|
|
166
|
+
"mistralai/mistral-medium-3",
|
|
167
|
+
"mistralai/mistral-medium-3.1",
|
|
168
|
+
"mistralai/mistral-nemo",
|
|
169
|
+
"mistralai/mistral-saba",
|
|
170
|
+
"mistralai/mistral-small-24b-instruct-2501",
|
|
171
|
+
"mistralai/mistral-small-3.1-24b-instruct",
|
|
172
|
+
"mistralai/mistral-small-3.1-24b-instruct:free",
|
|
173
|
+
"mistralai/mistral-small-3.2-24b-instruct",
|
|
174
|
+
"mistralai/mistral-small-creative",
|
|
175
|
+
"mistralai/mistral-tiny",
|
|
176
|
+
"mistralai/mixtral-8x22b-instruct",
|
|
177
|
+
"mistralai/mixtral-8x7b-instruct",
|
|
178
|
+
"mistralai/pixtral-12b",
|
|
179
|
+
"mistralai/pixtral-large-2411",
|
|
180
|
+
"mistralai/voxtral-small-24b-2507",
|
|
181
|
+
"moonshotai/kimi-dev-72b",
|
|
182
|
+
"moonshotai/kimi-k2",
|
|
183
|
+
"moonshotai/kimi-k2-0905",
|
|
184
|
+
"moonshotai/kimi-k2-0905:exacto",
|
|
185
|
+
"moonshotai/kimi-k2-thinking",
|
|
186
|
+
"moonshotai/kimi-k2:free",
|
|
187
|
+
"morph/morph-v3-fast",
|
|
188
|
+
"morph/morph-v3-large",
|
|
189
|
+
"neversleep/llama-3.1-lumimaid-8b",
|
|
190
|
+
"neversleep/noromaid-20b",
|
|
191
|
+
"nex-agi/deepseek-v3.1-nex-n1:free",
|
|
192
|
+
"nousresearch/deephermes-3-mistral-24b-preview",
|
|
193
|
+
"nousresearch/hermes-2-pro-llama-3-8b",
|
|
194
|
+
"nousresearch/hermes-3-llama-3.1-405b",
|
|
195
|
+
"nousresearch/hermes-3-llama-3.1-405b:free",
|
|
196
|
+
"nousresearch/hermes-3-llama-3.1-70b",
|
|
197
|
+
"nousresearch/hermes-4-405b",
|
|
198
|
+
"nousresearch/hermes-4-70b",
|
|
199
|
+
"nvidia/llama-3.1-nemotron-70b-instruct",
|
|
200
|
+
"nvidia/llama-3.1-nemotron-ultra-253b-v1",
|
|
201
|
+
"nvidia/llama-3.3-nemotron-super-49b-v1.5",
|
|
202
|
+
"nvidia/nemotron-3-nano-30b-a3b:free",
|
|
203
|
+
"nvidia/nemotron-nano-12b-v2-vl",
|
|
204
|
+
"nvidia/nemotron-nano-12b-v2-vl:free",
|
|
205
|
+
"nvidia/nemotron-nano-9b-v2",
|
|
206
|
+
"nvidia/nemotron-nano-9b-v2:free",
|
|
207
|
+
"openai/chatgpt-4o-latest",
|
|
208
|
+
"openai/codex-mini",
|
|
209
|
+
"openai/gpt-3.5-turbo",
|
|
210
|
+
"openai/gpt-3.5-turbo-0613",
|
|
211
|
+
"openai/gpt-3.5-turbo-16k",
|
|
212
|
+
"openai/gpt-3.5-turbo-instruct",
|
|
213
|
+
"openai/gpt-4",
|
|
214
|
+
"openai/gpt-4-0314",
|
|
215
|
+
"openai/gpt-4-1106-preview",
|
|
216
|
+
"openai/gpt-4-turbo",
|
|
217
|
+
"openai/gpt-4-turbo-preview",
|
|
218
|
+
"openai/gpt-4.1",
|
|
219
|
+
"openai/gpt-4.1-mini",
|
|
220
|
+
"openai/gpt-4.1-nano",
|
|
221
|
+
"openai/gpt-4o",
|
|
222
|
+
"openai/gpt-4o-2024-05-13",
|
|
223
|
+
"openai/gpt-4o-2024-08-06",
|
|
224
|
+
"openai/gpt-4o-2024-11-20",
|
|
225
|
+
"openai/gpt-4o-audio-preview",
|
|
226
|
+
"openai/gpt-4o-mini",
|
|
227
|
+
"openai/gpt-4o-mini-2024-07-18",
|
|
228
|
+
"openai/gpt-4o-mini-search-preview",
|
|
229
|
+
"openai/gpt-4o-search-preview",
|
|
230
|
+
"openai/gpt-4o:extended",
|
|
231
|
+
"openai/gpt-5",
|
|
232
|
+
"openai/gpt-5-chat",
|
|
233
|
+
"openai/gpt-5-codex",
|
|
234
|
+
"openai/gpt-5-mini",
|
|
235
|
+
"openai/gpt-5-nano",
|
|
236
|
+
"openai/gpt-5-pro",
|
|
237
|
+
"openai/gpt-5.1",
|
|
238
|
+
"openai/gpt-5.1-chat",
|
|
239
|
+
"openai/gpt-5.1-codex",
|
|
240
|
+
"openai/gpt-5.1-codex-max",
|
|
241
|
+
"openai/gpt-5.1-codex-mini",
|
|
242
|
+
"openai/gpt-5.2",
|
|
243
|
+
"openai/gpt-5.2-chat",
|
|
244
|
+
"openai/gpt-5.2-pro",
|
|
245
|
+
"openai/gpt-oss-120b",
|
|
246
|
+
"openai/gpt-oss-120b:exacto",
|
|
247
|
+
"openai/gpt-oss-120b:free",
|
|
248
|
+
"openai/gpt-oss-20b",
|
|
249
|
+
"openai/gpt-oss-20b:free",
|
|
250
|
+
"openai/gpt-oss-safeguard-20b",
|
|
251
|
+
"openai/o1",
|
|
252
|
+
"openai/o1-pro",
|
|
253
|
+
"openai/o3",
|
|
254
|
+
"openai/o3-deep-research",
|
|
255
|
+
"openai/o3-mini",
|
|
256
|
+
"openai/o3-mini-high",
|
|
257
|
+
"openai/o3-pro",
|
|
258
|
+
"openai/o4-mini",
|
|
259
|
+
"openai/o4-mini-deep-research",
|
|
260
|
+
"openai/o4-mini-high",
|
|
261
|
+
"opengvlab/internvl3-78b",
|
|
262
|
+
"openrouter/auto",
|
|
263
|
+
"openrouter/bodybuilder",
|
|
264
|
+
"perplexity/sonar",
|
|
265
|
+
"perplexity/sonar-deep-research",
|
|
266
|
+
"perplexity/sonar-pro",
|
|
267
|
+
"perplexity/sonar-pro-search",
|
|
268
|
+
"perplexity/sonar-reasoning",
|
|
269
|
+
"perplexity/sonar-reasoning-pro",
|
|
270
|
+
"prime-intellect/intellect-3",
|
|
271
|
+
"qwen/qwen-2.5-72b-instruct",
|
|
272
|
+
"qwen/qwen-2.5-7b-instruct",
|
|
273
|
+
"qwen/qwen-2.5-coder-32b-instruct",
|
|
274
|
+
"qwen/qwen-2.5-vl-7b-instruct",
|
|
275
|
+
"qwen/qwen-max",
|
|
276
|
+
"qwen/qwen-plus",
|
|
277
|
+
"qwen/qwen-plus-2025-07-28",
|
|
278
|
+
"qwen/qwen-plus-2025-07-28:thinking",
|
|
279
|
+
"qwen/qwen-turbo",
|
|
280
|
+
"qwen/qwen-vl-max",
|
|
281
|
+
"qwen/qwen-vl-plus",
|
|
282
|
+
"qwen/qwen2.5-coder-7b-instruct",
|
|
283
|
+
"qwen/qwen2.5-vl-32b-instruct",
|
|
284
|
+
"qwen/qwen2.5-vl-72b-instruct",
|
|
285
|
+
"qwen/qwen3-14b",
|
|
286
|
+
"qwen/qwen3-235b-a22b",
|
|
287
|
+
"qwen/qwen3-235b-a22b-2507",
|
|
288
|
+
"qwen/qwen3-235b-a22b-thinking-2507",
|
|
289
|
+
"qwen/qwen3-235b-a22b:free",
|
|
290
|
+
"qwen/qwen3-30b-a3b",
|
|
291
|
+
"qwen/qwen3-30b-a3b-instruct-2507",
|
|
292
|
+
"qwen/qwen3-30b-a3b-thinking-2507",
|
|
293
|
+
"qwen/qwen3-32b",
|
|
294
|
+
"qwen/qwen3-4b:free",
|
|
295
|
+
"qwen/qwen3-8b",
|
|
296
|
+
"qwen/qwen3-coder",
|
|
297
|
+
"qwen/qwen3-coder-30b-a3b-instruct",
|
|
298
|
+
"qwen/qwen3-coder-flash",
|
|
299
|
+
"qwen/qwen3-coder-plus",
|
|
300
|
+
"qwen/qwen3-coder:exacto",
|
|
301
|
+
"qwen/qwen3-coder:free",
|
|
302
|
+
"qwen/qwen3-max",
|
|
303
|
+
"qwen/qwen3-next-80b-a3b-instruct",
|
|
304
|
+
"qwen/qwen3-next-80b-a3b-thinking",
|
|
305
|
+
"qwen/qwen3-vl-235b-a22b-instruct",
|
|
306
|
+
"qwen/qwen3-vl-235b-a22b-thinking",
|
|
307
|
+
"qwen/qwen3-vl-30b-a3b-instruct",
|
|
308
|
+
"qwen/qwen3-vl-30b-a3b-thinking",
|
|
309
|
+
"qwen/qwen3-vl-8b-instruct",
|
|
310
|
+
"qwen/qwen3-vl-8b-thinking",
|
|
311
|
+
"qwen/qwq-32b",
|
|
312
|
+
"raifle/sorcererlm-8x22b",
|
|
313
|
+
"relace/relace-apply-3",
|
|
314
|
+
"relace/relace-search",
|
|
315
|
+
"sao10k/l3-euryale-70b",
|
|
316
|
+
"sao10k/l3-lunaris-8b",
|
|
317
|
+
"sao10k/l3.1-70b-hanami-x1",
|
|
318
|
+
"sao10k/l3.1-euryale-70b",
|
|
319
|
+
"sao10k/l3.3-euryale-70b",
|
|
320
|
+
"stepfun-ai/step3",
|
|
321
|
+
"switchpoint/router",
|
|
322
|
+
"tencent/hunyuan-a13b-instruct",
|
|
323
|
+
"thedrummer/cydonia-24b-v4.1",
|
|
324
|
+
"thedrummer/rocinante-12b",
|
|
325
|
+
"thedrummer/skyfall-36b-v2",
|
|
326
|
+
"thedrummer/unslopnemo-12b",
|
|
327
|
+
"thudm/glm-4.1v-9b-thinking",
|
|
328
|
+
"tngtech/deepseek-r1t-chimera",
|
|
329
|
+
"tngtech/deepseek-r1t-chimera:free",
|
|
330
|
+
"tngtech/deepseek-r1t2-chimera",
|
|
331
|
+
"tngtech/deepseek-r1t2-chimera:free",
|
|
332
|
+
"tngtech/tng-r1t-chimera",
|
|
333
|
+
"tngtech/tng-r1t-chimera:free",
|
|
334
|
+
"undi95/remm-slerp-l2-13b",
|
|
335
|
+
"x-ai/grok-3",
|
|
336
|
+
"x-ai/grok-3-beta",
|
|
337
|
+
"x-ai/grok-3-mini",
|
|
338
|
+
"x-ai/grok-3-mini-beta",
|
|
339
|
+
"x-ai/grok-4",
|
|
340
|
+
"x-ai/grok-4-fast",
|
|
341
|
+
"x-ai/grok-4.1-fast",
|
|
342
|
+
"x-ai/grok-code-fast-1",
|
|
343
|
+
"xiaomi/mimo-v2-flash:free",
|
|
344
|
+
"z-ai/glm-4-32b",
|
|
345
|
+
"z-ai/glm-4.5",
|
|
346
|
+
"z-ai/glm-4.5-air",
|
|
347
|
+
"z-ai/glm-4.5-air:free",
|
|
348
|
+
"z-ai/glm-4.5v",
|
|
349
|
+
"z-ai/glm-4.6",
|
|
350
|
+
"z-ai/glm-4.6:exacto",
|
|
351
|
+
"z-ai/glm-4.6v"
|
|
352
|
+
],
|
|
353
|
+
"variables": [
|
|
354
|
+
{
|
|
355
|
+
"name": "endpoint",
|
|
356
|
+
"type": "string",
|
|
357
|
+
"label": "API Endpoint",
|
|
358
|
+
"description": "Override the default API endpoint URL.",
|
|
359
|
+
"default": "https://openrouter.ai/api/v1/chat/completions"
|
|
360
|
+
},
|
|
361
|
+
{
|
|
362
|
+
"name": "temperature",
|
|
363
|
+
"type": "number",
|
|
364
|
+
"label": "Temperature",
|
|
365
|
+
"description": "Controls randomness. Lower values are more focused, higher values more creative.",
|
|
366
|
+
"default": 0.7,
|
|
367
|
+
"min": 0,
|
|
368
|
+
"max": 2
|
|
369
|
+
},
|
|
370
|
+
{
|
|
371
|
+
"name": "max_tokens",
|
|
372
|
+
"type": "number",
|
|
373
|
+
"label": "Max Tokens",
|
|
374
|
+
"description": "Maximum number of tokens to generate in the response.",
|
|
375
|
+
"default": 4096,
|
|
376
|
+
"min": 1,
|
|
377
|
+
"max": 128000
|
|
378
|
+
},
|
|
379
|
+
{
|
|
380
|
+
"name": "top_p",
|
|
381
|
+
"type": "number",
|
|
382
|
+
"label": "Top P",
|
|
383
|
+
"description": "Nucleus sampling. Lower values make output more focused.",
|
|
384
|
+
"default": 1,
|
|
385
|
+
"min": 0,
|
|
386
|
+
"max": 1
|
|
387
|
+
},
|
|
388
|
+
{
|
|
389
|
+
"name": "frequency_penalty",
|
|
390
|
+
"type": "number",
|
|
391
|
+
"label": "Frequency Penalty",
|
|
392
|
+
"description": "Reduces repetition of frequent tokens.",
|
|
393
|
+
"default": 0,
|
|
394
|
+
"min": -2,
|
|
395
|
+
"max": 2
|
|
396
|
+
},
|
|
397
|
+
{
|
|
398
|
+
"name": "presence_penalty",
|
|
399
|
+
"type": "number",
|
|
400
|
+
"label": "Presence Penalty",
|
|
401
|
+
"description": "Encourages the model to talk about new topics.",
|
|
402
|
+
"default": 0,
|
|
403
|
+
"min": -2,
|
|
404
|
+
"max": 2
|
|
405
|
+
},
|
|
406
|
+
{
|
|
407
|
+
"name": "stream",
|
|
408
|
+
"type": "boolean",
|
|
409
|
+
"label": "Stream Response",
|
|
410
|
+
"description": "Stream the response token by token.",
|
|
411
|
+
"default": true
|
|
412
|
+
}
|
|
413
|
+
]
|
|
353
414
|
}
|