@elyracode/ai 0.9.5 → 0.9.7
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/image-models.generated.d.ts +2 -2
- package/dist/image-models.generated.js +6 -6
- package/dist/image-models.generated.js.map +1 -1
- package/dist/models.generated.d.ts +377 -277
- package/dist/models.generated.d.ts.map +1 -1
- package/dist/models.generated.js +366 -329
- package/dist/models.generated.js.map +1 -1
- package/dist/providers/amazon-bedrock.js +15 -6
- package/dist/providers/amazon-bedrock.js.map +1 -1
- package/dist/providers/anthropic.d.ts.map +1 -1
- package/dist/providers/anthropic.js +16 -8
- package/dist/providers/anthropic.js.map +1 -1
- package/dist/types.d.ts +8 -0
- package/dist/types.d.ts.map +1 -1
- package/dist/types.js.map +1 -1
- package/package.json +2 -2
|
@@ -6,7 +6,7 @@ export declare const MODELS: {
|
|
|
6
6
|
api: "bedrock-converse-stream";
|
|
7
7
|
provider: string;
|
|
8
8
|
baseUrl: string;
|
|
9
|
-
reasoning:
|
|
9
|
+
reasoning: true;
|
|
10
10
|
input: ("image" | "text")[];
|
|
11
11
|
cost: {
|
|
12
12
|
input: number;
|
|
@@ -75,6 +75,7 @@ export declare const MODELS: {
|
|
|
75
75
|
provider: string;
|
|
76
76
|
baseUrl: string;
|
|
77
77
|
reasoning: true;
|
|
78
|
+
thinkingType: "budget";
|
|
78
79
|
input: ("image" | "text")[];
|
|
79
80
|
cost: {
|
|
80
81
|
input: number;
|
|
@@ -92,6 +93,7 @@ export declare const MODELS: {
|
|
|
92
93
|
provider: string;
|
|
93
94
|
baseUrl: string;
|
|
94
95
|
reasoning: true;
|
|
96
|
+
thinkingType: "budget";
|
|
95
97
|
input: ("image" | "text")[];
|
|
96
98
|
cost: {
|
|
97
99
|
input: number;
|
|
@@ -109,6 +111,7 @@ export declare const MODELS: {
|
|
|
109
111
|
provider: string;
|
|
110
112
|
baseUrl: string;
|
|
111
113
|
reasoning: true;
|
|
114
|
+
thinkingType: "budget";
|
|
112
115
|
input: ("image" | "text")[];
|
|
113
116
|
cost: {
|
|
114
117
|
input: number;
|
|
@@ -126,6 +129,7 @@ export declare const MODELS: {
|
|
|
126
129
|
provider: string;
|
|
127
130
|
baseUrl: string;
|
|
128
131
|
reasoning: true;
|
|
132
|
+
thinkingType: "adaptive";
|
|
129
133
|
thinkingLevelMap: {
|
|
130
134
|
xhigh: string;
|
|
131
135
|
};
|
|
@@ -146,6 +150,7 @@ export declare const MODELS: {
|
|
|
146
150
|
provider: string;
|
|
147
151
|
baseUrl: string;
|
|
148
152
|
reasoning: true;
|
|
153
|
+
thinkingType: "adaptive";
|
|
149
154
|
thinkingLevelMap: {
|
|
150
155
|
xhigh: string;
|
|
151
156
|
};
|
|
@@ -166,6 +171,7 @@ export declare const MODELS: {
|
|
|
166
171
|
provider: string;
|
|
167
172
|
baseUrl: string;
|
|
168
173
|
reasoning: true;
|
|
174
|
+
thinkingType: "adaptive";
|
|
169
175
|
thinkingLevelMap: {
|
|
170
176
|
minimal: string;
|
|
171
177
|
low: string;
|
|
@@ -190,6 +196,7 @@ export declare const MODELS: {
|
|
|
190
196
|
provider: string;
|
|
191
197
|
baseUrl: string;
|
|
192
198
|
reasoning: true;
|
|
199
|
+
thinkingType: "budget";
|
|
193
200
|
input: ("image" | "text")[];
|
|
194
201
|
cost: {
|
|
195
202
|
input: number;
|
|
@@ -207,6 +214,7 @@ export declare const MODELS: {
|
|
|
207
214
|
provider: string;
|
|
208
215
|
baseUrl: string;
|
|
209
216
|
reasoning: true;
|
|
217
|
+
thinkingType: "adaptive";
|
|
210
218
|
input: ("image" | "text")[];
|
|
211
219
|
cost: {
|
|
212
220
|
input: number;
|
|
@@ -224,6 +232,7 @@ export declare const MODELS: {
|
|
|
224
232
|
provider: string;
|
|
225
233
|
baseUrl: string;
|
|
226
234
|
reasoning: true;
|
|
235
|
+
thinkingType: "budget";
|
|
227
236
|
input: ("image" | "text")[];
|
|
228
237
|
cost: {
|
|
229
238
|
input: number;
|
|
@@ -241,6 +250,7 @@ export declare const MODELS: {
|
|
|
241
250
|
provider: string;
|
|
242
251
|
baseUrl: string;
|
|
243
252
|
reasoning: true;
|
|
253
|
+
thinkingType: "adaptive";
|
|
244
254
|
thinkingLevelMap: {
|
|
245
255
|
xhigh: string;
|
|
246
256
|
};
|
|
@@ -261,6 +271,7 @@ export declare const MODELS: {
|
|
|
261
271
|
provider: string;
|
|
262
272
|
baseUrl: string;
|
|
263
273
|
reasoning: true;
|
|
274
|
+
thinkingType: "adaptive";
|
|
264
275
|
thinkingLevelMap: {
|
|
265
276
|
minimal: string;
|
|
266
277
|
low: string;
|
|
@@ -285,6 +296,7 @@ export declare const MODELS: {
|
|
|
285
296
|
provider: string;
|
|
286
297
|
baseUrl: string;
|
|
287
298
|
reasoning: true;
|
|
299
|
+
thinkingType: "budget";
|
|
288
300
|
input: ("image" | "text")[];
|
|
289
301
|
cost: {
|
|
290
302
|
input: number;
|
|
@@ -302,6 +314,7 @@ export declare const MODELS: {
|
|
|
302
314
|
provider: string;
|
|
303
315
|
baseUrl: string;
|
|
304
316
|
reasoning: true;
|
|
317
|
+
thinkingType: "adaptive";
|
|
305
318
|
input: ("image" | "text")[];
|
|
306
319
|
cost: {
|
|
307
320
|
input: number;
|
|
@@ -363,6 +376,31 @@ export declare const MODELS: {
|
|
|
363
376
|
contextWindow: number;
|
|
364
377
|
maxTokens: number;
|
|
365
378
|
};
|
|
379
|
+
readonly "eu.anthropic.claude-fable-5": {
|
|
380
|
+
id: string;
|
|
381
|
+
name: string;
|
|
382
|
+
api: "bedrock-converse-stream";
|
|
383
|
+
provider: string;
|
|
384
|
+
baseUrl: string;
|
|
385
|
+
reasoning: true;
|
|
386
|
+
thinkingType: "adaptive";
|
|
387
|
+
thinkingLevelMap: {
|
|
388
|
+
minimal: string;
|
|
389
|
+
low: string;
|
|
390
|
+
medium: string;
|
|
391
|
+
high: string;
|
|
392
|
+
xhigh: string;
|
|
393
|
+
};
|
|
394
|
+
input: ("image" | "text")[];
|
|
395
|
+
cost: {
|
|
396
|
+
input: number;
|
|
397
|
+
output: number;
|
|
398
|
+
cacheRead: number;
|
|
399
|
+
cacheWrite: number;
|
|
400
|
+
};
|
|
401
|
+
contextWindow: number;
|
|
402
|
+
maxTokens: number;
|
|
403
|
+
};
|
|
366
404
|
readonly "eu.anthropic.claude-haiku-4-5-20251001-v1:0": {
|
|
367
405
|
id: string;
|
|
368
406
|
name: string;
|
|
@@ -370,6 +408,7 @@ export declare const MODELS: {
|
|
|
370
408
|
provider: string;
|
|
371
409
|
baseUrl: string;
|
|
372
410
|
reasoning: true;
|
|
411
|
+
thinkingType: "budget";
|
|
373
412
|
input: ("image" | "text")[];
|
|
374
413
|
cost: {
|
|
375
414
|
input: number;
|
|
@@ -387,6 +426,7 @@ export declare const MODELS: {
|
|
|
387
426
|
provider: string;
|
|
388
427
|
baseUrl: string;
|
|
389
428
|
reasoning: true;
|
|
429
|
+
thinkingType: "budget";
|
|
390
430
|
input: ("image" | "text")[];
|
|
391
431
|
cost: {
|
|
392
432
|
input: number;
|
|
@@ -404,6 +444,7 @@ export declare const MODELS: {
|
|
|
404
444
|
provider: string;
|
|
405
445
|
baseUrl: string;
|
|
406
446
|
reasoning: true;
|
|
447
|
+
thinkingType: "adaptive";
|
|
407
448
|
thinkingLevelMap: {
|
|
408
449
|
xhigh: string;
|
|
409
450
|
};
|
|
@@ -424,6 +465,7 @@ export declare const MODELS: {
|
|
|
424
465
|
provider: string;
|
|
425
466
|
baseUrl: string;
|
|
426
467
|
reasoning: true;
|
|
468
|
+
thinkingType: "adaptive";
|
|
427
469
|
thinkingLevelMap: {
|
|
428
470
|
xhigh: string;
|
|
429
471
|
};
|
|
@@ -444,6 +486,7 @@ export declare const MODELS: {
|
|
|
444
486
|
provider: string;
|
|
445
487
|
baseUrl: string;
|
|
446
488
|
reasoning: true;
|
|
489
|
+
thinkingType: "adaptive";
|
|
447
490
|
thinkingLevelMap: {
|
|
448
491
|
minimal: string;
|
|
449
492
|
low: string;
|
|
@@ -468,6 +511,7 @@ export declare const MODELS: {
|
|
|
468
511
|
provider: string;
|
|
469
512
|
baseUrl: string;
|
|
470
513
|
reasoning: true;
|
|
514
|
+
thinkingType: "budget";
|
|
471
515
|
input: ("image" | "text")[];
|
|
472
516
|
cost: {
|
|
473
517
|
input: number;
|
|
@@ -485,6 +529,32 @@ export declare const MODELS: {
|
|
|
485
529
|
provider: string;
|
|
486
530
|
baseUrl: string;
|
|
487
531
|
reasoning: true;
|
|
532
|
+
thinkingType: "adaptive";
|
|
533
|
+
input: ("image" | "text")[];
|
|
534
|
+
cost: {
|
|
535
|
+
input: number;
|
|
536
|
+
output: number;
|
|
537
|
+
cacheRead: number;
|
|
538
|
+
cacheWrite: number;
|
|
539
|
+
};
|
|
540
|
+
contextWindow: number;
|
|
541
|
+
maxTokens: number;
|
|
542
|
+
};
|
|
543
|
+
readonly "global.anthropic.claude-fable-5": {
|
|
544
|
+
id: string;
|
|
545
|
+
name: string;
|
|
546
|
+
api: "bedrock-converse-stream";
|
|
547
|
+
provider: string;
|
|
548
|
+
baseUrl: string;
|
|
549
|
+
reasoning: true;
|
|
550
|
+
thinkingType: "adaptive";
|
|
551
|
+
thinkingLevelMap: {
|
|
552
|
+
minimal: string;
|
|
553
|
+
low: string;
|
|
554
|
+
medium: string;
|
|
555
|
+
high: string;
|
|
556
|
+
xhigh: string;
|
|
557
|
+
};
|
|
488
558
|
input: ("image" | "text")[];
|
|
489
559
|
cost: {
|
|
490
560
|
input: number;
|
|
@@ -502,6 +572,7 @@ export declare const MODELS: {
|
|
|
502
572
|
provider: string;
|
|
503
573
|
baseUrl: string;
|
|
504
574
|
reasoning: true;
|
|
575
|
+
thinkingType: "budget";
|
|
505
576
|
input: ("image" | "text")[];
|
|
506
577
|
cost: {
|
|
507
578
|
input: number;
|
|
@@ -519,6 +590,7 @@ export declare const MODELS: {
|
|
|
519
590
|
provider: string;
|
|
520
591
|
baseUrl: string;
|
|
521
592
|
reasoning: true;
|
|
593
|
+
thinkingType: "budget";
|
|
522
594
|
input: ("image" | "text")[];
|
|
523
595
|
cost: {
|
|
524
596
|
input: number;
|
|
@@ -536,6 +608,7 @@ export declare const MODELS: {
|
|
|
536
608
|
provider: string;
|
|
537
609
|
baseUrl: string;
|
|
538
610
|
reasoning: true;
|
|
611
|
+
thinkingType: "adaptive";
|
|
539
612
|
thinkingLevelMap: {
|
|
540
613
|
xhigh: string;
|
|
541
614
|
};
|
|
@@ -556,6 +629,7 @@ export declare const MODELS: {
|
|
|
556
629
|
provider: string;
|
|
557
630
|
baseUrl: string;
|
|
558
631
|
reasoning: true;
|
|
632
|
+
thinkingType: "adaptive";
|
|
559
633
|
thinkingLevelMap: {
|
|
560
634
|
xhigh: string;
|
|
561
635
|
};
|
|
@@ -576,6 +650,7 @@ export declare const MODELS: {
|
|
|
576
650
|
provider: string;
|
|
577
651
|
baseUrl: string;
|
|
578
652
|
reasoning: true;
|
|
653
|
+
thinkingType: "adaptive";
|
|
579
654
|
thinkingLevelMap: {
|
|
580
655
|
minimal: string;
|
|
581
656
|
low: string;
|
|
@@ -600,6 +675,7 @@ export declare const MODELS: {
|
|
|
600
675
|
provider: string;
|
|
601
676
|
baseUrl: string;
|
|
602
677
|
reasoning: true;
|
|
678
|
+
thinkingType: "budget";
|
|
603
679
|
input: ("image" | "text")[];
|
|
604
680
|
cost: {
|
|
605
681
|
input: number;
|
|
@@ -617,6 +693,7 @@ export declare const MODELS: {
|
|
|
617
693
|
provider: string;
|
|
618
694
|
baseUrl: string;
|
|
619
695
|
reasoning: true;
|
|
696
|
+
thinkingType: "adaptive";
|
|
620
697
|
input: ("image" | "text")[];
|
|
621
698
|
cost: {
|
|
622
699
|
input: number;
|
|
@@ -668,6 +745,7 @@ export declare const MODELS: {
|
|
|
668
745
|
provider: string;
|
|
669
746
|
baseUrl: string;
|
|
670
747
|
reasoning: true;
|
|
748
|
+
thinkingType: "adaptive";
|
|
671
749
|
thinkingLevelMap: {
|
|
672
750
|
xhigh: string;
|
|
673
751
|
};
|
|
@@ -688,6 +766,7 @@ export declare const MODELS: {
|
|
|
688
766
|
provider: string;
|
|
689
767
|
baseUrl: string;
|
|
690
768
|
reasoning: true;
|
|
769
|
+
thinkingType: "adaptive";
|
|
691
770
|
thinkingLevelMap: {
|
|
692
771
|
minimal: string;
|
|
693
772
|
low: string;
|
|
@@ -712,6 +791,7 @@ export declare const MODELS: {
|
|
|
712
791
|
provider: string;
|
|
713
792
|
baseUrl: string;
|
|
714
793
|
reasoning: true;
|
|
794
|
+
thinkingType: "budget";
|
|
715
795
|
input: ("image" | "text")[];
|
|
716
796
|
cost: {
|
|
717
797
|
input: number;
|
|
@@ -729,6 +809,7 @@ export declare const MODELS: {
|
|
|
729
809
|
provider: string;
|
|
730
810
|
baseUrl: string;
|
|
731
811
|
reasoning: true;
|
|
812
|
+
thinkingType: "adaptive";
|
|
732
813
|
input: ("image" | "text")[];
|
|
733
814
|
cost: {
|
|
734
815
|
input: number;
|
|
@@ -1176,7 +1257,7 @@ export declare const MODELS: {
|
|
|
1176
1257
|
api: "bedrock-converse-stream";
|
|
1177
1258
|
provider: string;
|
|
1178
1259
|
baseUrl: string;
|
|
1179
|
-
reasoning:
|
|
1260
|
+
reasoning: true;
|
|
1180
1261
|
input: "text"[];
|
|
1181
1262
|
cost: {
|
|
1182
1263
|
input: number;
|
|
@@ -1193,7 +1274,7 @@ export declare const MODELS: {
|
|
|
1193
1274
|
api: "bedrock-converse-stream";
|
|
1194
1275
|
provider: string;
|
|
1195
1276
|
baseUrl: string;
|
|
1196
|
-
reasoning:
|
|
1277
|
+
reasoning: true;
|
|
1197
1278
|
input: "text"[];
|
|
1198
1279
|
cost: {
|
|
1199
1280
|
input: number;
|
|
@@ -1210,7 +1291,7 @@ export declare const MODELS: {
|
|
|
1210
1291
|
api: "bedrock-converse-stream";
|
|
1211
1292
|
provider: string;
|
|
1212
1293
|
baseUrl: string;
|
|
1213
|
-
reasoning:
|
|
1294
|
+
reasoning: true;
|
|
1214
1295
|
input: "text"[];
|
|
1215
1296
|
cost: {
|
|
1216
1297
|
input: number;
|
|
@@ -1227,7 +1308,7 @@ export declare const MODELS: {
|
|
|
1227
1308
|
api: "bedrock-converse-stream";
|
|
1228
1309
|
provider: string;
|
|
1229
1310
|
baseUrl: string;
|
|
1230
|
-
reasoning:
|
|
1311
|
+
reasoning: true;
|
|
1231
1312
|
input: "text"[];
|
|
1232
1313
|
cost: {
|
|
1233
1314
|
input: number;
|
|
@@ -1391,6 +1472,31 @@ export declare const MODELS: {
|
|
|
1391
1472
|
contextWindow: number;
|
|
1392
1473
|
maxTokens: number;
|
|
1393
1474
|
};
|
|
1475
|
+
readonly "us.anthropic.claude-fable-5": {
|
|
1476
|
+
id: string;
|
|
1477
|
+
name: string;
|
|
1478
|
+
api: "bedrock-converse-stream";
|
|
1479
|
+
provider: string;
|
|
1480
|
+
baseUrl: string;
|
|
1481
|
+
reasoning: true;
|
|
1482
|
+
thinkingType: "adaptive";
|
|
1483
|
+
thinkingLevelMap: {
|
|
1484
|
+
minimal: string;
|
|
1485
|
+
low: string;
|
|
1486
|
+
medium: string;
|
|
1487
|
+
high: string;
|
|
1488
|
+
xhigh: string;
|
|
1489
|
+
};
|
|
1490
|
+
input: ("image" | "text")[];
|
|
1491
|
+
cost: {
|
|
1492
|
+
input: number;
|
|
1493
|
+
output: number;
|
|
1494
|
+
cacheRead: number;
|
|
1495
|
+
cacheWrite: number;
|
|
1496
|
+
};
|
|
1497
|
+
contextWindow: number;
|
|
1498
|
+
maxTokens: number;
|
|
1499
|
+
};
|
|
1394
1500
|
readonly "us.anthropic.claude-haiku-4-5-20251001-v1:0": {
|
|
1395
1501
|
id: string;
|
|
1396
1502
|
name: string;
|
|
@@ -1398,6 +1504,7 @@ export declare const MODELS: {
|
|
|
1398
1504
|
provider: string;
|
|
1399
1505
|
baseUrl: string;
|
|
1400
1506
|
reasoning: true;
|
|
1507
|
+
thinkingType: "budget";
|
|
1401
1508
|
input: ("image" | "text")[];
|
|
1402
1509
|
cost: {
|
|
1403
1510
|
input: number;
|
|
@@ -1415,6 +1522,7 @@ export declare const MODELS: {
|
|
|
1415
1522
|
provider: string;
|
|
1416
1523
|
baseUrl: string;
|
|
1417
1524
|
reasoning: true;
|
|
1525
|
+
thinkingType: "budget";
|
|
1418
1526
|
input: ("image" | "text")[];
|
|
1419
1527
|
cost: {
|
|
1420
1528
|
input: number;
|
|
@@ -1432,6 +1540,7 @@ export declare const MODELS: {
|
|
|
1432
1540
|
provider: string;
|
|
1433
1541
|
baseUrl: string;
|
|
1434
1542
|
reasoning: true;
|
|
1543
|
+
thinkingType: "budget";
|
|
1435
1544
|
input: ("image" | "text")[];
|
|
1436
1545
|
cost: {
|
|
1437
1546
|
input: number;
|
|
@@ -1449,6 +1558,7 @@ export declare const MODELS: {
|
|
|
1449
1558
|
provider: string;
|
|
1450
1559
|
baseUrl: string;
|
|
1451
1560
|
reasoning: true;
|
|
1561
|
+
thinkingType: "adaptive";
|
|
1452
1562
|
thinkingLevelMap: {
|
|
1453
1563
|
xhigh: string;
|
|
1454
1564
|
};
|
|
@@ -1469,6 +1579,7 @@ export declare const MODELS: {
|
|
|
1469
1579
|
provider: string;
|
|
1470
1580
|
baseUrl: string;
|
|
1471
1581
|
reasoning: true;
|
|
1582
|
+
thinkingType: "adaptive";
|
|
1472
1583
|
thinkingLevelMap: {
|
|
1473
1584
|
xhigh: string;
|
|
1474
1585
|
};
|
|
@@ -1489,6 +1600,7 @@ export declare const MODELS: {
|
|
|
1489
1600
|
provider: string;
|
|
1490
1601
|
baseUrl: string;
|
|
1491
1602
|
reasoning: true;
|
|
1603
|
+
thinkingType: "adaptive";
|
|
1492
1604
|
thinkingLevelMap: {
|
|
1493
1605
|
minimal: string;
|
|
1494
1606
|
low: string;
|
|
@@ -1513,6 +1625,7 @@ export declare const MODELS: {
|
|
|
1513
1625
|
provider: string;
|
|
1514
1626
|
baseUrl: string;
|
|
1515
1627
|
reasoning: true;
|
|
1628
|
+
thinkingType: "budget";
|
|
1516
1629
|
input: ("image" | "text")[];
|
|
1517
1630
|
cost: {
|
|
1518
1631
|
input: number;
|
|
@@ -1530,6 +1643,7 @@ export declare const MODELS: {
|
|
|
1530
1643
|
provider: string;
|
|
1531
1644
|
baseUrl: string;
|
|
1532
1645
|
reasoning: true;
|
|
1646
|
+
thinkingType: "adaptive";
|
|
1533
1647
|
input: ("image" | "text")[];
|
|
1534
1648
|
cost: {
|
|
1535
1649
|
input: number;
|
|
@@ -1719,6 +1833,7 @@ export declare const MODELS: {
|
|
|
1719
1833
|
provider: string;
|
|
1720
1834
|
baseUrl: string;
|
|
1721
1835
|
reasoning: true;
|
|
1836
|
+
thinkingType: "budget";
|
|
1722
1837
|
input: ("image" | "text")[];
|
|
1723
1838
|
cost: {
|
|
1724
1839
|
input: number;
|
|
@@ -1780,6 +1895,31 @@ export declare const MODELS: {
|
|
|
1780
1895
|
contextWindow: number;
|
|
1781
1896
|
maxTokens: number;
|
|
1782
1897
|
};
|
|
1898
|
+
readonly "claude-fable-5": {
|
|
1899
|
+
id: string;
|
|
1900
|
+
name: string;
|
|
1901
|
+
api: "anthropic-messages";
|
|
1902
|
+
provider: string;
|
|
1903
|
+
baseUrl: string;
|
|
1904
|
+
reasoning: true;
|
|
1905
|
+
thinkingType: "adaptive";
|
|
1906
|
+
thinkingLevelMap: {
|
|
1907
|
+
minimal: string;
|
|
1908
|
+
low: string;
|
|
1909
|
+
medium: string;
|
|
1910
|
+
high: string;
|
|
1911
|
+
xhigh: string;
|
|
1912
|
+
};
|
|
1913
|
+
input: ("image" | "text")[];
|
|
1914
|
+
cost: {
|
|
1915
|
+
input: number;
|
|
1916
|
+
output: number;
|
|
1917
|
+
cacheRead: number;
|
|
1918
|
+
cacheWrite: number;
|
|
1919
|
+
};
|
|
1920
|
+
contextWindow: number;
|
|
1921
|
+
maxTokens: number;
|
|
1922
|
+
};
|
|
1783
1923
|
readonly "claude-haiku-4-5": {
|
|
1784
1924
|
id: string;
|
|
1785
1925
|
name: string;
|
|
@@ -1787,6 +1927,7 @@ export declare const MODELS: {
|
|
|
1787
1927
|
provider: string;
|
|
1788
1928
|
baseUrl: string;
|
|
1789
1929
|
reasoning: true;
|
|
1930
|
+
thinkingType: "budget";
|
|
1790
1931
|
input: ("image" | "text")[];
|
|
1791
1932
|
cost: {
|
|
1792
1933
|
input: number;
|
|
@@ -1804,6 +1945,7 @@ export declare const MODELS: {
|
|
|
1804
1945
|
provider: string;
|
|
1805
1946
|
baseUrl: string;
|
|
1806
1947
|
reasoning: true;
|
|
1948
|
+
thinkingType: "budget";
|
|
1807
1949
|
input: ("image" | "text")[];
|
|
1808
1950
|
cost: {
|
|
1809
1951
|
input: number;
|
|
@@ -1821,6 +1963,7 @@ export declare const MODELS: {
|
|
|
1821
1963
|
provider: string;
|
|
1822
1964
|
baseUrl: string;
|
|
1823
1965
|
reasoning: true;
|
|
1966
|
+
thinkingType: "budget";
|
|
1824
1967
|
input: ("image" | "text")[];
|
|
1825
1968
|
cost: {
|
|
1826
1969
|
input: number;
|
|
@@ -1838,6 +1981,7 @@ export declare const MODELS: {
|
|
|
1838
1981
|
provider: string;
|
|
1839
1982
|
baseUrl: string;
|
|
1840
1983
|
reasoning: true;
|
|
1984
|
+
thinkingType: "budget";
|
|
1841
1985
|
input: ("image" | "text")[];
|
|
1842
1986
|
cost: {
|
|
1843
1987
|
input: number;
|
|
@@ -1855,6 +1999,7 @@ export declare const MODELS: {
|
|
|
1855
1999
|
provider: string;
|
|
1856
2000
|
baseUrl: string;
|
|
1857
2001
|
reasoning: true;
|
|
2002
|
+
thinkingType: "budget";
|
|
1858
2003
|
input: ("image" | "text")[];
|
|
1859
2004
|
cost: {
|
|
1860
2005
|
input: number;
|
|
@@ -1872,6 +2017,7 @@ export declare const MODELS: {
|
|
|
1872
2017
|
provider: string;
|
|
1873
2018
|
baseUrl: string;
|
|
1874
2019
|
reasoning: true;
|
|
2020
|
+
thinkingType: "budget";
|
|
1875
2021
|
input: ("image" | "text")[];
|
|
1876
2022
|
cost: {
|
|
1877
2023
|
input: number;
|
|
@@ -1889,6 +2035,7 @@ export declare const MODELS: {
|
|
|
1889
2035
|
provider: string;
|
|
1890
2036
|
baseUrl: string;
|
|
1891
2037
|
reasoning: true;
|
|
2038
|
+
thinkingType: "budget";
|
|
1892
2039
|
input: ("image" | "text")[];
|
|
1893
2040
|
cost: {
|
|
1894
2041
|
input: number;
|
|
@@ -1906,6 +2053,7 @@ export declare const MODELS: {
|
|
|
1906
2053
|
provider: string;
|
|
1907
2054
|
baseUrl: string;
|
|
1908
2055
|
reasoning: true;
|
|
2056
|
+
thinkingType: "budget";
|
|
1909
2057
|
input: ("image" | "text")[];
|
|
1910
2058
|
cost: {
|
|
1911
2059
|
input: number;
|
|
@@ -1923,6 +2071,7 @@ export declare const MODELS: {
|
|
|
1923
2071
|
provider: string;
|
|
1924
2072
|
baseUrl: string;
|
|
1925
2073
|
reasoning: true;
|
|
2074
|
+
thinkingType: "adaptive";
|
|
1926
2075
|
thinkingLevelMap: {
|
|
1927
2076
|
xhigh: string;
|
|
1928
2077
|
};
|
|
@@ -1943,6 +2092,7 @@ export declare const MODELS: {
|
|
|
1943
2092
|
provider: string;
|
|
1944
2093
|
baseUrl: string;
|
|
1945
2094
|
reasoning: true;
|
|
2095
|
+
thinkingType: "adaptive";
|
|
1946
2096
|
thinkingLevelMap: {
|
|
1947
2097
|
xhigh: string;
|
|
1948
2098
|
};
|
|
@@ -1963,6 +2113,7 @@ export declare const MODELS: {
|
|
|
1963
2113
|
provider: string;
|
|
1964
2114
|
baseUrl: string;
|
|
1965
2115
|
reasoning: true;
|
|
2116
|
+
thinkingType: "adaptive";
|
|
1966
2117
|
thinkingLevelMap: {
|
|
1967
2118
|
minimal: string;
|
|
1968
2119
|
low: string;
|
|
@@ -1987,6 +2138,7 @@ export declare const MODELS: {
|
|
|
1987
2138
|
provider: string;
|
|
1988
2139
|
baseUrl: string;
|
|
1989
2140
|
reasoning: true;
|
|
2141
|
+
thinkingType: "budget";
|
|
1990
2142
|
input: ("image" | "text")[];
|
|
1991
2143
|
cost: {
|
|
1992
2144
|
input: number;
|
|
@@ -2004,6 +2156,7 @@ export declare const MODELS: {
|
|
|
2004
2156
|
provider: string;
|
|
2005
2157
|
baseUrl: string;
|
|
2006
2158
|
reasoning: true;
|
|
2159
|
+
thinkingType: "budget";
|
|
2007
2160
|
input: ("image" | "text")[];
|
|
2008
2161
|
cost: {
|
|
2009
2162
|
input: number;
|
|
@@ -2021,6 +2174,7 @@ export declare const MODELS: {
|
|
|
2021
2174
|
provider: string;
|
|
2022
2175
|
baseUrl: string;
|
|
2023
2176
|
reasoning: true;
|
|
2177
|
+
thinkingType: "budget";
|
|
2024
2178
|
input: ("image" | "text")[];
|
|
2025
2179
|
cost: {
|
|
2026
2180
|
input: number;
|
|
@@ -2038,6 +2192,7 @@ export declare const MODELS: {
|
|
|
2038
2192
|
provider: string;
|
|
2039
2193
|
baseUrl: string;
|
|
2040
2194
|
reasoning: true;
|
|
2195
|
+
thinkingType: "budget";
|
|
2041
2196
|
input: ("image" | "text")[];
|
|
2042
2197
|
cost: {
|
|
2043
2198
|
input: number;
|
|
@@ -2055,6 +2210,7 @@ export declare const MODELS: {
|
|
|
2055
2210
|
provider: string;
|
|
2056
2211
|
baseUrl: string;
|
|
2057
2212
|
reasoning: true;
|
|
2213
|
+
thinkingType: "adaptive";
|
|
2058
2214
|
input: ("image" | "text")[];
|
|
2059
2215
|
cost: {
|
|
2060
2216
|
input: number;
|
|
@@ -2921,6 +3077,30 @@ export declare const MODELS: {
|
|
|
2921
3077
|
contextWindow: number;
|
|
2922
3078
|
maxTokens: number;
|
|
2923
3079
|
};
|
|
3080
|
+
readonly "claude-fable-5": {
|
|
3081
|
+
id: string;
|
|
3082
|
+
name: string;
|
|
3083
|
+
api: "anthropic-messages";
|
|
3084
|
+
provider: string;
|
|
3085
|
+
baseUrl: string;
|
|
3086
|
+
reasoning: true;
|
|
3087
|
+
thinkingLevelMap: {
|
|
3088
|
+
minimal: string;
|
|
3089
|
+
low: string;
|
|
3090
|
+
medium: string;
|
|
3091
|
+
high: string;
|
|
3092
|
+
xhigh: string;
|
|
3093
|
+
};
|
|
3094
|
+
input: ("image" | "text")[];
|
|
3095
|
+
cost: {
|
|
3096
|
+
input: number;
|
|
3097
|
+
output: number;
|
|
3098
|
+
cacheRead: number;
|
|
3099
|
+
cacheWrite: number;
|
|
3100
|
+
};
|
|
3101
|
+
contextWindow: number;
|
|
3102
|
+
maxTokens: number;
|
|
3103
|
+
};
|
|
2924
3104
|
readonly "claude-haiku-4-5": {
|
|
2925
3105
|
id: string;
|
|
2926
3106
|
name: string;
|
|
@@ -5128,195 +5308,8 @@ export declare const MODELS: {
|
|
|
5128
5308
|
maxTokens: number;
|
|
5129
5309
|
};
|
|
5130
5310
|
};
|
|
5131
|
-
readonly groq: {
|
|
5132
|
-
readonly "
|
|
5133
|
-
id: string;
|
|
5134
|
-
name: string;
|
|
5135
|
-
api: "openai-completions";
|
|
5136
|
-
provider: string;
|
|
5137
|
-
baseUrl: string;
|
|
5138
|
-
reasoning: true;
|
|
5139
|
-
input: "text"[];
|
|
5140
|
-
cost: {
|
|
5141
|
-
input: number;
|
|
5142
|
-
output: number;
|
|
5143
|
-
cacheRead: number;
|
|
5144
|
-
cacheWrite: number;
|
|
5145
|
-
};
|
|
5146
|
-
contextWindow: number;
|
|
5147
|
-
maxTokens: number;
|
|
5148
|
-
};
|
|
5149
|
-
readonly "gemma2-9b-it": {
|
|
5150
|
-
id: string;
|
|
5151
|
-
name: string;
|
|
5152
|
-
api: "openai-completions";
|
|
5153
|
-
provider: string;
|
|
5154
|
-
baseUrl: string;
|
|
5155
|
-
reasoning: false;
|
|
5156
|
-
input: "text"[];
|
|
5157
|
-
cost: {
|
|
5158
|
-
input: number;
|
|
5159
|
-
output: number;
|
|
5160
|
-
cacheRead: number;
|
|
5161
|
-
cacheWrite: number;
|
|
5162
|
-
};
|
|
5163
|
-
contextWindow: number;
|
|
5164
|
-
maxTokens: number;
|
|
5165
|
-
};
|
|
5166
|
-
readonly "groq/compound": {
|
|
5167
|
-
id: string;
|
|
5168
|
-
name: string;
|
|
5169
|
-
api: "openai-completions";
|
|
5170
|
-
provider: string;
|
|
5171
|
-
baseUrl: string;
|
|
5172
|
-
reasoning: true;
|
|
5173
|
-
input: "text"[];
|
|
5174
|
-
cost: {
|
|
5175
|
-
input: number;
|
|
5176
|
-
output: number;
|
|
5177
|
-
cacheRead: number;
|
|
5178
|
-
cacheWrite: number;
|
|
5179
|
-
};
|
|
5180
|
-
contextWindow: number;
|
|
5181
|
-
maxTokens: number;
|
|
5182
|
-
};
|
|
5183
|
-
readonly "groq/compound-mini": {
|
|
5184
|
-
id: string;
|
|
5185
|
-
name: string;
|
|
5186
|
-
api: "openai-completions";
|
|
5187
|
-
provider: string;
|
|
5188
|
-
baseUrl: string;
|
|
5189
|
-
reasoning: true;
|
|
5190
|
-
input: "text"[];
|
|
5191
|
-
cost: {
|
|
5192
|
-
input: number;
|
|
5193
|
-
output: number;
|
|
5194
|
-
cacheRead: number;
|
|
5195
|
-
cacheWrite: number;
|
|
5196
|
-
};
|
|
5197
|
-
contextWindow: number;
|
|
5198
|
-
maxTokens: number;
|
|
5199
|
-
};
|
|
5200
|
-
readonly "llama-3.1-8b-instant": {
|
|
5201
|
-
id: string;
|
|
5202
|
-
name: string;
|
|
5203
|
-
api: "openai-completions";
|
|
5204
|
-
provider: string;
|
|
5205
|
-
baseUrl: string;
|
|
5206
|
-
reasoning: false;
|
|
5207
|
-
input: "text"[];
|
|
5208
|
-
cost: {
|
|
5209
|
-
input: number;
|
|
5210
|
-
output: number;
|
|
5211
|
-
cacheRead: number;
|
|
5212
|
-
cacheWrite: number;
|
|
5213
|
-
};
|
|
5214
|
-
contextWindow: number;
|
|
5215
|
-
maxTokens: number;
|
|
5216
|
-
};
|
|
5217
|
-
readonly "llama-3.3-70b-versatile": {
|
|
5218
|
-
id: string;
|
|
5219
|
-
name: string;
|
|
5220
|
-
api: "openai-completions";
|
|
5221
|
-
provider: string;
|
|
5222
|
-
baseUrl: string;
|
|
5223
|
-
reasoning: false;
|
|
5224
|
-
input: "text"[];
|
|
5225
|
-
cost: {
|
|
5226
|
-
input: number;
|
|
5227
|
-
output: number;
|
|
5228
|
-
cacheRead: number;
|
|
5229
|
-
cacheWrite: number;
|
|
5230
|
-
};
|
|
5231
|
-
contextWindow: number;
|
|
5232
|
-
maxTokens: number;
|
|
5233
|
-
};
|
|
5234
|
-
readonly "llama3-70b-8192": {
|
|
5235
|
-
id: string;
|
|
5236
|
-
name: string;
|
|
5237
|
-
api: "openai-completions";
|
|
5238
|
-
provider: string;
|
|
5239
|
-
baseUrl: string;
|
|
5240
|
-
reasoning: false;
|
|
5241
|
-
input: "text"[];
|
|
5242
|
-
cost: {
|
|
5243
|
-
input: number;
|
|
5244
|
-
output: number;
|
|
5245
|
-
cacheRead: number;
|
|
5246
|
-
cacheWrite: number;
|
|
5247
|
-
};
|
|
5248
|
-
contextWindow: number;
|
|
5249
|
-
maxTokens: number;
|
|
5250
|
-
};
|
|
5251
|
-
readonly "llama3-8b-8192": {
|
|
5252
|
-
id: string;
|
|
5253
|
-
name: string;
|
|
5254
|
-
api: "openai-completions";
|
|
5255
|
-
provider: string;
|
|
5256
|
-
baseUrl: string;
|
|
5257
|
-
reasoning: false;
|
|
5258
|
-
input: "text"[];
|
|
5259
|
-
cost: {
|
|
5260
|
-
input: number;
|
|
5261
|
-
output: number;
|
|
5262
|
-
cacheRead: number;
|
|
5263
|
-
cacheWrite: number;
|
|
5264
|
-
};
|
|
5265
|
-
contextWindow: number;
|
|
5266
|
-
maxTokens: number;
|
|
5267
|
-
};
|
|
5268
|
-
readonly "meta-llama/llama-4-maverick-17b-128e-instruct": {
|
|
5269
|
-
id: string;
|
|
5270
|
-
name: string;
|
|
5271
|
-
api: "openai-completions";
|
|
5272
|
-
provider: string;
|
|
5273
|
-
baseUrl: string;
|
|
5274
|
-
reasoning: false;
|
|
5275
|
-
input: ("image" | "text")[];
|
|
5276
|
-
cost: {
|
|
5277
|
-
input: number;
|
|
5278
|
-
output: number;
|
|
5279
|
-
cacheRead: number;
|
|
5280
|
-
cacheWrite: number;
|
|
5281
|
-
};
|
|
5282
|
-
contextWindow: number;
|
|
5283
|
-
maxTokens: number;
|
|
5284
|
-
};
|
|
5285
|
-
readonly "meta-llama/llama-4-scout-17b-16e-instruct": {
|
|
5286
|
-
id: string;
|
|
5287
|
-
name: string;
|
|
5288
|
-
api: "openai-completions";
|
|
5289
|
-
provider: string;
|
|
5290
|
-
baseUrl: string;
|
|
5291
|
-
reasoning: false;
|
|
5292
|
-
input: ("image" | "text")[];
|
|
5293
|
-
cost: {
|
|
5294
|
-
input: number;
|
|
5295
|
-
output: number;
|
|
5296
|
-
cacheRead: number;
|
|
5297
|
-
cacheWrite: number;
|
|
5298
|
-
};
|
|
5299
|
-
contextWindow: number;
|
|
5300
|
-
maxTokens: number;
|
|
5301
|
-
};
|
|
5302
|
-
readonly "mistral-saba-24b": {
|
|
5303
|
-
id: string;
|
|
5304
|
-
name: string;
|
|
5305
|
-
api: "openai-completions";
|
|
5306
|
-
provider: string;
|
|
5307
|
-
baseUrl: string;
|
|
5308
|
-
reasoning: false;
|
|
5309
|
-
input: "text"[];
|
|
5310
|
-
cost: {
|
|
5311
|
-
input: number;
|
|
5312
|
-
output: number;
|
|
5313
|
-
cacheRead: number;
|
|
5314
|
-
cacheWrite: number;
|
|
5315
|
-
};
|
|
5316
|
-
contextWindow: number;
|
|
5317
|
-
maxTokens: number;
|
|
5318
|
-
};
|
|
5319
|
-
readonly "moonshotai/kimi-k2-instruct": {
|
|
5311
|
+
readonly groq: {
|
|
5312
|
+
readonly "llama-3.1-8b-instant": {
|
|
5320
5313
|
id: string;
|
|
5321
5314
|
name: string;
|
|
5322
5315
|
api: "openai-completions";
|
|
@@ -5333,7 +5326,7 @@ export declare const MODELS: {
|
|
|
5333
5326
|
contextWindow: number;
|
|
5334
5327
|
maxTokens: number;
|
|
5335
5328
|
};
|
|
5336
|
-
readonly "
|
|
5329
|
+
readonly "llama-3.3-70b-versatile": {
|
|
5337
5330
|
id: string;
|
|
5338
5331
|
name: string;
|
|
5339
5332
|
api: "openai-completions";
|
|
@@ -5350,14 +5343,14 @@ export declare const MODELS: {
|
|
|
5350
5343
|
contextWindow: number;
|
|
5351
5344
|
maxTokens: number;
|
|
5352
5345
|
};
|
|
5353
|
-
readonly "
|
|
5346
|
+
readonly "meta-llama/llama-4-scout-17b-16e-instruct": {
|
|
5354
5347
|
id: string;
|
|
5355
5348
|
name: string;
|
|
5356
5349
|
api: "openai-completions";
|
|
5357
5350
|
provider: string;
|
|
5358
5351
|
baseUrl: string;
|
|
5359
|
-
reasoning:
|
|
5360
|
-
input: "text"[];
|
|
5352
|
+
reasoning: false;
|
|
5353
|
+
input: ("image" | "text")[];
|
|
5361
5354
|
cost: {
|
|
5362
5355
|
input: number;
|
|
5363
5356
|
output: number;
|
|
@@ -5367,7 +5360,7 @@ export declare const MODELS: {
|
|
|
5367
5360
|
contextWindow: number;
|
|
5368
5361
|
maxTokens: number;
|
|
5369
5362
|
};
|
|
5370
|
-
readonly "openai/gpt-oss-
|
|
5363
|
+
readonly "openai/gpt-oss-120b": {
|
|
5371
5364
|
id: string;
|
|
5372
5365
|
name: string;
|
|
5373
5366
|
api: "openai-completions";
|
|
@@ -5384,7 +5377,7 @@ export declare const MODELS: {
|
|
|
5384
5377
|
contextWindow: number;
|
|
5385
5378
|
maxTokens: number;
|
|
5386
5379
|
};
|
|
5387
|
-
readonly "openai/gpt-oss-
|
|
5380
|
+
readonly "openai/gpt-oss-20b": {
|
|
5388
5381
|
id: string;
|
|
5389
5382
|
name: string;
|
|
5390
5383
|
api: "openai-completions";
|
|
@@ -5401,7 +5394,7 @@ export declare const MODELS: {
|
|
|
5401
5394
|
contextWindow: number;
|
|
5402
5395
|
maxTokens: number;
|
|
5403
5396
|
};
|
|
5404
|
-
readonly "
|
|
5397
|
+
readonly "openai/gpt-oss-safeguard-20b": {
|
|
5405
5398
|
id: string;
|
|
5406
5399
|
name: string;
|
|
5407
5400
|
api: "openai-completions";
|
|
@@ -7821,6 +7814,30 @@ export declare const MODELS: {
|
|
|
7821
7814
|
contextWindow: number;
|
|
7822
7815
|
maxTokens: number;
|
|
7823
7816
|
};
|
|
7817
|
+
readonly "claude-fable-5": {
|
|
7818
|
+
id: string;
|
|
7819
|
+
name: string;
|
|
7820
|
+
api: "anthropic-messages";
|
|
7821
|
+
provider: string;
|
|
7822
|
+
baseUrl: string;
|
|
7823
|
+
reasoning: true;
|
|
7824
|
+
thinkingLevelMap: {
|
|
7825
|
+
minimal: string;
|
|
7826
|
+
low: string;
|
|
7827
|
+
medium: string;
|
|
7828
|
+
high: string;
|
|
7829
|
+
xhigh: string;
|
|
7830
|
+
};
|
|
7831
|
+
input: ("image" | "text")[];
|
|
7832
|
+
cost: {
|
|
7833
|
+
input: number;
|
|
7834
|
+
output: number;
|
|
7835
|
+
cacheRead: number;
|
|
7836
|
+
cacheWrite: number;
|
|
7837
|
+
};
|
|
7838
|
+
contextWindow: number;
|
|
7839
|
+
maxTokens: number;
|
|
7840
|
+
};
|
|
7824
7841
|
readonly "claude-haiku-4-5": {
|
|
7825
7842
|
id: string;
|
|
7826
7843
|
name: string;
|
|
@@ -8043,6 +8060,34 @@ export declare const MODELS: {
|
|
|
8043
8060
|
contextWindow: number;
|
|
8044
8061
|
maxTokens: number;
|
|
8045
8062
|
};
|
|
8063
|
+
readonly "deepseek-v4-pro": {
|
|
8064
|
+
id: string;
|
|
8065
|
+
name: string;
|
|
8066
|
+
api: "openai-completions";
|
|
8067
|
+
provider: string;
|
|
8068
|
+
baseUrl: string;
|
|
8069
|
+
compat: {
|
|
8070
|
+
requiresReasoningContentOnAssistantMessages: true;
|
|
8071
|
+
thinkingFormat: "deepseek";
|
|
8072
|
+
};
|
|
8073
|
+
reasoning: true;
|
|
8074
|
+
thinkingLevelMap: {
|
|
8075
|
+
minimal: null;
|
|
8076
|
+
low: null;
|
|
8077
|
+
medium: null;
|
|
8078
|
+
high: string;
|
|
8079
|
+
xhigh: string;
|
|
8080
|
+
};
|
|
8081
|
+
input: "text"[];
|
|
8082
|
+
cost: {
|
|
8083
|
+
input: number;
|
|
8084
|
+
output: number;
|
|
8085
|
+
cacheRead: number;
|
|
8086
|
+
cacheWrite: number;
|
|
8087
|
+
};
|
|
8088
|
+
contextWindow: number;
|
|
8089
|
+
maxTokens: number;
|
|
8090
|
+
};
|
|
8046
8091
|
readonly "gemini-3-flash": {
|
|
8047
8092
|
id: string;
|
|
8048
8093
|
name: string;
|
|
@@ -8572,14 +8617,14 @@ export declare const MODELS: {
|
|
|
8572
8617
|
contextWindow: number;
|
|
8573
8618
|
maxTokens: number;
|
|
8574
8619
|
};
|
|
8575
|
-
readonly "
|
|
8620
|
+
readonly "nemotron-3-ultra-free": {
|
|
8576
8621
|
id: string;
|
|
8577
8622
|
name: string;
|
|
8578
|
-
api: "
|
|
8623
|
+
api: "openai-completions";
|
|
8579
8624
|
provider: string;
|
|
8580
8625
|
baseUrl: string;
|
|
8581
8626
|
reasoning: true;
|
|
8582
|
-
input:
|
|
8627
|
+
input: "text"[];
|
|
8583
8628
|
cost: {
|
|
8584
8629
|
input: number;
|
|
8585
8630
|
output: number;
|
|
@@ -8589,7 +8634,7 @@ export declare const MODELS: {
|
|
|
8589
8634
|
contextWindow: number;
|
|
8590
8635
|
maxTokens: number;
|
|
8591
8636
|
};
|
|
8592
|
-
readonly "
|
|
8637
|
+
readonly "north-mini-code-free": {
|
|
8593
8638
|
id: string;
|
|
8594
8639
|
name: string;
|
|
8595
8640
|
api: "openai-completions";
|
|
@@ -9026,6 +9071,30 @@ export declare const MODELS: {
|
|
|
9026
9071
|
contextWindow: number;
|
|
9027
9072
|
maxTokens: number;
|
|
9028
9073
|
};
|
|
9074
|
+
readonly "anthropic/claude-fable-5": {
|
|
9075
|
+
id: string;
|
|
9076
|
+
name: string;
|
|
9077
|
+
api: "openai-completions";
|
|
9078
|
+
provider: string;
|
|
9079
|
+
baseUrl: string;
|
|
9080
|
+
reasoning: true;
|
|
9081
|
+
thinkingLevelMap: {
|
|
9082
|
+
minimal: string;
|
|
9083
|
+
low: string;
|
|
9084
|
+
medium: string;
|
|
9085
|
+
high: string;
|
|
9086
|
+
xhigh: string;
|
|
9087
|
+
};
|
|
9088
|
+
input: ("image" | "text")[];
|
|
9089
|
+
cost: {
|
|
9090
|
+
input: number;
|
|
9091
|
+
output: number;
|
|
9092
|
+
cacheRead: number;
|
|
9093
|
+
cacheWrite: number;
|
|
9094
|
+
};
|
|
9095
|
+
contextWindow: number;
|
|
9096
|
+
maxTokens: number;
|
|
9097
|
+
};
|
|
9029
9098
|
readonly "anthropic/claude-haiku-4.5": {
|
|
9030
9099
|
id: string;
|
|
9031
9100
|
name: string;
|
|
@@ -10655,14 +10724,14 @@ export declare const MODELS: {
|
|
|
10655
10724
|
contextWindow: number;
|
|
10656
10725
|
maxTokens: number;
|
|
10657
10726
|
};
|
|
10658
|
-
readonly "nex-agi/
|
|
10727
|
+
readonly "nex-agi/nex-n2-pro:free": {
|
|
10659
10728
|
id: string;
|
|
10660
10729
|
name: string;
|
|
10661
10730
|
api: "openai-completions";
|
|
10662
10731
|
provider: string;
|
|
10663
10732
|
baseUrl: string;
|
|
10664
|
-
reasoning:
|
|
10665
|
-
input: "text"[];
|
|
10733
|
+
reasoning: true;
|
|
10734
|
+
input: ("image" | "text")[];
|
|
10666
10735
|
cost: {
|
|
10667
10736
|
input: number;
|
|
10668
10737
|
output: number;
|
|
@@ -12816,23 +12885,6 @@ export declare const MODELS: {
|
|
|
12816
12885
|
contextWindow: number;
|
|
12817
12886
|
maxTokens: number;
|
|
12818
12887
|
};
|
|
12819
|
-
readonly "z-ai/glm-4-32b": {
|
|
12820
|
-
id: string;
|
|
12821
|
-
name: string;
|
|
12822
|
-
api: "openai-completions";
|
|
12823
|
-
provider: string;
|
|
12824
|
-
baseUrl: string;
|
|
12825
|
-
reasoning: false;
|
|
12826
|
-
input: "text"[];
|
|
12827
|
-
cost: {
|
|
12828
|
-
input: number;
|
|
12829
|
-
output: number;
|
|
12830
|
-
cacheRead: number;
|
|
12831
|
-
cacheWrite: number;
|
|
12832
|
-
};
|
|
12833
|
-
contextWindow: number;
|
|
12834
|
-
maxTokens: number;
|
|
12835
|
-
};
|
|
12836
12888
|
readonly "z-ai/glm-4.5": {
|
|
12837
12889
|
id: string;
|
|
12838
12890
|
name: string;
|
|
@@ -12867,23 +12919,6 @@ export declare const MODELS: {
|
|
|
12867
12919
|
contextWindow: number;
|
|
12868
12920
|
maxTokens: number;
|
|
12869
12921
|
};
|
|
12870
|
-
readonly "z-ai/glm-4.5-air:free": {
|
|
12871
|
-
id: string;
|
|
12872
|
-
name: string;
|
|
12873
|
-
api: "openai-completions";
|
|
12874
|
-
provider: string;
|
|
12875
|
-
baseUrl: string;
|
|
12876
|
-
reasoning: true;
|
|
12877
|
-
input: "text"[];
|
|
12878
|
-
cost: {
|
|
12879
|
-
input: number;
|
|
12880
|
-
output: number;
|
|
12881
|
-
cacheRead: number;
|
|
12882
|
-
cacheWrite: number;
|
|
12883
|
-
};
|
|
12884
|
-
contextWindow: number;
|
|
12885
|
-
maxTokens: number;
|
|
12886
|
-
};
|
|
12887
12922
|
readonly "z-ai/glm-4.5v": {
|
|
12888
12923
|
id: string;
|
|
12889
12924
|
name: string;
|
|
@@ -13020,13 +13055,20 @@ export declare const MODELS: {
|
|
|
13020
13055
|
contextWindow: number;
|
|
13021
13056
|
maxTokens: number;
|
|
13022
13057
|
};
|
|
13023
|
-
readonly "
|
|
13058
|
+
readonly "~anthropic/claude-fable-latest": {
|
|
13024
13059
|
id: string;
|
|
13025
13060
|
name: string;
|
|
13026
13061
|
api: "openai-completions";
|
|
13027
13062
|
provider: string;
|
|
13028
13063
|
baseUrl: string;
|
|
13029
13064
|
reasoning: true;
|
|
13065
|
+
thinkingLevelMap: {
|
|
13066
|
+
minimal: string;
|
|
13067
|
+
low: string;
|
|
13068
|
+
medium: string;
|
|
13069
|
+
high: string;
|
|
13070
|
+
xhigh: string;
|
|
13071
|
+
};
|
|
13030
13072
|
input: ("image" | "text")[];
|
|
13031
13073
|
cost: {
|
|
13032
13074
|
input: number;
|
|
@@ -14140,6 +14182,30 @@ export declare const MODELS: {
|
|
|
14140
14182
|
contextWindow: number;
|
|
14141
14183
|
maxTokens: number;
|
|
14142
14184
|
};
|
|
14185
|
+
readonly "anthropic/claude-fable-5": {
|
|
14186
|
+
id: string;
|
|
14187
|
+
name: string;
|
|
14188
|
+
api: "anthropic-messages";
|
|
14189
|
+
provider: string;
|
|
14190
|
+
baseUrl: string;
|
|
14191
|
+
reasoning: true;
|
|
14192
|
+
thinkingLevelMap: {
|
|
14193
|
+
minimal: string;
|
|
14194
|
+
low: string;
|
|
14195
|
+
medium: string;
|
|
14196
|
+
high: string;
|
|
14197
|
+
xhigh: string;
|
|
14198
|
+
};
|
|
14199
|
+
input: ("image" | "text")[];
|
|
14200
|
+
cost: {
|
|
14201
|
+
input: number;
|
|
14202
|
+
output: number;
|
|
14203
|
+
cacheRead: number;
|
|
14204
|
+
cacheWrite: number;
|
|
14205
|
+
};
|
|
14206
|
+
contextWindow: number;
|
|
14207
|
+
maxTokens: number;
|
|
14208
|
+
};
|
|
14143
14209
|
readonly "anthropic/claude-haiku-4.5": {
|
|
14144
14210
|
id: string;
|
|
14145
14211
|
name: string;
|
|
@@ -14527,40 +14593,6 @@ export declare const MODELS: {
|
|
|
14527
14593
|
contextWindow: number;
|
|
14528
14594
|
maxTokens: number;
|
|
14529
14595
|
};
|
|
14530
|
-
readonly "google/gemini-2.0-flash": {
|
|
14531
|
-
id: string;
|
|
14532
|
-
name: string;
|
|
14533
|
-
api: "anthropic-messages";
|
|
14534
|
-
provider: string;
|
|
14535
|
-
baseUrl: string;
|
|
14536
|
-
reasoning: false;
|
|
14537
|
-
input: ("image" | "text")[];
|
|
14538
|
-
cost: {
|
|
14539
|
-
input: number;
|
|
14540
|
-
output: number;
|
|
14541
|
-
cacheRead: number;
|
|
14542
|
-
cacheWrite: number;
|
|
14543
|
-
};
|
|
14544
|
-
contextWindow: number;
|
|
14545
|
-
maxTokens: number;
|
|
14546
|
-
};
|
|
14547
|
-
readonly "google/gemini-2.0-flash-lite": {
|
|
14548
|
-
id: string;
|
|
14549
|
-
name: string;
|
|
14550
|
-
api: "anthropic-messages";
|
|
14551
|
-
provider: string;
|
|
14552
|
-
baseUrl: string;
|
|
14553
|
-
reasoning: false;
|
|
14554
|
-
input: ("image" | "text")[];
|
|
14555
|
-
cost: {
|
|
14556
|
-
input: number;
|
|
14557
|
-
output: number;
|
|
14558
|
-
cacheRead: number;
|
|
14559
|
-
cacheWrite: number;
|
|
14560
|
-
};
|
|
14561
|
-
contextWindow: number;
|
|
14562
|
-
maxTokens: number;
|
|
14563
|
-
};
|
|
14564
14596
|
readonly "google/gemini-2.5-flash": {
|
|
14565
14597
|
id: string;
|
|
14566
14598
|
name: string;
|
|
@@ -16726,6 +16758,23 @@ export declare const MODELS: {
|
|
|
16726
16758
|
contextWindow: number;
|
|
16727
16759
|
maxTokens: number;
|
|
16728
16760
|
};
|
|
16761
|
+
readonly "mimo-v2.5-pro-ultraspeed": {
|
|
16762
|
+
id: string;
|
|
16763
|
+
name: string;
|
|
16764
|
+
api: "anthropic-messages";
|
|
16765
|
+
provider: string;
|
|
16766
|
+
baseUrl: string;
|
|
16767
|
+
reasoning: true;
|
|
16768
|
+
input: "text"[];
|
|
16769
|
+
cost: {
|
|
16770
|
+
input: number;
|
|
16771
|
+
output: number;
|
|
16772
|
+
cacheRead: number;
|
|
16773
|
+
cacheWrite: number;
|
|
16774
|
+
};
|
|
16775
|
+
contextWindow: number;
|
|
16776
|
+
maxTokens: number;
|
|
16777
|
+
};
|
|
16729
16778
|
};
|
|
16730
16779
|
readonly "xiaomi-token-plan-ams": {
|
|
16731
16780
|
readonly "mimo-v2.5": {
|
|
@@ -16762,6 +16811,23 @@ export declare const MODELS: {
|
|
|
16762
16811
|
contextWindow: number;
|
|
16763
16812
|
maxTokens: number;
|
|
16764
16813
|
};
|
|
16814
|
+
readonly "mimo-v2.5-pro-ultraspeed": {
|
|
16815
|
+
id: string;
|
|
16816
|
+
name: string;
|
|
16817
|
+
api: "anthropic-messages";
|
|
16818
|
+
provider: string;
|
|
16819
|
+
baseUrl: string;
|
|
16820
|
+
reasoning: true;
|
|
16821
|
+
input: "text"[];
|
|
16822
|
+
cost: {
|
|
16823
|
+
input: number;
|
|
16824
|
+
output: number;
|
|
16825
|
+
cacheRead: number;
|
|
16826
|
+
cacheWrite: number;
|
|
16827
|
+
};
|
|
16828
|
+
contextWindow: number;
|
|
16829
|
+
maxTokens: number;
|
|
16830
|
+
};
|
|
16765
16831
|
};
|
|
16766
16832
|
readonly "xiaomi-token-plan-cn": {
|
|
16767
16833
|
readonly "mimo-v2.5": {
|
|
@@ -16798,6 +16864,23 @@ export declare const MODELS: {
|
|
|
16798
16864
|
contextWindow: number;
|
|
16799
16865
|
maxTokens: number;
|
|
16800
16866
|
};
|
|
16867
|
+
readonly "mimo-v2.5-pro-ultraspeed": {
|
|
16868
|
+
id: string;
|
|
16869
|
+
name: string;
|
|
16870
|
+
api: "anthropic-messages";
|
|
16871
|
+
provider: string;
|
|
16872
|
+
baseUrl: string;
|
|
16873
|
+
reasoning: true;
|
|
16874
|
+
input: "text"[];
|
|
16875
|
+
cost: {
|
|
16876
|
+
input: number;
|
|
16877
|
+
output: number;
|
|
16878
|
+
cacheRead: number;
|
|
16879
|
+
cacheWrite: number;
|
|
16880
|
+
};
|
|
16881
|
+
contextWindow: number;
|
|
16882
|
+
maxTokens: number;
|
|
16883
|
+
};
|
|
16801
16884
|
};
|
|
16802
16885
|
readonly "xiaomi-token-plan-sgp": {
|
|
16803
16886
|
readonly "mimo-v2.5": {
|
|
@@ -16834,6 +16917,23 @@ export declare const MODELS: {
|
|
|
16834
16917
|
contextWindow: number;
|
|
16835
16918
|
maxTokens: number;
|
|
16836
16919
|
};
|
|
16920
|
+
readonly "mimo-v2.5-pro-ultraspeed": {
|
|
16921
|
+
id: string;
|
|
16922
|
+
name: string;
|
|
16923
|
+
api: "anthropic-messages";
|
|
16924
|
+
provider: string;
|
|
16925
|
+
baseUrl: string;
|
|
16926
|
+
reasoning: true;
|
|
16927
|
+
input: "text"[];
|
|
16928
|
+
cost: {
|
|
16929
|
+
input: number;
|
|
16930
|
+
output: number;
|
|
16931
|
+
cacheRead: number;
|
|
16932
|
+
cacheWrite: number;
|
|
16933
|
+
};
|
|
16934
|
+
contextWindow: number;
|
|
16935
|
+
maxTokens: number;
|
|
16936
|
+
};
|
|
16837
16937
|
};
|
|
16838
16938
|
readonly zai: {
|
|
16839
16939
|
readonly "glm-4.5-air": {
|