@theokit/sdk 4.19.2 → 4.19.4
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/dist/cron.cjs +20 -25
- package/dist/cron.cjs.map +1 -1
- package/dist/cron.js +21 -26
- package/dist/cron.js.map +1 -1
- package/dist/eval.cjs +20 -25
- package/dist/eval.cjs.map +1 -1
- package/dist/eval.js +21 -26
- package/dist/eval.js.map +1 -1
- package/dist/filesystem/index.cjs +7 -2
- package/dist/filesystem/index.cjs.map +1 -1
- package/dist/filesystem/index.js +7 -2
- package/dist/filesystem/index.js.map +1 -1
- package/dist/index.cjs +20 -25
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +20 -25
- package/dist/index.js.map +1 -1
- package/dist/internal/persistence/index.cjs +1 -3
- package/dist/internal/persistence/index.cjs.map +1 -1
- package/dist/internal/persistence/index.js +1 -3
- package/dist/internal/persistence/index.js.map +1 -1
- package/dist/internal/security/index.cjs +7 -2
- package/dist/internal/security/index.cjs.map +1 -1
- package/dist/internal/security/index.js +8 -3
- package/dist/internal/security/index.js.map +1 -1
- package/dist/path-safety.cjs +7 -2
- package/dist/path-safety.cjs.map +1 -1
- package/dist/path-safety.js +8 -3
- package/dist/path-safety.js.map +1 -1
- package/dist/persistence.cjs +1 -3
- package/dist/persistence.cjs.map +1 -1
- package/dist/persistence.js +1 -3
- package/dist/persistence.js.map +1 -1
- package/dist/provider-catalog.json +469 -144
- package/dist/skills.cjs +7 -2
- package/dist/skills.cjs.map +1 -1
- package/dist/skills.js +7 -2
- package/dist/skills.js.map +1 -1
- package/dist/workflow.cjs.map +1 -1
- package/dist/workflow.js.map +1 -1
- package/package.json +13 -12
|
@@ -5,8 +5,13 @@
|
|
|
5
5
|
"apiMode": "chat_completions",
|
|
6
6
|
"authType": "api_key",
|
|
7
7
|
"baseUrl": "https://api.openai.com/v1",
|
|
8
|
-
"envVars": [
|
|
9
|
-
|
|
8
|
+
"envVars": [
|
|
9
|
+
"OPENAI_API_KEY"
|
|
10
|
+
],
|
|
11
|
+
"fallbackModels": [
|
|
12
|
+
"gpt-4o-mini",
|
|
13
|
+
"gpt-4o"
|
|
14
|
+
],
|
|
10
15
|
"capabilities": {
|
|
11
16
|
"supportsToolUse": true,
|
|
12
17
|
"supportsVision": true,
|
|
@@ -14,7 +19,10 @@
|
|
|
14
19
|
"supportsStreaming": true,
|
|
15
20
|
"supportsCacheControl": false
|
|
16
21
|
},
|
|
17
|
-
"aliases": [
|
|
22
|
+
"aliases": [
|
|
23
|
+
"openai",
|
|
24
|
+
"openai-chatgpt"
|
|
25
|
+
],
|
|
18
26
|
"models": {
|
|
19
27
|
"gpt-4o-mini": {
|
|
20
28
|
"name": "GPT-4o mini",
|
|
@@ -34,8 +42,13 @@
|
|
|
34
42
|
"output": 16384
|
|
35
43
|
},
|
|
36
44
|
"modalities": {
|
|
37
|
-
"input": [
|
|
38
|
-
|
|
45
|
+
"input": [
|
|
46
|
+
"text",
|
|
47
|
+
"image"
|
|
48
|
+
],
|
|
49
|
+
"output": [
|
|
50
|
+
"text"
|
|
51
|
+
]
|
|
39
52
|
},
|
|
40
53
|
"cache_control": false
|
|
41
54
|
},
|
|
@@ -57,8 +70,13 @@
|
|
|
57
70
|
"output": 16384
|
|
58
71
|
},
|
|
59
72
|
"modalities": {
|
|
60
|
-
"input": [
|
|
61
|
-
|
|
73
|
+
"input": [
|
|
74
|
+
"text",
|
|
75
|
+
"image"
|
|
76
|
+
],
|
|
77
|
+
"output": [
|
|
78
|
+
"text"
|
|
79
|
+
]
|
|
62
80
|
},
|
|
63
81
|
"cache_control": false
|
|
64
82
|
},
|
|
@@ -79,8 +97,13 @@
|
|
|
79
97
|
"output": 4096
|
|
80
98
|
},
|
|
81
99
|
"modalities": {
|
|
82
|
-
"input": [
|
|
83
|
-
|
|
100
|
+
"input": [
|
|
101
|
+
"text",
|
|
102
|
+
"image"
|
|
103
|
+
],
|
|
104
|
+
"output": [
|
|
105
|
+
"text"
|
|
106
|
+
]
|
|
84
107
|
},
|
|
85
108
|
"cache_control": false
|
|
86
109
|
},
|
|
@@ -102,8 +125,12 @@
|
|
|
102
125
|
"output": 100000
|
|
103
126
|
},
|
|
104
127
|
"modalities": {
|
|
105
|
-
"input": [
|
|
106
|
-
|
|
128
|
+
"input": [
|
|
129
|
+
"text"
|
|
130
|
+
],
|
|
131
|
+
"output": [
|
|
132
|
+
"text"
|
|
133
|
+
]
|
|
107
134
|
},
|
|
108
135
|
"cache_control": false
|
|
109
136
|
},
|
|
@@ -125,8 +152,12 @@
|
|
|
125
152
|
"output": 100000
|
|
126
153
|
},
|
|
127
154
|
"modalities": {
|
|
128
|
-
"input": [
|
|
129
|
-
|
|
155
|
+
"input": [
|
|
156
|
+
"text"
|
|
157
|
+
],
|
|
158
|
+
"output": [
|
|
159
|
+
"text"
|
|
160
|
+
]
|
|
130
161
|
},
|
|
131
162
|
"cache_control": false
|
|
132
163
|
},
|
|
@@ -148,8 +179,13 @@
|
|
|
148
179
|
"output": 32768
|
|
149
180
|
},
|
|
150
181
|
"modalities": {
|
|
151
|
-
"input": [
|
|
152
|
-
|
|
182
|
+
"input": [
|
|
183
|
+
"text",
|
|
184
|
+
"image"
|
|
185
|
+
],
|
|
186
|
+
"output": [
|
|
187
|
+
"text"
|
|
188
|
+
]
|
|
153
189
|
},
|
|
154
190
|
"cache_control": false
|
|
155
191
|
},
|
|
@@ -185,8 +221,13 @@
|
|
|
185
221
|
"apiMode": "anthropic_messages",
|
|
186
222
|
"authType": "api_key",
|
|
187
223
|
"baseUrl": "https://api.anthropic.com/v1",
|
|
188
|
-
"envVars": [
|
|
189
|
-
|
|
224
|
+
"envVars": [
|
|
225
|
+
"ANTHROPIC_API_KEY"
|
|
226
|
+
],
|
|
227
|
+
"fallbackModels": [
|
|
228
|
+
"claude-sonnet-4-20250514",
|
|
229
|
+
"claude-3-5-haiku-latest"
|
|
230
|
+
],
|
|
190
231
|
"capabilities": {
|
|
191
232
|
"supportsToolUse": true,
|
|
192
233
|
"supportsVision": true,
|
|
@@ -194,14 +235,18 @@
|
|
|
194
235
|
"supportsStreaming": true,
|
|
195
236
|
"supportsCacheControl": true
|
|
196
237
|
},
|
|
197
|
-
"aliases": [
|
|
238
|
+
"aliases": [
|
|
239
|
+
"anthropic"
|
|
240
|
+
],
|
|
198
241
|
"models": {
|
|
199
242
|
"claude-3-5-haiku-latest": {
|
|
200
243
|
"tool_call": true,
|
|
201
244
|
"structured_output": false,
|
|
202
245
|
"cache_control": true,
|
|
203
246
|
"modalities": {
|
|
204
|
-
"input": [
|
|
247
|
+
"input": [
|
|
248
|
+
"text"
|
|
249
|
+
]
|
|
205
250
|
},
|
|
206
251
|
"limit": {
|
|
207
252
|
"context": 200000,
|
|
@@ -227,8 +272,14 @@
|
|
|
227
272
|
"output": 128000
|
|
228
273
|
},
|
|
229
274
|
"modalities": {
|
|
230
|
-
"input": [
|
|
231
|
-
|
|
275
|
+
"input": [
|
|
276
|
+
"text",
|
|
277
|
+
"image",
|
|
278
|
+
"pdf"
|
|
279
|
+
],
|
|
280
|
+
"output": [
|
|
281
|
+
"text"
|
|
282
|
+
]
|
|
232
283
|
},
|
|
233
284
|
"cache_control": true
|
|
234
285
|
},
|
|
@@ -251,8 +302,14 @@
|
|
|
251
302
|
"output": 128000
|
|
252
303
|
},
|
|
253
304
|
"modalities": {
|
|
254
|
-
"input": [
|
|
255
|
-
|
|
305
|
+
"input": [
|
|
306
|
+
"text",
|
|
307
|
+
"image",
|
|
308
|
+
"pdf"
|
|
309
|
+
],
|
|
310
|
+
"output": [
|
|
311
|
+
"text"
|
|
312
|
+
]
|
|
256
313
|
},
|
|
257
314
|
"cache_control": true
|
|
258
315
|
},
|
|
@@ -275,8 +332,14 @@
|
|
|
275
332
|
"output": 64000
|
|
276
333
|
},
|
|
277
334
|
"modalities": {
|
|
278
|
-
"input": [
|
|
279
|
-
|
|
335
|
+
"input": [
|
|
336
|
+
"text",
|
|
337
|
+
"image",
|
|
338
|
+
"pdf"
|
|
339
|
+
],
|
|
340
|
+
"output": [
|
|
341
|
+
"text"
|
|
342
|
+
]
|
|
280
343
|
},
|
|
281
344
|
"cache_control": true
|
|
282
345
|
},
|
|
@@ -285,7 +348,10 @@
|
|
|
285
348
|
"structured_output": false,
|
|
286
349
|
"cache_control": true,
|
|
287
350
|
"modalities": {
|
|
288
|
-
"input": [
|
|
351
|
+
"input": [
|
|
352
|
+
"text",
|
|
353
|
+
"image"
|
|
354
|
+
]
|
|
289
355
|
},
|
|
290
356
|
"limit": {
|
|
291
357
|
"context": 200000,
|
|
@@ -297,7 +363,10 @@
|
|
|
297
363
|
"structured_output": false,
|
|
298
364
|
"cache_control": true,
|
|
299
365
|
"modalities": {
|
|
300
|
-
"input": [
|
|
366
|
+
"input": [
|
|
367
|
+
"text",
|
|
368
|
+
"image"
|
|
369
|
+
]
|
|
301
370
|
},
|
|
302
371
|
"limit": {
|
|
303
372
|
"context": 200000,
|
|
@@ -309,7 +378,10 @@
|
|
|
309
378
|
"structured_output": false,
|
|
310
379
|
"cache_control": true,
|
|
311
380
|
"modalities": {
|
|
312
|
-
"input": [
|
|
381
|
+
"input": [
|
|
382
|
+
"text",
|
|
383
|
+
"image"
|
|
384
|
+
]
|
|
313
385
|
},
|
|
314
386
|
"limit": {
|
|
315
387
|
"context": 200000,
|
|
@@ -321,7 +393,10 @@
|
|
|
321
393
|
"structured_output": false,
|
|
322
394
|
"cache_control": true,
|
|
323
395
|
"modalities": {
|
|
324
|
-
"input": [
|
|
396
|
+
"input": [
|
|
397
|
+
"text",
|
|
398
|
+
"image"
|
|
399
|
+
]
|
|
325
400
|
},
|
|
326
401
|
"limit": {
|
|
327
402
|
"context": 200000,
|
|
@@ -333,7 +408,10 @@
|
|
|
333
408
|
"structured_output": false,
|
|
334
409
|
"cache_control": true,
|
|
335
410
|
"modalities": {
|
|
336
|
-
"input": [
|
|
411
|
+
"input": [
|
|
412
|
+
"text",
|
|
413
|
+
"image"
|
|
414
|
+
]
|
|
337
415
|
},
|
|
338
416
|
"limit": {
|
|
339
417
|
"context": 200000,
|
|
@@ -345,7 +423,10 @@
|
|
|
345
423
|
"structured_output": false,
|
|
346
424
|
"cache_control": true,
|
|
347
425
|
"modalities": {
|
|
348
|
-
"input": [
|
|
426
|
+
"input": [
|
|
427
|
+
"text",
|
|
428
|
+
"image"
|
|
429
|
+
]
|
|
349
430
|
},
|
|
350
431
|
"limit": {
|
|
351
432
|
"context": 200000,
|
|
@@ -357,7 +438,10 @@
|
|
|
357
438
|
"structured_output": false,
|
|
358
439
|
"cache_control": true,
|
|
359
440
|
"modalities": {
|
|
360
|
-
"input": [
|
|
441
|
+
"input": [
|
|
442
|
+
"text",
|
|
443
|
+
"image"
|
|
444
|
+
]
|
|
361
445
|
},
|
|
362
446
|
"limit": {
|
|
363
447
|
"context": 200000,
|
|
@@ -369,7 +453,10 @@
|
|
|
369
453
|
"structured_output": false,
|
|
370
454
|
"cache_control": true,
|
|
371
455
|
"modalities": {
|
|
372
|
-
"input": [
|
|
456
|
+
"input": [
|
|
457
|
+
"text",
|
|
458
|
+
"image"
|
|
459
|
+
]
|
|
373
460
|
},
|
|
374
461
|
"limit": {
|
|
375
462
|
"context": 200000,
|
|
@@ -381,7 +468,10 @@
|
|
|
381
468
|
"structured_output": false,
|
|
382
469
|
"cache_control": true,
|
|
383
470
|
"modalities": {
|
|
384
|
-
"input": [
|
|
471
|
+
"input": [
|
|
472
|
+
"text",
|
|
473
|
+
"image"
|
|
474
|
+
]
|
|
385
475
|
},
|
|
386
476
|
"limit": {
|
|
387
477
|
"context": 200000,
|
|
@@ -396,8 +486,12 @@
|
|
|
396
486
|
"apiMode": "chat_completions",
|
|
397
487
|
"authType": "api_key",
|
|
398
488
|
"baseUrl": "https://openrouter.ai/api/v1",
|
|
399
|
-
"envVars": [
|
|
400
|
-
|
|
489
|
+
"envVars": [
|
|
490
|
+
"OPENROUTER_API_KEY"
|
|
491
|
+
],
|
|
492
|
+
"fallbackModels": [
|
|
493
|
+
"openai/gpt-4o-mini"
|
|
494
|
+
],
|
|
401
495
|
"capabilities": {
|
|
402
496
|
"supportsToolUse": true,
|
|
403
497
|
"supportsVision": true,
|
|
@@ -405,7 +499,9 @@
|
|
|
405
499
|
"supportsStreaming": true,
|
|
406
500
|
"supportsCacheControl": false
|
|
407
501
|
},
|
|
408
|
-
"aliases": [
|
|
502
|
+
"aliases": [
|
|
503
|
+
"openrouter"
|
|
504
|
+
]
|
|
409
505
|
},
|
|
410
506
|
{
|
|
411
507
|
"id": "groq",
|
|
@@ -413,8 +509,12 @@
|
|
|
413
509
|
"apiMode": "chat_completions",
|
|
414
510
|
"authType": "api_key",
|
|
415
511
|
"baseUrl": "https://api.groq.com/openai/v1",
|
|
416
|
-
"envVars": [
|
|
417
|
-
|
|
512
|
+
"envVars": [
|
|
513
|
+
"GROQ_API_KEY"
|
|
514
|
+
],
|
|
515
|
+
"fallbackModels": [
|
|
516
|
+
"llama-3.3-70b-versatile"
|
|
517
|
+
],
|
|
418
518
|
"capabilities": {
|
|
419
519
|
"supportsToolUse": true,
|
|
420
520
|
"supportsVision": true,
|
|
@@ -439,8 +539,12 @@
|
|
|
439
539
|
"output": 32768
|
|
440
540
|
},
|
|
441
541
|
"modalities": {
|
|
442
|
-
"input": [
|
|
443
|
-
|
|
542
|
+
"input": [
|
|
543
|
+
"text"
|
|
544
|
+
],
|
|
545
|
+
"output": [
|
|
546
|
+
"text"
|
|
547
|
+
]
|
|
444
548
|
}
|
|
445
549
|
}
|
|
446
550
|
}
|
|
@@ -451,8 +555,12 @@
|
|
|
451
555
|
"apiMode": "chat_completions",
|
|
452
556
|
"authType": "api_key",
|
|
453
557
|
"baseUrl": "https://api.mistral.ai/v1",
|
|
454
|
-
"envVars": [
|
|
455
|
-
|
|
558
|
+
"envVars": [
|
|
559
|
+
"MISTRAL_API_KEY"
|
|
560
|
+
],
|
|
561
|
+
"fallbackModels": [
|
|
562
|
+
"mistral-large-latest"
|
|
563
|
+
],
|
|
456
564
|
"capabilities": {
|
|
457
565
|
"supportsToolUse": true,
|
|
458
566
|
"supportsVision": true,
|
|
@@ -477,8 +585,13 @@
|
|
|
477
585
|
"output": 262144
|
|
478
586
|
},
|
|
479
587
|
"modalities": {
|
|
480
|
-
"input": [
|
|
481
|
-
|
|
588
|
+
"input": [
|
|
589
|
+
"text",
|
|
590
|
+
"image"
|
|
591
|
+
],
|
|
592
|
+
"output": [
|
|
593
|
+
"text"
|
|
594
|
+
]
|
|
482
595
|
}
|
|
483
596
|
}
|
|
484
597
|
}
|
|
@@ -489,8 +602,12 @@
|
|
|
489
602
|
"apiMode": "chat_completions",
|
|
490
603
|
"authType": "api_key",
|
|
491
604
|
"baseUrl": "https://api.deepseek.com/v1",
|
|
492
|
-
"envVars": [
|
|
493
|
-
|
|
605
|
+
"envVars": [
|
|
606
|
+
"DEEPSEEK_API_KEY"
|
|
607
|
+
],
|
|
608
|
+
"fallbackModels": [
|
|
609
|
+
"deepseek-chat"
|
|
610
|
+
],
|
|
494
611
|
"capabilities": {
|
|
495
612
|
"supportsToolUse": true,
|
|
496
613
|
"supportsVision": false,
|
|
@@ -516,8 +633,12 @@
|
|
|
516
633
|
"output": 384000
|
|
517
634
|
},
|
|
518
635
|
"modalities": {
|
|
519
|
-
"input": [
|
|
520
|
-
|
|
636
|
+
"input": [
|
|
637
|
+
"text"
|
|
638
|
+
],
|
|
639
|
+
"output": [
|
|
640
|
+
"text"
|
|
641
|
+
]
|
|
521
642
|
}
|
|
522
643
|
},
|
|
523
644
|
"deepseek-v4-flash": {
|
|
@@ -538,8 +659,12 @@
|
|
|
538
659
|
"output": 8000
|
|
539
660
|
},
|
|
540
661
|
"modalities": {
|
|
541
|
-
"input": [
|
|
542
|
-
|
|
662
|
+
"input": [
|
|
663
|
+
"text"
|
|
664
|
+
],
|
|
665
|
+
"output": [
|
|
666
|
+
"text"
|
|
667
|
+
]
|
|
543
668
|
},
|
|
544
669
|
"cache_control": false
|
|
545
670
|
},
|
|
@@ -548,7 +673,9 @@
|
|
|
548
673
|
"structured_output": false,
|
|
549
674
|
"cache_control": false,
|
|
550
675
|
"modalities": {
|
|
551
|
-
"input": [
|
|
676
|
+
"input": [
|
|
677
|
+
"text"
|
|
678
|
+
]
|
|
552
679
|
},
|
|
553
680
|
"limit": {
|
|
554
681
|
"context": 131072,
|
|
@@ -563,8 +690,12 @@
|
|
|
563
690
|
"apiMode": "chat_completions",
|
|
564
691
|
"authType": "api_key",
|
|
565
692
|
"baseUrl": "https://api.together.xyz/v1",
|
|
566
|
-
"envVars": [
|
|
567
|
-
|
|
693
|
+
"envVars": [
|
|
694
|
+
"TOGETHER_API_KEY"
|
|
695
|
+
],
|
|
696
|
+
"fallbackModels": [
|
|
697
|
+
"meta-llama/Meta-Llama-3.1-70B-Instruct-Turbo"
|
|
698
|
+
],
|
|
568
699
|
"capabilities": {
|
|
569
700
|
"supportsToolUse": true,
|
|
570
701
|
"supportsVision": true,
|
|
@@ -579,8 +710,12 @@
|
|
|
579
710
|
"apiMode": "chat_completions",
|
|
580
711
|
"authType": "api_key",
|
|
581
712
|
"baseUrl": "https://api.fireworks.ai/inference/v1",
|
|
582
|
-
"envVars": [
|
|
583
|
-
|
|
713
|
+
"envVars": [
|
|
714
|
+
"FIREWORKS_API_KEY"
|
|
715
|
+
],
|
|
716
|
+
"fallbackModels": [
|
|
717
|
+
"accounts/fireworks/models/llama-v3p1-70b-instruct"
|
|
718
|
+
],
|
|
584
719
|
"capabilities": {
|
|
585
720
|
"supportsToolUse": true,
|
|
586
721
|
"supportsVision": true,
|
|
@@ -595,8 +730,13 @@
|
|
|
595
730
|
"apiMode": "chat_completions",
|
|
596
731
|
"authType": "api_key",
|
|
597
732
|
"baseUrl": "https://generativelanguage.googleapis.com/v1beta/openai",
|
|
598
|
-
"envVars": [
|
|
599
|
-
|
|
733
|
+
"envVars": [
|
|
734
|
+
"GOOGLE_API_KEY",
|
|
735
|
+
"GEMINI_API_KEY"
|
|
736
|
+
],
|
|
737
|
+
"fallbackModels": [
|
|
738
|
+
"gemini-2.0-flash"
|
|
739
|
+
],
|
|
600
740
|
"capabilities": {
|
|
601
741
|
"supportsToolUse": true,
|
|
602
742
|
"supportsVision": true,
|
|
@@ -604,7 +744,10 @@
|
|
|
604
744
|
"supportsStreaming": true,
|
|
605
745
|
"supportsCacheControl": false
|
|
606
746
|
},
|
|
607
|
-
"aliases": [
|
|
747
|
+
"aliases": [
|
|
748
|
+
"gemini",
|
|
749
|
+
"google"
|
|
750
|
+
],
|
|
608
751
|
"models": {
|
|
609
752
|
"gemini-2.0-flash": {
|
|
610
753
|
"name": "Gemini 2.0 Flash",
|
|
@@ -624,8 +767,16 @@
|
|
|
624
767
|
"output": 8192
|
|
625
768
|
},
|
|
626
769
|
"modalities": {
|
|
627
|
-
"input": [
|
|
628
|
-
|
|
770
|
+
"input": [
|
|
771
|
+
"text",
|
|
772
|
+
"image",
|
|
773
|
+
"audio",
|
|
774
|
+
"video",
|
|
775
|
+
"pdf"
|
|
776
|
+
],
|
|
777
|
+
"output": [
|
|
778
|
+
"text"
|
|
779
|
+
]
|
|
629
780
|
},
|
|
630
781
|
"status": "deprecated"
|
|
631
782
|
},
|
|
@@ -647,8 +798,13 @@
|
|
|
647
798
|
"output": 8000
|
|
648
799
|
},
|
|
649
800
|
"modalities": {
|
|
650
|
-
"input": [
|
|
651
|
-
|
|
801
|
+
"input": [
|
|
802
|
+
"text",
|
|
803
|
+
"image"
|
|
804
|
+
],
|
|
805
|
+
"output": [
|
|
806
|
+
"text"
|
|
807
|
+
]
|
|
652
808
|
},
|
|
653
809
|
"cache_control": false
|
|
654
810
|
},
|
|
@@ -670,8 +826,13 @@
|
|
|
670
826
|
"output": 8000
|
|
671
827
|
},
|
|
672
828
|
"modalities": {
|
|
673
|
-
"input": [
|
|
674
|
-
|
|
829
|
+
"input": [
|
|
830
|
+
"text",
|
|
831
|
+
"image"
|
|
832
|
+
],
|
|
833
|
+
"output": [
|
|
834
|
+
"text"
|
|
835
|
+
]
|
|
675
836
|
},
|
|
676
837
|
"cache_control": false
|
|
677
838
|
}
|
|
@@ -684,7 +845,9 @@
|
|
|
684
845
|
"authType": "none",
|
|
685
846
|
"baseUrl": "http://localhost:11434/v1",
|
|
686
847
|
"envVars": [],
|
|
687
|
-
"fallbackModels": [
|
|
848
|
+
"fallbackModels": [
|
|
849
|
+
"llama3.2"
|
|
850
|
+
],
|
|
688
851
|
"capabilities": {
|
|
689
852
|
"supportsToolUse": true,
|
|
690
853
|
"supportsVision": true,
|
|
@@ -692,7 +855,9 @@
|
|
|
692
855
|
"supportsStreaming": true,
|
|
693
856
|
"supportsCacheControl": false
|
|
694
857
|
},
|
|
695
|
-
"aliases": [
|
|
858
|
+
"aliases": [
|
|
859
|
+
"ollama"
|
|
860
|
+
]
|
|
696
861
|
},
|
|
697
862
|
{
|
|
698
863
|
"id": "lmstudio",
|
|
@@ -701,7 +866,9 @@
|
|
|
701
866
|
"authType": "none",
|
|
702
867
|
"baseUrl": "http://localhost:1234/v1",
|
|
703
868
|
"envVars": [],
|
|
704
|
-
"fallbackModels": [
|
|
869
|
+
"fallbackModels": [
|
|
870
|
+
"lmstudio-community/default"
|
|
871
|
+
],
|
|
705
872
|
"capabilities": {
|
|
706
873
|
"supportsToolUse": true,
|
|
707
874
|
"supportsVision": false,
|
|
@@ -709,7 +876,9 @@
|
|
|
709
876
|
"supportsStreaming": true,
|
|
710
877
|
"supportsCacheControl": false
|
|
711
878
|
},
|
|
712
|
-
"aliases": [
|
|
879
|
+
"aliases": [
|
|
880
|
+
"lmstudio"
|
|
881
|
+
]
|
|
713
882
|
},
|
|
714
883
|
{
|
|
715
884
|
"id": "llamacpp",
|
|
@@ -718,7 +887,9 @@
|
|
|
718
887
|
"authType": "none",
|
|
719
888
|
"baseUrl": "http://localhost:8080/v1",
|
|
720
889
|
"envVars": [],
|
|
721
|
-
"fallbackModels": [
|
|
890
|
+
"fallbackModels": [
|
|
891
|
+
"default"
|
|
892
|
+
],
|
|
722
893
|
"capabilities": {
|
|
723
894
|
"supportsToolUse": true,
|
|
724
895
|
"supportsVision": false,
|
|
@@ -726,7 +897,9 @@
|
|
|
726
897
|
"supportsStreaming": true,
|
|
727
898
|
"supportsCacheControl": false
|
|
728
899
|
},
|
|
729
|
-
"aliases": [
|
|
900
|
+
"aliases": [
|
|
901
|
+
"llamacpp"
|
|
902
|
+
]
|
|
730
903
|
},
|
|
731
904
|
{
|
|
732
905
|
"id": "bedrock",
|
|
@@ -734,8 +907,13 @@
|
|
|
734
907
|
"apiMode": "bedrock",
|
|
735
908
|
"authType": "aws_sdk",
|
|
736
909
|
"baseUrl": "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
737
|
-
"envVars": [
|
|
738
|
-
|
|
910
|
+
"envVars": [
|
|
911
|
+
"AWS_ACCESS_KEY_ID",
|
|
912
|
+
"AWS_SECRET_ACCESS_KEY"
|
|
913
|
+
],
|
|
914
|
+
"fallbackModels": [
|
|
915
|
+
"anthropic.claude-3-5-sonnet-20241022-v2:0"
|
|
916
|
+
],
|
|
739
917
|
"capabilities": {
|
|
740
918
|
"supportsToolUse": true,
|
|
741
919
|
"supportsVision": true,
|
|
@@ -743,7 +921,9 @@
|
|
|
743
921
|
"supportsStreaming": true,
|
|
744
922
|
"supportsCacheControl": true
|
|
745
923
|
},
|
|
746
|
-
"aliases": [
|
|
924
|
+
"aliases": [
|
|
925
|
+
"bedrock"
|
|
926
|
+
]
|
|
747
927
|
},
|
|
748
928
|
{
|
|
749
929
|
"id": "vertex",
|
|
@@ -751,8 +931,12 @@
|
|
|
751
931
|
"apiMode": "chat_completions",
|
|
752
932
|
"authType": "gcp_oauth",
|
|
753
933
|
"baseUrl": "https://us-central1-aiplatform.googleapis.com/v1",
|
|
754
|
-
"envVars": [
|
|
755
|
-
|
|
934
|
+
"envVars": [
|
|
935
|
+
"GOOGLE_APPLICATION_CREDENTIALS"
|
|
936
|
+
],
|
|
937
|
+
"fallbackModels": [
|
|
938
|
+
"gemini-1.5-pro"
|
|
939
|
+
],
|
|
756
940
|
"capabilities": {
|
|
757
941
|
"supportsToolUse": true,
|
|
758
942
|
"supportsVision": true,
|
|
@@ -760,7 +944,9 @@
|
|
|
760
944
|
"supportsStreaming": true,
|
|
761
945
|
"supportsCacheControl": false
|
|
762
946
|
},
|
|
763
|
-
"aliases": [
|
|
947
|
+
"aliases": [
|
|
948
|
+
"vertex"
|
|
949
|
+
]
|
|
764
950
|
},
|
|
765
951
|
{
|
|
766
952
|
"id": "cohere",
|
|
@@ -768,8 +954,12 @@
|
|
|
768
954
|
"apiMode": "chat_completions",
|
|
769
955
|
"authType": "api_key",
|
|
770
956
|
"baseUrl": "https://api.cohere.com/v2",
|
|
771
|
-
"envVars": [
|
|
772
|
-
|
|
957
|
+
"envVars": [
|
|
958
|
+
"COHERE_API_KEY"
|
|
959
|
+
],
|
|
960
|
+
"fallbackModels": [
|
|
961
|
+
"command-r-plus"
|
|
962
|
+
],
|
|
773
963
|
"capabilities": {
|
|
774
964
|
"supportsToolUse": true,
|
|
775
965
|
"supportsVision": false,
|
|
@@ -784,8 +974,12 @@
|
|
|
784
974
|
"apiMode": "chat_completions",
|
|
785
975
|
"authType": "api_key",
|
|
786
976
|
"baseUrl": "https://api.perplexity.ai",
|
|
787
|
-
"envVars": [
|
|
788
|
-
|
|
977
|
+
"envVars": [
|
|
978
|
+
"PERPLEXITY_API_KEY"
|
|
979
|
+
],
|
|
980
|
+
"fallbackModels": [
|
|
981
|
+
"llama-3.1-sonar-large-128k-online"
|
|
982
|
+
],
|
|
789
983
|
"capabilities": {
|
|
790
984
|
"supportsToolUse": false,
|
|
791
985
|
"supportsVision": false,
|
|
@@ -800,8 +994,12 @@
|
|
|
800
994
|
"apiMode": "chat_completions",
|
|
801
995
|
"authType": "api_key",
|
|
802
996
|
"baseUrl": "https://api.x.ai/v1",
|
|
803
|
-
"envVars": [
|
|
804
|
-
|
|
997
|
+
"envVars": [
|
|
998
|
+
"XAI_API_KEY"
|
|
999
|
+
],
|
|
1000
|
+
"fallbackModels": [
|
|
1001
|
+
"grok-2"
|
|
1002
|
+
],
|
|
805
1003
|
"capabilities": {
|
|
806
1004
|
"supportsToolUse": true,
|
|
807
1005
|
"supportsVision": true,
|
|
@@ -809,7 +1007,9 @@
|
|
|
809
1007
|
"supportsStreaming": true,
|
|
810
1008
|
"supportsCacheControl": false
|
|
811
1009
|
},
|
|
812
|
-
"aliases": [
|
|
1010
|
+
"aliases": [
|
|
1011
|
+
"grok"
|
|
1012
|
+
]
|
|
813
1013
|
},
|
|
814
1014
|
{
|
|
815
1015
|
"id": "sambanova",
|
|
@@ -817,8 +1017,12 @@
|
|
|
817
1017
|
"apiMode": "chat_completions",
|
|
818
1018
|
"authType": "api_key",
|
|
819
1019
|
"baseUrl": "https://api.sambanova.ai/v1",
|
|
820
|
-
"envVars": [
|
|
821
|
-
|
|
1020
|
+
"envVars": [
|
|
1021
|
+
"SAMBANOVA_API_KEY"
|
|
1022
|
+
],
|
|
1023
|
+
"fallbackModels": [
|
|
1024
|
+
"Meta-Llama-3.1-70B-Instruct"
|
|
1025
|
+
],
|
|
822
1026
|
"capabilities": {
|
|
823
1027
|
"supportsToolUse": true,
|
|
824
1028
|
"supportsVision": false,
|
|
@@ -833,8 +1037,12 @@
|
|
|
833
1037
|
"apiMode": "chat_completions",
|
|
834
1038
|
"authType": "api_key",
|
|
835
1039
|
"baseUrl": "https://api.cerebras.ai/v1",
|
|
836
|
-
"envVars": [
|
|
837
|
-
|
|
1040
|
+
"envVars": [
|
|
1041
|
+
"CEREBRAS_API_KEY"
|
|
1042
|
+
],
|
|
1043
|
+
"fallbackModels": [
|
|
1044
|
+
"llama3.1-70b"
|
|
1045
|
+
],
|
|
838
1046
|
"capabilities": {
|
|
839
1047
|
"supportsToolUse": true,
|
|
840
1048
|
"supportsVision": false,
|
|
@@ -849,8 +1057,12 @@
|
|
|
849
1057
|
"apiMode": "chat_completions",
|
|
850
1058
|
"authType": "api_key",
|
|
851
1059
|
"baseUrl": "https://api.deepinfra.com/v1/openai",
|
|
852
|
-
"envVars": [
|
|
853
|
-
|
|
1060
|
+
"envVars": [
|
|
1061
|
+
"DEEPINFRA_API_KEY"
|
|
1062
|
+
],
|
|
1063
|
+
"fallbackModels": [
|
|
1064
|
+
"meta-llama/Meta-Llama-3.1-70B-Instruct"
|
|
1065
|
+
],
|
|
854
1066
|
"capabilities": {
|
|
855
1067
|
"supportsToolUse": true,
|
|
856
1068
|
"supportsVision": true,
|
|
@@ -865,8 +1077,13 @@
|
|
|
865
1077
|
"apiMode": "chat_completions",
|
|
866
1078
|
"authType": "api_key",
|
|
867
1079
|
"baseUrl": "https://api-inference.huggingface.co/v1",
|
|
868
|
-
"envVars": [
|
|
869
|
-
|
|
1080
|
+
"envVars": [
|
|
1081
|
+
"HF_TOKEN",
|
|
1082
|
+
"HUGGINGFACE_API_KEY"
|
|
1083
|
+
],
|
|
1084
|
+
"fallbackModels": [
|
|
1085
|
+
"meta-llama/Llama-3.2-3B-Instruct"
|
|
1086
|
+
],
|
|
870
1087
|
"capabilities": {
|
|
871
1088
|
"supportsToolUse": true,
|
|
872
1089
|
"supportsVision": false,
|
|
@@ -881,8 +1098,12 @@
|
|
|
881
1098
|
"apiMode": "chat_completions",
|
|
882
1099
|
"authType": "api_key",
|
|
883
1100
|
"baseUrl": "https://integrate.api.nvidia.com/v1",
|
|
884
|
-
"envVars": [
|
|
885
|
-
|
|
1101
|
+
"envVars": [
|
|
1102
|
+
"NVIDIA_API_KEY"
|
|
1103
|
+
],
|
|
1104
|
+
"fallbackModels": [
|
|
1105
|
+
"meta/llama-3.1-70b-instruct"
|
|
1106
|
+
],
|
|
886
1107
|
"capabilities": {
|
|
887
1108
|
"supportsToolUse": true,
|
|
888
1109
|
"supportsVision": true,
|
|
@@ -897,8 +1118,12 @@
|
|
|
897
1118
|
"apiMode": "chat_completions",
|
|
898
1119
|
"authType": "api_key",
|
|
899
1120
|
"baseUrl": "https://llama3-1-70b.lepton.run/api/v1",
|
|
900
|
-
"envVars": [
|
|
901
|
-
|
|
1121
|
+
"envVars": [
|
|
1122
|
+
"LEPTON_API_KEY"
|
|
1123
|
+
],
|
|
1124
|
+
"fallbackModels": [
|
|
1125
|
+
"llama3-1-70b"
|
|
1126
|
+
],
|
|
902
1127
|
"capabilities": {
|
|
903
1128
|
"supportsToolUse": true,
|
|
904
1129
|
"supportsVision": false,
|
|
@@ -913,8 +1138,12 @@
|
|
|
913
1138
|
"apiMode": "chat_completions",
|
|
914
1139
|
"authType": "api_key",
|
|
915
1140
|
"baseUrl": "https://api.endpoints.anyscale.com/v1",
|
|
916
|
-
"envVars": [
|
|
917
|
-
|
|
1141
|
+
"envVars": [
|
|
1142
|
+
"ANYSCALE_API_KEY"
|
|
1143
|
+
],
|
|
1144
|
+
"fallbackModels": [
|
|
1145
|
+
"meta-llama/Meta-Llama-3-70B-Instruct"
|
|
1146
|
+
],
|
|
918
1147
|
"capabilities": {
|
|
919
1148
|
"supportsToolUse": true,
|
|
920
1149
|
"supportsVision": false,
|
|
@@ -929,8 +1158,12 @@
|
|
|
929
1158
|
"apiMode": "chat_completions",
|
|
930
1159
|
"authType": "api_key",
|
|
931
1160
|
"baseUrl": "https://openai-proxy.replicate.com/v1",
|
|
932
|
-
"envVars": [
|
|
933
|
-
|
|
1161
|
+
"envVars": [
|
|
1162
|
+
"REPLICATE_API_TOKEN"
|
|
1163
|
+
],
|
|
1164
|
+
"fallbackModels": [
|
|
1165
|
+
"meta/meta-llama-3-70b-instruct"
|
|
1166
|
+
],
|
|
934
1167
|
"capabilities": {
|
|
935
1168
|
"supportsToolUse": false,
|
|
936
1169
|
"supportsVision": true,
|
|
@@ -945,8 +1178,12 @@
|
|
|
945
1178
|
"apiMode": "chat_completions",
|
|
946
1179
|
"authType": "api_key",
|
|
947
1180
|
"baseUrl": "https://api.ai21.com/studio/v1",
|
|
948
|
-
"envVars": [
|
|
949
|
-
|
|
1181
|
+
"envVars": [
|
|
1182
|
+
"AI21_API_KEY"
|
|
1183
|
+
],
|
|
1184
|
+
"fallbackModels": [
|
|
1185
|
+
"jamba-1.5-large"
|
|
1186
|
+
],
|
|
950
1187
|
"capabilities": {
|
|
951
1188
|
"supportsToolUse": true,
|
|
952
1189
|
"supportsVision": false,
|
|
@@ -961,8 +1198,12 @@
|
|
|
961
1198
|
"apiMode": "chat_completions",
|
|
962
1199
|
"authType": "api_key",
|
|
963
1200
|
"baseUrl": "https://api.aleph-alpha.com/v1",
|
|
964
|
-
"envVars": [
|
|
965
|
-
|
|
1201
|
+
"envVars": [
|
|
1202
|
+
"ALEPH_ALPHA_API_KEY"
|
|
1203
|
+
],
|
|
1204
|
+
"fallbackModels": [
|
|
1205
|
+
"luminous-extended"
|
|
1206
|
+
],
|
|
966
1207
|
"capabilities": {
|
|
967
1208
|
"supportsToolUse": false,
|
|
968
1209
|
"supportsVision": false,
|
|
@@ -977,8 +1218,13 @@
|
|
|
977
1218
|
"apiMode": "chat_completions",
|
|
978
1219
|
"authType": "api_key",
|
|
979
1220
|
"baseUrl": "https://api.cloudflare.com/client/v4/accounts/{account_id}/ai/v1",
|
|
980
|
-
"envVars": [
|
|
981
|
-
|
|
1221
|
+
"envVars": [
|
|
1222
|
+
"CLOUDFLARE_API_TOKEN",
|
|
1223
|
+
"CLOUDFLARE_ACCOUNT_ID"
|
|
1224
|
+
],
|
|
1225
|
+
"fallbackModels": [
|
|
1226
|
+
"@cf/meta/llama-3.1-70b-instruct"
|
|
1227
|
+
],
|
|
982
1228
|
"capabilities": {
|
|
983
1229
|
"supportsToolUse": true,
|
|
984
1230
|
"supportsVision": false,
|
|
@@ -993,8 +1239,13 @@
|
|
|
993
1239
|
"apiMode": "chat_completions",
|
|
994
1240
|
"authType": "api_key",
|
|
995
1241
|
"baseUrl": "https://{resource}.openai.azure.com/openai/deployments/{deployment}",
|
|
996
|
-
"envVars": [
|
|
997
|
-
|
|
1242
|
+
"envVars": [
|
|
1243
|
+
"AZURE_OPENAI_API_KEY",
|
|
1244
|
+
"AZURE_OPENAI_ENDPOINT"
|
|
1245
|
+
],
|
|
1246
|
+
"fallbackModels": [
|
|
1247
|
+
"gpt-4o"
|
|
1248
|
+
],
|
|
998
1249
|
"capabilities": {
|
|
999
1250
|
"supportsToolUse": true,
|
|
1000
1251
|
"supportsVision": true,
|
|
@@ -1009,8 +1260,12 @@
|
|
|
1009
1260
|
"apiMode": "chat_completions",
|
|
1010
1261
|
"authType": "api_key",
|
|
1011
1262
|
"baseUrl": "https://models.inference.ai.azure.com",
|
|
1012
|
-
"envVars": [
|
|
1013
|
-
|
|
1263
|
+
"envVars": [
|
|
1264
|
+
"GITHUB_TOKEN"
|
|
1265
|
+
],
|
|
1266
|
+
"fallbackModels": [
|
|
1267
|
+
"gpt-4o-mini"
|
|
1268
|
+
],
|
|
1014
1269
|
"capabilities": {
|
|
1015
1270
|
"supportsToolUse": true,
|
|
1016
1271
|
"supportsVision": true,
|
|
@@ -1025,8 +1280,12 @@
|
|
|
1025
1280
|
"apiMode": "chat_completions",
|
|
1026
1281
|
"authType": "api_key",
|
|
1027
1282
|
"baseUrl": "https://api.hyperbolic.xyz/v1",
|
|
1028
|
-
"envVars": [
|
|
1029
|
-
|
|
1283
|
+
"envVars": [
|
|
1284
|
+
"HYPERBOLIC_API_KEY"
|
|
1285
|
+
],
|
|
1286
|
+
"fallbackModels": [
|
|
1287
|
+
"meta-llama/Meta-Llama-3.1-70B-Instruct"
|
|
1288
|
+
],
|
|
1030
1289
|
"capabilities": {
|
|
1031
1290
|
"supportsToolUse": true,
|
|
1032
1291
|
"supportsVision": false,
|
|
@@ -1041,8 +1300,12 @@
|
|
|
1041
1300
|
"apiMode": "chat_completions",
|
|
1042
1301
|
"authType": "api_key",
|
|
1043
1302
|
"baseUrl": "https://api.novita.ai/v3/openai",
|
|
1044
|
-
"envVars": [
|
|
1045
|
-
|
|
1303
|
+
"envVars": [
|
|
1304
|
+
"NOVITA_API_KEY"
|
|
1305
|
+
],
|
|
1306
|
+
"fallbackModels": [
|
|
1307
|
+
"meta-llama/llama-3.1-70b-instruct"
|
|
1308
|
+
],
|
|
1046
1309
|
"capabilities": {
|
|
1047
1310
|
"supportsToolUse": true,
|
|
1048
1311
|
"supportsVision": false,
|
|
@@ -1057,8 +1320,12 @@
|
|
|
1057
1320
|
"apiMode": "chat_completions",
|
|
1058
1321
|
"authType": "api_key",
|
|
1059
1322
|
"baseUrl": "https://api.moonshot.cn/v1",
|
|
1060
|
-
"envVars": [
|
|
1061
|
-
|
|
1323
|
+
"envVars": [
|
|
1324
|
+
"MOONSHOT_API_KEY"
|
|
1325
|
+
],
|
|
1326
|
+
"fallbackModels": [
|
|
1327
|
+
"moonshot-v1-8k"
|
|
1328
|
+
],
|
|
1062
1329
|
"capabilities": {
|
|
1063
1330
|
"supportsToolUse": true,
|
|
1064
1331
|
"supportsVision": false,
|
|
@@ -1073,8 +1340,12 @@
|
|
|
1073
1340
|
"apiMode": "chat_completions",
|
|
1074
1341
|
"authType": "api_key",
|
|
1075
1342
|
"baseUrl": "https://dashscope.aliyuncs.com/compatible-mode/v1",
|
|
1076
|
-
"envVars": [
|
|
1077
|
-
|
|
1343
|
+
"envVars": [
|
|
1344
|
+
"DASHSCOPE_API_KEY"
|
|
1345
|
+
],
|
|
1346
|
+
"fallbackModels": [
|
|
1347
|
+
"qwen-plus"
|
|
1348
|
+
],
|
|
1078
1349
|
"capabilities": {
|
|
1079
1350
|
"supportsToolUse": true,
|
|
1080
1351
|
"supportsVision": true,
|
|
@@ -1082,14 +1353,18 @@
|
|
|
1082
1353
|
"supportsStreaming": true,
|
|
1083
1354
|
"supportsCacheControl": false
|
|
1084
1355
|
},
|
|
1085
|
-
"aliases": [
|
|
1356
|
+
"aliases": [
|
|
1357
|
+
"dashscope"
|
|
1358
|
+
],
|
|
1086
1359
|
"models": {
|
|
1087
1360
|
"qwen3-coder-30b-a3b-instruct": {
|
|
1088
1361
|
"tool_call": true,
|
|
1089
1362
|
"structured_output": false,
|
|
1090
1363
|
"cache_control": false,
|
|
1091
1364
|
"modalities": {
|
|
1092
|
-
"input": [
|
|
1365
|
+
"input": [
|
|
1366
|
+
"text"
|
|
1367
|
+
]
|
|
1093
1368
|
},
|
|
1094
1369
|
"limit": {
|
|
1095
1370
|
"context": 160000,
|
|
@@ -1104,8 +1379,12 @@
|
|
|
1104
1379
|
"apiMode": "chat_completions",
|
|
1105
1380
|
"authType": "api_key",
|
|
1106
1381
|
"baseUrl": "https://open.bigmodel.cn/api/paas/v4",
|
|
1107
|
-
"envVars": [
|
|
1108
|
-
|
|
1382
|
+
"envVars": [
|
|
1383
|
+
"ZHIPU_API_KEY"
|
|
1384
|
+
],
|
|
1385
|
+
"fallbackModels": [
|
|
1386
|
+
"glm-4-plus"
|
|
1387
|
+
],
|
|
1109
1388
|
"capabilities": {
|
|
1110
1389
|
"supportsToolUse": true,
|
|
1111
1390
|
"supportsVision": true,
|
|
@@ -1113,7 +1392,10 @@
|
|
|
1113
1392
|
"supportsStreaming": true,
|
|
1114
1393
|
"supportsCacheControl": false
|
|
1115
1394
|
},
|
|
1116
|
-
"aliases": [
|
|
1395
|
+
"aliases": [
|
|
1396
|
+
"glm",
|
|
1397
|
+
"z-ai"
|
|
1398
|
+
],
|
|
1117
1399
|
"models": {
|
|
1118
1400
|
"glm-4.7-flash": {
|
|
1119
1401
|
"name": "GLM-4.7-Flash",
|
|
@@ -1133,8 +1415,12 @@
|
|
|
1133
1415
|
"output": 8000
|
|
1134
1416
|
},
|
|
1135
1417
|
"modalities": {
|
|
1136
|
-
"input": [
|
|
1137
|
-
|
|
1418
|
+
"input": [
|
|
1419
|
+
"text"
|
|
1420
|
+
],
|
|
1421
|
+
"output": [
|
|
1422
|
+
"text"
|
|
1423
|
+
]
|
|
1138
1424
|
},
|
|
1139
1425
|
"structured_output": false,
|
|
1140
1426
|
"cache_control": false
|
|
@@ -1147,8 +1433,12 @@
|
|
|
1147
1433
|
"apiMode": "chat_completions",
|
|
1148
1434
|
"authType": "api_key",
|
|
1149
1435
|
"baseUrl": "https://api.minimax.chat/v1",
|
|
1150
|
-
"envVars": [
|
|
1151
|
-
|
|
1436
|
+
"envVars": [
|
|
1437
|
+
"MINIMAX_API_KEY"
|
|
1438
|
+
],
|
|
1439
|
+
"fallbackModels": [
|
|
1440
|
+
"MiniMax-Text-01"
|
|
1441
|
+
],
|
|
1152
1442
|
"capabilities": {
|
|
1153
1443
|
"supportsToolUse": true,
|
|
1154
1444
|
"supportsVision": false,
|
|
@@ -1163,8 +1453,12 @@
|
|
|
1163
1453
|
"apiMode": "chat_completions",
|
|
1164
1454
|
"authType": "api_key",
|
|
1165
1455
|
"baseUrl": "https://api.baichuan-ai.com/v1",
|
|
1166
|
-
"envVars": [
|
|
1167
|
-
|
|
1456
|
+
"envVars": [
|
|
1457
|
+
"BAICHUAN_API_KEY"
|
|
1458
|
+
],
|
|
1459
|
+
"fallbackModels": [
|
|
1460
|
+
"Baichuan4"
|
|
1461
|
+
],
|
|
1168
1462
|
"capabilities": {
|
|
1169
1463
|
"supportsToolUse": true,
|
|
1170
1464
|
"supportsVision": false,
|
|
@@ -1179,8 +1473,12 @@
|
|
|
1179
1473
|
"apiMode": "chat_completions",
|
|
1180
1474
|
"authType": "api_key",
|
|
1181
1475
|
"baseUrl": "https://api.voyageai.com/v1",
|
|
1182
|
-
"envVars": [
|
|
1183
|
-
|
|
1476
|
+
"envVars": [
|
|
1477
|
+
"VOYAGE_API_KEY"
|
|
1478
|
+
],
|
|
1479
|
+
"fallbackModels": [
|
|
1480
|
+
"voyage-3"
|
|
1481
|
+
],
|
|
1184
1482
|
"capabilities": {
|
|
1185
1483
|
"supportsToolUse": false,
|
|
1186
1484
|
"supportsVision": false,
|
|
@@ -1195,8 +1493,12 @@
|
|
|
1195
1493
|
"apiMode": "chat_completions",
|
|
1196
1494
|
"authType": "api_key",
|
|
1197
1495
|
"baseUrl": "https://api.jina.ai/v1",
|
|
1198
|
-
"envVars": [
|
|
1199
|
-
|
|
1496
|
+
"envVars": [
|
|
1497
|
+
"JINA_API_KEY"
|
|
1498
|
+
],
|
|
1499
|
+
"fallbackModels": [
|
|
1500
|
+
"jina-embeddings-v3"
|
|
1501
|
+
],
|
|
1200
1502
|
"capabilities": {
|
|
1201
1503
|
"supportsToolUse": false,
|
|
1202
1504
|
"supportsVision": false,
|
|
@@ -1211,8 +1513,13 @@
|
|
|
1211
1513
|
"apiMode": "chat_completions",
|
|
1212
1514
|
"authType": "api_key",
|
|
1213
1515
|
"baseUrl": "https://oai.helicone.ai/v1",
|
|
1214
|
-
"envVars": [
|
|
1215
|
-
|
|
1516
|
+
"envVars": [
|
|
1517
|
+
"HELICONE_API_KEY",
|
|
1518
|
+
"OPENAI_API_KEY"
|
|
1519
|
+
],
|
|
1520
|
+
"fallbackModels": [
|
|
1521
|
+
"gpt-4o-mini"
|
|
1522
|
+
],
|
|
1216
1523
|
"capabilities": {
|
|
1217
1524
|
"supportsToolUse": true,
|
|
1218
1525
|
"supportsVision": true,
|
|
@@ -1238,8 +1545,13 @@
|
|
|
1238
1545
|
"output": 16384
|
|
1239
1546
|
},
|
|
1240
1547
|
"modalities": {
|
|
1241
|
-
"input": [
|
|
1242
|
-
|
|
1548
|
+
"input": [
|
|
1549
|
+
"text",
|
|
1550
|
+
"image"
|
|
1551
|
+
],
|
|
1552
|
+
"output": [
|
|
1553
|
+
"text"
|
|
1554
|
+
]
|
|
1243
1555
|
}
|
|
1244
1556
|
}
|
|
1245
1557
|
}
|
|
@@ -1250,8 +1562,12 @@
|
|
|
1250
1562
|
"apiMode": "chat_completions",
|
|
1251
1563
|
"authType": "api_key",
|
|
1252
1564
|
"baseUrl": "https://api.portkey.ai/v1",
|
|
1253
|
-
"envVars": [
|
|
1254
|
-
|
|
1565
|
+
"envVars": [
|
|
1566
|
+
"PORTKEY_API_KEY"
|
|
1567
|
+
],
|
|
1568
|
+
"fallbackModels": [
|
|
1569
|
+
"gpt-4o-mini"
|
|
1570
|
+
],
|
|
1255
1571
|
"capabilities": {
|
|
1256
1572
|
"supportsToolUse": true,
|
|
1257
1573
|
"supportsVision": true,
|
|
@@ -1266,8 +1582,12 @@
|
|
|
1266
1582
|
"apiMode": "chat_completions",
|
|
1267
1583
|
"authType": "api_key",
|
|
1268
1584
|
"baseUrl": "https://bridge.baseten.co/v1",
|
|
1269
|
-
"envVars": [
|
|
1270
|
-
|
|
1585
|
+
"envVars": [
|
|
1586
|
+
"BASETEN_API_KEY"
|
|
1587
|
+
],
|
|
1588
|
+
"fallbackModels": [
|
|
1589
|
+
"meta-llama/Meta-Llama-3-70B-Instruct"
|
|
1590
|
+
],
|
|
1271
1591
|
"capabilities": {
|
|
1272
1592
|
"supportsToolUse": true,
|
|
1273
1593
|
"supportsVision": false,
|
|
@@ -1282,8 +1602,13 @@
|
|
|
1282
1602
|
"apiMode": "chat_completions",
|
|
1283
1603
|
"authType": "api_key",
|
|
1284
1604
|
"baseUrl": "https://api.modal.com/v1",
|
|
1285
|
-
"envVars": [
|
|
1286
|
-
|
|
1605
|
+
"envVars": [
|
|
1606
|
+
"MODAL_TOKEN_ID",
|
|
1607
|
+
"MODAL_TOKEN_SECRET"
|
|
1608
|
+
],
|
|
1609
|
+
"fallbackModels": [
|
|
1610
|
+
"meta-llama/Meta-Llama-3-70B-Instruct"
|
|
1611
|
+
],
|
|
1287
1612
|
"capabilities": {
|
|
1288
1613
|
"supportsToolUse": true,
|
|
1289
1614
|
"supportsVision": false,
|
|
@@ -1292,4 +1617,4 @@
|
|
|
1292
1617
|
"supportsCacheControl": false
|
|
1293
1618
|
}
|
|
1294
1619
|
}
|
|
1295
|
-
]
|
|
1620
|
+
]
|