Bot commited on
Commit
4c9a680
·
1 Parent(s): 4862750

Force add NVIDIA config

Browse files
Files changed (1) hide show
  1. openai-compatible.config.ts +618 -0
openai-compatible.config.ts ADDED
@@ -0,0 +1,618 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ import { type OpenAICompatibleProvider } from "./src/lib/ai/create-openai-compatiable";
2
+
3
+ const providers: OpenAICompatibleProvider[] = [
4
+ {
5
+ "provider": "NVIDIA NIM",
6
+ "apiKey": "NVIDIA_API_KEY",
7
+ "baseUrl": "https://integrate.api.nvidia.com/v1",
8
+ "models": [
9
+ {
10
+ "apiName": "01-ai/yi-large",
11
+ "uiName": "yi-large",
12
+ "supportsTools": true
13
+ },
14
+ {
15
+ "apiName": "abacusai/dracarys-llama-3.1-70b-instruct",
16
+ "uiName": "dracarys-llama-3.1-70b-instruct",
17
+ "supportsTools": true
18
+ },
19
+ {
20
+ "apiName": "adept/fuyu-8b",
21
+ "uiName": "fuyu-8b",
22
+ "supportsTools": true
23
+ },
24
+ {
25
+ "apiName": "ai21labs/jamba-1.5-large-instruct",
26
+ "uiName": "jamba-1.5-large-instruct",
27
+ "supportsTools": true
28
+ },
29
+ {
30
+ "apiName": "aisingapore/sea-lion-7b-instruct",
31
+ "uiName": "sea-lion-7b-instruct",
32
+ "supportsTools": true
33
+ },
34
+ {
35
+ "apiName": "baai/bge-m3",
36
+ "uiName": "bge-m3",
37
+ "supportsTools": true
38
+ },
39
+ {
40
+ "apiName": "bigcode/starcoder2-15b",
41
+ "uiName": "starcoder2-15b",
42
+ "supportsTools": true
43
+ },
44
+ {
45
+ "apiName": "bytedance/seed-oss-36b-instruct",
46
+ "uiName": "seed-oss-36b-instruct",
47
+ "supportsTools": true
48
+ },
49
+ {
50
+ "apiName": "databricks/dbrx-instruct",
51
+ "uiName": "dbrx-instruct",
52
+ "supportsTools": true
53
+ },
54
+ {
55
+ "apiName": "deepseek-ai/deepseek-coder-6.7b-instruct",
56
+ "uiName": "deepseek-coder-6.7b-instruct",
57
+ "supportsTools": true
58
+ },
59
+ {
60
+ "apiName": "deepseek-ai/deepseek-v4-flash",
61
+ "uiName": "deepseek-v4-flash",
62
+ "supportsTools": true
63
+ },
64
+ {
65
+ "apiName": "deepseek-ai/deepseek-v4-pro",
66
+ "uiName": "deepseek-v4-pro",
67
+ "supportsTools": true
68
+ },
69
+ {
70
+ "apiName": "google/codegemma-1.1-7b",
71
+ "uiName": "codegemma-1.1-7b",
72
+ "supportsTools": true
73
+ },
74
+ {
75
+ "apiName": "google/codegemma-7b",
76
+ "uiName": "codegemma-7b",
77
+ "supportsTools": true
78
+ },
79
+ {
80
+ "apiName": "google/deplot",
81
+ "uiName": "deplot",
82
+ "supportsTools": true
83
+ },
84
+ {
85
+ "apiName": "google/diffusiongemma-26b-a4b-it",
86
+ "uiName": "diffusiongemma-26b-a4b-it",
87
+ "supportsTools": true
88
+ },
89
+ {
90
+ "apiName": "google/gemma-2-2b-it",
91
+ "uiName": "gemma-2-2b-it",
92
+ "supportsTools": true
93
+ },
94
+ {
95
+ "apiName": "google/gemma-2b",
96
+ "uiName": "gemma-2b",
97
+ "supportsTools": true
98
+ },
99
+ {
100
+ "apiName": "google/gemma-3-12b-it",
101
+ "uiName": "gemma-3-12b-it",
102
+ "supportsTools": true
103
+ },
104
+ {
105
+ "apiName": "google/gemma-3-4b-it",
106
+ "uiName": "gemma-3-4b-it",
107
+ "supportsTools": true
108
+ },
109
+ {
110
+ "apiName": "google/gemma-3n-e2b-it",
111
+ "uiName": "gemma-3n-e2b-it",
112
+ "supportsTools": true
113
+ },
114
+ {
115
+ "apiName": "google/gemma-3n-e4b-it",
116
+ "uiName": "gemma-3n-e4b-it",
117
+ "supportsTools": true
118
+ },
119
+ {
120
+ "apiName": "google/gemma-4-31b-it",
121
+ "uiName": "gemma-4-31b-it",
122
+ "supportsTools": true
123
+ },
124
+ {
125
+ "apiName": "google/recurrentgemma-2b",
126
+ "uiName": "recurrentgemma-2b",
127
+ "supportsTools": true
128
+ },
129
+ {
130
+ "apiName": "ibm/granite-3.0-3b-a800m-instruct",
131
+ "uiName": "granite-3.0-3b-a800m-instruct",
132
+ "supportsTools": true
133
+ },
134
+ {
135
+ "apiName": "ibm/granite-3.0-8b-instruct",
136
+ "uiName": "granite-3.0-8b-instruct",
137
+ "supportsTools": true
138
+ },
139
+ {
140
+ "apiName": "ibm/granite-34b-code-instruct",
141
+ "uiName": "granite-34b-code-instruct",
142
+ "supportsTools": true
143
+ },
144
+ {
145
+ "apiName": "ibm/granite-8b-code-instruct",
146
+ "uiName": "granite-8b-code-instruct",
147
+ "supportsTools": true
148
+ },
149
+ {
150
+ "apiName": "meta/codellama-70b",
151
+ "uiName": "codellama-70b",
152
+ "supportsTools": true
153
+ },
154
+ {
155
+ "apiName": "meta/llama-3.1-70b-instruct",
156
+ "uiName": "llama-3.1-70b-instruct",
157
+ "supportsTools": true
158
+ },
159
+ {
160
+ "apiName": "meta/llama-3.1-8b-instruct",
161
+ "uiName": "llama-3.1-8b-instruct",
162
+ "supportsTools": true
163
+ },
164
+ {
165
+ "apiName": "meta/llama-3.2-11b-vision-instruct",
166
+ "uiName": "llama-3.2-11b-vision-instruct",
167
+ "supportsTools": true
168
+ },
169
+ {
170
+ "apiName": "meta/llama-3.2-1b-instruct",
171
+ "uiName": "llama-3.2-1b-instruct",
172
+ "supportsTools": true
173
+ },
174
+ {
175
+ "apiName": "meta/llama-3.2-3b-instruct",
176
+ "uiName": "llama-3.2-3b-instruct",
177
+ "supportsTools": true
178
+ },
179
+ {
180
+ "apiName": "meta/llama-3.2-90b-vision-instruct",
181
+ "uiName": "llama-3.2-90b-vision-instruct",
182
+ "supportsTools": true
183
+ },
184
+ {
185
+ "apiName": "meta/llama-3.3-70b-instruct",
186
+ "uiName": "llama-3.3-70b-instruct",
187
+ "supportsTools": true
188
+ },
189
+ {
190
+ "apiName": "meta/llama-4-maverick-17b-128e-instruct",
191
+ "uiName": "llama-4-maverick-17b-128e-instruct",
192
+ "supportsTools": true
193
+ },
194
+ {
195
+ "apiName": "meta/llama-guard-4-12b",
196
+ "uiName": "llama-guard-4-12b",
197
+ "supportsTools": true
198
+ },
199
+ {
200
+ "apiName": "meta/llama2-70b",
201
+ "uiName": "llama2-70b",
202
+ "supportsTools": true
203
+ },
204
+ {
205
+ "apiName": "microsoft/kosmos-2",
206
+ "uiName": "kosmos-2",
207
+ "supportsTools": true
208
+ },
209
+ {
210
+ "apiName": "microsoft/phi-3-vision-128k-instruct",
211
+ "uiName": "phi-3-vision-128k-instruct",
212
+ "supportsTools": true
213
+ },
214
+ {
215
+ "apiName": "microsoft/phi-3.5-moe-instruct",
216
+ "uiName": "phi-3.5-moe-instruct",
217
+ "supportsTools": true
218
+ },
219
+ {
220
+ "apiName": "microsoft/phi-4-mini-instruct",
221
+ "uiName": "phi-4-mini-instruct",
222
+ "supportsTools": true
223
+ },
224
+ {
225
+ "apiName": "microsoft/phi-4-multimodal-instruct",
226
+ "uiName": "phi-4-multimodal-instruct",
227
+ "supportsTools": true
228
+ },
229
+ {
230
+ "apiName": "minimaxai/minimax-m2.7",
231
+ "uiName": "minimax-m2.7",
232
+ "supportsTools": true
233
+ },
234
+ {
235
+ "apiName": "minimaxai/minimax-m3",
236
+ "uiName": "minimax-m3",
237
+ "supportsTools": true
238
+ },
239
+ {
240
+ "apiName": "mistralai/codestral-22b-instruct-v0.1",
241
+ "uiName": "codestral-22b-instruct-v0.1",
242
+ "supportsTools": true
243
+ },
244
+ {
245
+ "apiName": "mistralai/ministral-14b-instruct-2512",
246
+ "uiName": "ministral-14b-instruct-2512",
247
+ "supportsTools": true
248
+ },
249
+ {
250
+ "apiName": "mistralai/mistral-7b-instruct-v0.3",
251
+ "uiName": "mistral-7b-instruct-v0.3",
252
+ "supportsTools": true
253
+ },
254
+ {
255
+ "apiName": "mistralai/mistral-large",
256
+ "uiName": "mistral-large",
257
+ "supportsTools": true
258
+ },
259
+ {
260
+ "apiName": "mistralai/mistral-large-2-instruct",
261
+ "uiName": "mistral-large-2-instruct",
262
+ "supportsTools": true
263
+ },
264
+ {
265
+ "apiName": "mistralai/mistral-large-3-675b-instruct-2512",
266
+ "uiName": "mistral-large-3-675b-instruct-2512",
267
+ "supportsTools": true
268
+ },
269
+ {
270
+ "apiName": "mistralai/mistral-medium-3.5-128b",
271
+ "uiName": "mistral-medium-3.5-128b",
272
+ "supportsTools": true
273
+ },
274
+ {
275
+ "apiName": "mistralai/mistral-nemotron",
276
+ "uiName": "mistral-nemotron",
277
+ "supportsTools": true
278
+ },
279
+ {
280
+ "apiName": "mistralai/mistral-small-4-119b-2603",
281
+ "uiName": "mistral-small-4-119b-2603",
282
+ "supportsTools": true
283
+ },
284
+ {
285
+ "apiName": "mistralai/mixtral-8x22b-v0.1",
286
+ "uiName": "mixtral-8x22b-v0.1",
287
+ "supportsTools": true
288
+ },
289
+ {
290
+ "apiName": "mistralai/mixtral-8x7b-instruct-v0.1",
291
+ "uiName": "mixtral-8x7b-instruct-v0.1",
292
+ "supportsTools": true
293
+ },
294
+ {
295
+ "apiName": "moonshotai/kimi-k2.6",
296
+ "uiName": "kimi-k2.6",
297
+ "supportsTools": true
298
+ },
299
+ {
300
+ "apiName": "nv-mistralai/mistral-nemo-12b-instruct",
301
+ "uiName": "mistral-nemo-12b-instruct",
302
+ "supportsTools": true
303
+ },
304
+ {
305
+ "apiName": "nvidia/ai-synthetic-video-detector",
306
+ "uiName": "ai-synthetic-video-detector",
307
+ "supportsTools": true
308
+ },
309
+ {
310
+ "apiName": "nvidia/cosmos-reason2-8b",
311
+ "uiName": "cosmos-reason2-8b",
312
+ "supportsTools": true
313
+ },
314
+ {
315
+ "apiName": "nvidia/embed-qa-4",
316
+ "uiName": "embed-qa-4",
317
+ "supportsTools": true
318
+ },
319
+ {
320
+ "apiName": "nvidia/gliner-pii",
321
+ "uiName": "gliner-pii",
322
+ "supportsTools": true
323
+ },
324
+ {
325
+ "apiName": "nvidia/ising-calibration-1-35b-a3b",
326
+ "uiName": "ising-calibration-1-35b-a3b",
327
+ "supportsTools": true
328
+ },
329
+ {
330
+ "apiName": "nvidia/llama-3.1-nemoguard-8b-content-safety",
331
+ "uiName": "llama-3.1-nemoguard-8b-content-safety",
332
+ "supportsTools": true
333
+ },
334
+ {
335
+ "apiName": "nvidia/llama-3.1-nemoguard-8b-topic-control",
336
+ "uiName": "llama-3.1-nemoguard-8b-topic-control",
337
+ "supportsTools": true
338
+ },
339
+ {
340
+ "apiName": "nvidia/llama-3.1-nemotron-51b-instruct",
341
+ "uiName": "llama-3.1-nemotron-51b-instruct",
342
+ "supportsTools": true
343
+ },
344
+ {
345
+ "apiName": "nvidia/llama-3.1-nemotron-70b-instruct",
346
+ "uiName": "llama-3.1-nemotron-70b-instruct",
347
+ "supportsTools": true
348
+ },
349
+ {
350
+ "apiName": "nvidia/llama-3.1-nemotron-nano-8b-v1",
351
+ "uiName": "llama-3.1-nemotron-nano-8b-v1",
352
+ "supportsTools": true
353
+ },
354
+ {
355
+ "apiName": "nvidia/llama-3.1-nemotron-nano-vl-8b-v1",
356
+ "uiName": "llama-3.1-nemotron-nano-vl-8b-v1",
357
+ "supportsTools": true
358
+ },
359
+ {
360
+ "apiName": "nvidia/llama-3.1-nemotron-safety-guard-8b-v3",
361
+ "uiName": "llama-3.1-nemotron-safety-guard-8b-v3",
362
+ "supportsTools": true
363
+ },
364
+ {
365
+ "apiName": "nvidia/llama-3.1-nemotron-ultra-253b-v1",
366
+ "uiName": "llama-3.1-nemotron-ultra-253b-v1",
367
+ "supportsTools": true
368
+ },
369
+ {
370
+ "apiName": "nvidia/llama-3.2-nemoretriever-1b-vlm-embed-v1",
371
+ "uiName": "llama-3.2-nemoretriever-1b-vlm-embed-v1",
372
+ "supportsTools": true
373
+ },
374
+ {
375
+ "apiName": "nvidia/llama-3.2-nv-embedqa-1b-v1",
376
+ "uiName": "llama-3.2-nv-embedqa-1b-v1",
377
+ "supportsTools": true
378
+ },
379
+ {
380
+ "apiName": "nvidia/llama-3.3-nemotron-super-49b-v1",
381
+ "uiName": "llama-3.3-nemotron-super-49b-v1",
382
+ "supportsTools": true
383
+ },
384
+ {
385
+ "apiName": "nvidia/llama-3.3-nemotron-super-49b-v1.5",
386
+ "uiName": "llama-3.3-nemotron-super-49b-v1.5",
387
+ "supportsTools": true
388
+ },
389
+ {
390
+ "apiName": "nvidia/llama-nemotron-embed-1b-v2",
391
+ "uiName": "llama-nemotron-embed-1b-v2",
392
+ "supportsTools": true
393
+ },
394
+ {
395
+ "apiName": "nvidia/llama-nemotron-embed-vl-1b-v2",
396
+ "uiName": "llama-nemotron-embed-vl-1b-v2",
397
+ "supportsTools": true
398
+ },
399
+ {
400
+ "apiName": "nvidia/llama3-chatqa-1.5-70b",
401
+ "uiName": "llama3-chatqa-1.5-70b",
402
+ "supportsTools": true
403
+ },
404
+ {
405
+ "apiName": "nvidia/mistral-nemo-minitron-8b-8k-instruct",
406
+ "uiName": "mistral-nemo-minitron-8b-8k-instruct",
407
+ "supportsTools": true
408
+ },
409
+ {
410
+ "apiName": "nvidia/nemoretriever-parse",
411
+ "uiName": "nemoretriever-parse",
412
+ "supportsTools": true
413
+ },
414
+ {
415
+ "apiName": "nvidia/nemotron-3-content-safety",
416
+ "uiName": "nemotron-3-content-safety",
417
+ "supportsTools": true
418
+ },
419
+ {
420
+ "apiName": "nvidia/nemotron-3-nano-30b-a3b",
421
+ "uiName": "nemotron-3-nano-30b-a3b",
422
+ "supportsTools": true
423
+ },
424
+ {
425
+ "apiName": "nvidia/nemotron-3-nano-omni-30b-a3b-reasoning",
426
+ "uiName": "nemotron-3-nano-omni-30b-a3b-reasoning",
427
+ "supportsTools": true
428
+ },
429
+ {
430
+ "apiName": "nvidia/nemotron-3-super-120b-a12b",
431
+ "uiName": "nemotron-3-super-120b-a12b",
432
+ "supportsTools": true
433
+ },
434
+ {
435
+ "apiName": "nvidia/nemotron-3-ultra-550b-a55b",
436
+ "uiName": "nemotron-3-ultra-550b-a55b",
437
+ "supportsTools": true
438
+ },
439
+ {
440
+ "apiName": "nvidia/nemotron-3.5-content-safety",
441
+ "uiName": "nemotron-3.5-content-safety",
442
+ "supportsTools": true
443
+ },
444
+ {
445
+ "apiName": "nvidia/nemotron-4-340b-instruct",
446
+ "uiName": "nemotron-4-340b-instruct",
447
+ "supportsTools": true
448
+ },
449
+ {
450
+ "apiName": "nvidia/nemotron-4-340b-reward",
451
+ "uiName": "nemotron-4-340b-reward",
452
+ "supportsTools": true
453
+ },
454
+ {
455
+ "apiName": "nvidia/nemotron-content-safety-reasoning-4b",
456
+ "uiName": "nemotron-content-safety-reasoning-4b",
457
+ "supportsTools": true
458
+ },
459
+ {
460
+ "apiName": "nvidia/nemotron-mini-4b-instruct",
461
+ "uiName": "nemotron-mini-4b-instruct",
462
+ "supportsTools": true
463
+ },
464
+ {
465
+ "apiName": "nvidia/nemotron-nano-12b-v2-vl",
466
+ "uiName": "nemotron-nano-12b-v2-vl",
467
+ "supportsTools": true
468
+ },
469
+ {
470
+ "apiName": "nvidia/nemotron-nano-3-30b-a3b",
471
+ "uiName": "nemotron-nano-3-30b-a3b",
472
+ "supportsTools": true
473
+ },
474
+ {
475
+ "apiName": "nvidia/nemotron-parse",
476
+ "uiName": "nemotron-parse",
477
+ "supportsTools": true
478
+ },
479
+ {
480
+ "apiName": "nvidia/neva-22b",
481
+ "uiName": "neva-22b",
482
+ "supportsTools": true
483
+ },
484
+ {
485
+ "apiName": "nvidia/nv-embed-v1",
486
+ "uiName": "nv-embed-v1",
487
+ "supportsTools": true
488
+ },
489
+ {
490
+ "apiName": "nvidia/nv-embedcode-7b-v1",
491
+ "uiName": "nv-embedcode-7b-v1",
492
+ "supportsTools": true
493
+ },
494
+ {
495
+ "apiName": "nvidia/nv-embedqa-e5-v5",
496
+ "uiName": "nv-embedqa-e5-v5",
497
+ "supportsTools": true
498
+ },
499
+ {
500
+ "apiName": "nvidia/nv-embedqa-mistral-7b-v2",
501
+ "uiName": "nv-embedqa-mistral-7b-v2",
502
+ "supportsTools": true
503
+ },
504
+ {
505
+ "apiName": "nvidia/nvclip",
506
+ "uiName": "nvclip",
507
+ "supportsTools": true
508
+ },
509
+ {
510
+ "apiName": "nvidia/nvidia-nemotron-nano-9b-v2",
511
+ "uiName": "nvidia-nemotron-nano-9b-v2",
512
+ "supportsTools": true
513
+ },
514
+ {
515
+ "apiName": "nvidia/riva-translate-4b-instruct",
516
+ "uiName": "riva-translate-4b-instruct",
517
+ "supportsTools": true
518
+ },
519
+ {
520
+ "apiName": "nvidia/riva-translate-4b-instruct-v1.1",
521
+ "uiName": "riva-translate-4b-instruct-v1.1",
522
+ "supportsTools": true
523
+ },
524
+ {
525
+ "apiName": "nvidia/vila",
526
+ "uiName": "vila",
527
+ "supportsTools": true
528
+ },
529
+ {
530
+ "apiName": "openai/gpt-oss-120b",
531
+ "uiName": "gpt-oss-120b",
532
+ "supportsTools": true
533
+ },
534
+ {
535
+ "apiName": "openai/gpt-oss-20b",
536
+ "uiName": "gpt-oss-20b",
537
+ "supportsTools": true
538
+ },
539
+ {
540
+ "apiName": "qwen/qwen3-next-80b-a3b-instruct",
541
+ "uiName": "qwen3-next-80b-a3b-instruct",
542
+ "supportsTools": true
543
+ },
544
+ {
545
+ "apiName": "qwen/qwen3.5-122b-a10b",
546
+ "uiName": "qwen3.5-122b-a10b",
547
+ "supportsTools": true
548
+ },
549
+ {
550
+ "apiName": "qwen/qwen3.5-397b-a17b",
551
+ "uiName": "qwen3.5-397b-a17b",
552
+ "supportsTools": true
553
+ },
554
+ {
555
+ "apiName": "sarvamai/sarvam-m",
556
+ "uiName": "sarvam-m",
557
+ "supportsTools": true
558
+ },
559
+ {
560
+ "apiName": "snowflake/arctic-embed-l",
561
+ "uiName": "arctic-embed-l",
562
+ "supportsTools": true
563
+ },
564
+ {
565
+ "apiName": "stepfun-ai/step-3.5-flash",
566
+ "uiName": "step-3.5-flash",
567
+ "supportsTools": true
568
+ },
569
+ {
570
+ "apiName": "stepfun-ai/step-3.7-flash",
571
+ "uiName": "step-3.7-flash",
572
+ "supportsTools": true
573
+ },
574
+ {
575
+ "apiName": "stockmark/stockmark-2-100b-instruct",
576
+ "uiName": "stockmark-2-100b-instruct",
577
+ "supportsTools": true
578
+ },
579
+ {
580
+ "apiName": "upstage/solar-10.7b-instruct",
581
+ "uiName": "solar-10.7b-instruct",
582
+ "supportsTools": true
583
+ },
584
+ {
585
+ "apiName": "writer/palmyra-creative-122b",
586
+ "uiName": "palmyra-creative-122b",
587
+ "supportsTools": true
588
+ },
589
+ {
590
+ "apiName": "writer/palmyra-fin-70b-32k",
591
+ "uiName": "palmyra-fin-70b-32k",
592
+ "supportsTools": true
593
+ },
594
+ {
595
+ "apiName": "writer/palmyra-med-70b",
596
+ "uiName": "palmyra-med-70b",
597
+ "supportsTools": true
598
+ },
599
+ {
600
+ "apiName": "writer/palmyra-med-70b-32k",
601
+ "uiName": "palmyra-med-70b-32k",
602
+ "supportsTools": true
603
+ },
604
+ {
605
+ "apiName": "z-ai/glm-5.1",
606
+ "uiName": "glm-5.1",
607
+ "supportsTools": true
608
+ },
609
+ {
610
+ "apiName": "zyphra/zamba2-7b-instruct",
611
+ "uiName": "zamba2-7b-instruct",
612
+ "supportsTools": true
613
+ }
614
+ ]
615
+ }
616
+ ];
617
+
618
+ export default providers;