@dreb/ai 2.15.2 → 2.17.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/models.generated.d.ts +92 -411
- package/dist/models.generated.d.ts.map +1 -1
- package/dist/models.generated.js +200 -480
- package/dist/models.generated.js.map +1 -1
- package/dist/types.d.ts +1 -0
- package/dist/types.d.ts.map +1 -1
- package/dist/types.js.map +1 -1
- package/package.json +1 -1
|
@@ -51,23 +51,6 @@ export declare const MODELS: {
|
|
|
51
51
|
contextWindow: number;
|
|
52
52
|
maxTokens: number;
|
|
53
53
|
};
|
|
54
|
-
readonly "amazon.nova-premier-v1:0": {
|
|
55
|
-
id: string;
|
|
56
|
-
name: string;
|
|
57
|
-
api: "bedrock-converse-stream";
|
|
58
|
-
provider: string;
|
|
59
|
-
baseUrl: string;
|
|
60
|
-
reasoning: true;
|
|
61
|
-
input: ("image" | "text")[];
|
|
62
|
-
cost: {
|
|
63
|
-
input: number;
|
|
64
|
-
output: number;
|
|
65
|
-
cacheRead: number;
|
|
66
|
-
cacheWrite: number;
|
|
67
|
-
};
|
|
68
|
-
contextWindow: number;
|
|
69
|
-
maxTokens: number;
|
|
70
|
-
};
|
|
71
54
|
readonly "amazon.nova-pro-v1:0": {
|
|
72
55
|
id: string;
|
|
73
56
|
name: string;
|
|
@@ -85,91 +68,6 @@ export declare const MODELS: {
|
|
|
85
68
|
contextWindow: number;
|
|
86
69
|
maxTokens: number;
|
|
87
70
|
};
|
|
88
|
-
readonly "anthropic.claude-3-5-haiku-20241022-v1:0": {
|
|
89
|
-
id: string;
|
|
90
|
-
name: string;
|
|
91
|
-
api: "bedrock-converse-stream";
|
|
92
|
-
provider: string;
|
|
93
|
-
baseUrl: string;
|
|
94
|
-
reasoning: false;
|
|
95
|
-
input: ("image" | "text")[];
|
|
96
|
-
cost: {
|
|
97
|
-
input: number;
|
|
98
|
-
output: number;
|
|
99
|
-
cacheRead: number;
|
|
100
|
-
cacheWrite: number;
|
|
101
|
-
};
|
|
102
|
-
contextWindow: number;
|
|
103
|
-
maxTokens: number;
|
|
104
|
-
};
|
|
105
|
-
readonly "anthropic.claude-3-5-sonnet-20240620-v1:0": {
|
|
106
|
-
id: string;
|
|
107
|
-
name: string;
|
|
108
|
-
api: "bedrock-converse-stream";
|
|
109
|
-
provider: string;
|
|
110
|
-
baseUrl: string;
|
|
111
|
-
reasoning: false;
|
|
112
|
-
input: ("image" | "text")[];
|
|
113
|
-
cost: {
|
|
114
|
-
input: number;
|
|
115
|
-
output: number;
|
|
116
|
-
cacheRead: number;
|
|
117
|
-
cacheWrite: number;
|
|
118
|
-
};
|
|
119
|
-
contextWindow: number;
|
|
120
|
-
maxTokens: number;
|
|
121
|
-
};
|
|
122
|
-
readonly "anthropic.claude-3-5-sonnet-20241022-v2:0": {
|
|
123
|
-
id: string;
|
|
124
|
-
name: string;
|
|
125
|
-
api: "bedrock-converse-stream";
|
|
126
|
-
provider: string;
|
|
127
|
-
baseUrl: string;
|
|
128
|
-
reasoning: false;
|
|
129
|
-
input: ("image" | "text")[];
|
|
130
|
-
cost: {
|
|
131
|
-
input: number;
|
|
132
|
-
output: number;
|
|
133
|
-
cacheRead: number;
|
|
134
|
-
cacheWrite: number;
|
|
135
|
-
};
|
|
136
|
-
contextWindow: number;
|
|
137
|
-
maxTokens: number;
|
|
138
|
-
};
|
|
139
|
-
readonly "anthropic.claude-3-7-sonnet-20250219-v1:0": {
|
|
140
|
-
id: string;
|
|
141
|
-
name: string;
|
|
142
|
-
api: "bedrock-converse-stream";
|
|
143
|
-
provider: string;
|
|
144
|
-
baseUrl: string;
|
|
145
|
-
reasoning: false;
|
|
146
|
-
input: ("image" | "text")[];
|
|
147
|
-
cost: {
|
|
148
|
-
input: number;
|
|
149
|
-
output: number;
|
|
150
|
-
cacheRead: number;
|
|
151
|
-
cacheWrite: number;
|
|
152
|
-
};
|
|
153
|
-
contextWindow: number;
|
|
154
|
-
maxTokens: number;
|
|
155
|
-
};
|
|
156
|
-
readonly "anthropic.claude-3-haiku-20240307-v1:0": {
|
|
157
|
-
id: string;
|
|
158
|
-
name: string;
|
|
159
|
-
api: "bedrock-converse-stream";
|
|
160
|
-
provider: string;
|
|
161
|
-
baseUrl: string;
|
|
162
|
-
reasoning: false;
|
|
163
|
-
input: ("image" | "text")[];
|
|
164
|
-
cost: {
|
|
165
|
-
input: number;
|
|
166
|
-
output: number;
|
|
167
|
-
cacheRead: number;
|
|
168
|
-
cacheWrite: number;
|
|
169
|
-
};
|
|
170
|
-
contextWindow: number;
|
|
171
|
-
maxTokens: number;
|
|
172
|
-
};
|
|
173
71
|
readonly "anthropic.claude-haiku-4-5-20251001-v1:0": {
|
|
174
72
|
id: string;
|
|
175
73
|
name: string;
|
|
@@ -204,7 +102,7 @@ export declare const MODELS: {
|
|
|
204
102
|
contextWindow: number;
|
|
205
103
|
maxTokens: number;
|
|
206
104
|
};
|
|
207
|
-
readonly "anthropic.claude-opus-4-
|
|
105
|
+
readonly "anthropic.claude-opus-4-5-20251101-v1:0": {
|
|
208
106
|
id: string;
|
|
209
107
|
name: string;
|
|
210
108
|
api: "bedrock-converse-stream";
|
|
@@ -221,7 +119,7 @@ export declare const MODELS: {
|
|
|
221
119
|
contextWindow: number;
|
|
222
120
|
maxTokens: number;
|
|
223
121
|
};
|
|
224
|
-
readonly "anthropic.claude-opus-4-
|
|
122
|
+
readonly "anthropic.claude-opus-4-6-v1": {
|
|
225
123
|
id: string;
|
|
226
124
|
name: string;
|
|
227
125
|
api: "bedrock-converse-stream";
|
|
@@ -238,7 +136,7 @@ export declare const MODELS: {
|
|
|
238
136
|
contextWindow: number;
|
|
239
137
|
maxTokens: number;
|
|
240
138
|
};
|
|
241
|
-
readonly "anthropic.claude-opus-4-
|
|
139
|
+
readonly "anthropic.claude-opus-4-7": {
|
|
242
140
|
id: string;
|
|
243
141
|
name: string;
|
|
244
142
|
api: "bedrock-converse-stream";
|
|
@@ -255,7 +153,7 @@ export declare const MODELS: {
|
|
|
255
153
|
contextWindow: number;
|
|
256
154
|
maxTokens: number;
|
|
257
155
|
};
|
|
258
|
-
readonly "anthropic.claude-
|
|
156
|
+
readonly "anthropic.claude-sonnet-4-5-20250929-v1:0": {
|
|
259
157
|
id: string;
|
|
260
158
|
name: string;
|
|
261
159
|
api: "bedrock-converse-stream";
|
|
@@ -272,7 +170,7 @@ export declare const MODELS: {
|
|
|
272
170
|
contextWindow: number;
|
|
273
171
|
maxTokens: number;
|
|
274
172
|
};
|
|
275
|
-
readonly "anthropic.claude-sonnet-4-
|
|
173
|
+
readonly "anthropic.claude-sonnet-4-6": {
|
|
276
174
|
id: string;
|
|
277
175
|
name: string;
|
|
278
176
|
api: "bedrock-converse-stream";
|
|
@@ -289,7 +187,7 @@ export declare const MODELS: {
|
|
|
289
187
|
contextWindow: number;
|
|
290
188
|
maxTokens: number;
|
|
291
189
|
};
|
|
292
|
-
readonly "anthropic.claude-
|
|
190
|
+
readonly "au.anthropic.claude-haiku-4-5-20251001-v1:0": {
|
|
293
191
|
id: string;
|
|
294
192
|
name: string;
|
|
295
193
|
api: "bedrock-converse-stream";
|
|
@@ -306,7 +204,7 @@ export declare const MODELS: {
|
|
|
306
204
|
contextWindow: number;
|
|
307
205
|
maxTokens: number;
|
|
308
206
|
};
|
|
309
|
-
readonly "anthropic.claude-
|
|
207
|
+
readonly "au.anthropic.claude-opus-4-6-v1": {
|
|
310
208
|
id: string;
|
|
311
209
|
name: string;
|
|
312
210
|
api: "bedrock-converse-stream";
|
|
@@ -323,7 +221,7 @@ export declare const MODELS: {
|
|
|
323
221
|
contextWindow: number;
|
|
324
222
|
maxTokens: number;
|
|
325
223
|
};
|
|
326
|
-
readonly "au.anthropic.claude-
|
|
224
|
+
readonly "au.anthropic.claude-sonnet-4-5-20250929-v1:0": {
|
|
327
225
|
id: string;
|
|
328
226
|
name: string;
|
|
329
227
|
api: "bedrock-converse-stream";
|
|
@@ -476,23 +374,6 @@ export declare const MODELS: {
|
|
|
476
374
|
contextWindow: number;
|
|
477
375
|
maxTokens: number;
|
|
478
376
|
};
|
|
479
|
-
readonly "eu.anthropic.claude-sonnet-4-20250514-v1:0": {
|
|
480
|
-
id: string;
|
|
481
|
-
name: string;
|
|
482
|
-
api: "bedrock-converse-stream";
|
|
483
|
-
provider: string;
|
|
484
|
-
baseUrl: string;
|
|
485
|
-
reasoning: true;
|
|
486
|
-
input: ("image" | "text")[];
|
|
487
|
-
cost: {
|
|
488
|
-
input: number;
|
|
489
|
-
output: number;
|
|
490
|
-
cacheRead: number;
|
|
491
|
-
cacheWrite: number;
|
|
492
|
-
};
|
|
493
|
-
contextWindow: number;
|
|
494
|
-
maxTokens: number;
|
|
495
|
-
};
|
|
496
377
|
readonly "eu.anthropic.claude-sonnet-4-5-20250929-v1:0": {
|
|
497
378
|
id: string;
|
|
498
379
|
name: string;
|
|
@@ -595,23 +476,6 @@ export declare const MODELS: {
|
|
|
595
476
|
contextWindow: number;
|
|
596
477
|
maxTokens: number;
|
|
597
478
|
};
|
|
598
|
-
readonly "global.anthropic.claude-sonnet-4-20250514-v1:0": {
|
|
599
|
-
id: string;
|
|
600
|
-
name: string;
|
|
601
|
-
api: "bedrock-converse-stream";
|
|
602
|
-
provider: string;
|
|
603
|
-
baseUrl: string;
|
|
604
|
-
reasoning: true;
|
|
605
|
-
input: ("image" | "text")[];
|
|
606
|
-
cost: {
|
|
607
|
-
input: number;
|
|
608
|
-
output: number;
|
|
609
|
-
cacheRead: number;
|
|
610
|
-
cacheWrite: number;
|
|
611
|
-
};
|
|
612
|
-
contextWindow: number;
|
|
613
|
-
maxTokens: number;
|
|
614
|
-
};
|
|
615
479
|
readonly "global.anthropic.claude-sonnet-4-5-20250929-v1:0": {
|
|
616
480
|
id: string;
|
|
617
481
|
name: string;
|
|
@@ -680,31 +544,14 @@ export declare const MODELS: {
|
|
|
680
544
|
contextWindow: number;
|
|
681
545
|
maxTokens: number;
|
|
682
546
|
};
|
|
683
|
-
readonly "
|
|
547
|
+
readonly "jp.anthropic.claude-opus-4-7": {
|
|
684
548
|
id: string;
|
|
685
549
|
name: string;
|
|
686
550
|
api: "bedrock-converse-stream";
|
|
687
551
|
provider: string;
|
|
688
552
|
baseUrl: string;
|
|
689
|
-
reasoning:
|
|
690
|
-
input: "text"[];
|
|
691
|
-
cost: {
|
|
692
|
-
input: number;
|
|
693
|
-
output: number;
|
|
694
|
-
cacheRead: number;
|
|
695
|
-
cacheWrite: number;
|
|
696
|
-
};
|
|
697
|
-
contextWindow: number;
|
|
698
|
-
maxTokens: number;
|
|
699
|
-
};
|
|
700
|
-
readonly "meta.llama3-1-70b-instruct-v1:0": {
|
|
701
|
-
id: string;
|
|
702
|
-
name: string;
|
|
703
|
-
api: "bedrock-converse-stream";
|
|
704
|
-
provider: string;
|
|
705
|
-
baseUrl: string;
|
|
706
|
-
reasoning: false;
|
|
707
|
-
input: "text"[];
|
|
553
|
+
reasoning: true;
|
|
554
|
+
input: ("image" | "text")[];
|
|
708
555
|
cost: {
|
|
709
556
|
input: number;
|
|
710
557
|
output: number;
|
|
@@ -714,14 +561,14 @@ export declare const MODELS: {
|
|
|
714
561
|
contextWindow: number;
|
|
715
562
|
maxTokens: number;
|
|
716
563
|
};
|
|
717
|
-
readonly "
|
|
564
|
+
readonly "jp.anthropic.claude-sonnet-4-5-20250929-v1:0": {
|
|
718
565
|
id: string;
|
|
719
566
|
name: string;
|
|
720
567
|
api: "bedrock-converse-stream";
|
|
721
568
|
provider: string;
|
|
722
569
|
baseUrl: string;
|
|
723
|
-
reasoning:
|
|
724
|
-
input: "text"[];
|
|
570
|
+
reasoning: true;
|
|
571
|
+
input: ("image" | "text")[];
|
|
725
572
|
cost: {
|
|
726
573
|
input: number;
|
|
727
574
|
output: number;
|
|
@@ -731,13 +578,13 @@ export declare const MODELS: {
|
|
|
731
578
|
contextWindow: number;
|
|
732
579
|
maxTokens: number;
|
|
733
580
|
};
|
|
734
|
-
readonly "
|
|
581
|
+
readonly "jp.anthropic.claude-sonnet-4-6": {
|
|
735
582
|
id: string;
|
|
736
583
|
name: string;
|
|
737
584
|
api: "bedrock-converse-stream";
|
|
738
585
|
provider: string;
|
|
739
586
|
baseUrl: string;
|
|
740
|
-
reasoning:
|
|
587
|
+
reasoning: true;
|
|
741
588
|
input: ("image" | "text")[];
|
|
742
589
|
cost: {
|
|
743
590
|
input: number;
|
|
@@ -748,7 +595,7 @@ export declare const MODELS: {
|
|
|
748
595
|
contextWindow: number;
|
|
749
596
|
maxTokens: number;
|
|
750
597
|
};
|
|
751
|
-
readonly "meta.llama3-
|
|
598
|
+
readonly "meta.llama3-1-70b-instruct-v1:0": {
|
|
752
599
|
id: string;
|
|
753
600
|
name: string;
|
|
754
601
|
api: "bedrock-converse-stream";
|
|
@@ -765,7 +612,7 @@ export declare const MODELS: {
|
|
|
765
612
|
contextWindow: number;
|
|
766
613
|
maxTokens: number;
|
|
767
614
|
};
|
|
768
|
-
readonly "meta.llama3-
|
|
615
|
+
readonly "meta.llama3-1-8b-instruct-v1:0": {
|
|
769
616
|
id: string;
|
|
770
617
|
name: string;
|
|
771
618
|
api: "bedrock-converse-stream";
|
|
@@ -782,23 +629,6 @@ export declare const MODELS: {
|
|
|
782
629
|
contextWindow: number;
|
|
783
630
|
maxTokens: number;
|
|
784
631
|
};
|
|
785
|
-
readonly "meta.llama3-2-90b-instruct-v1:0": {
|
|
786
|
-
id: string;
|
|
787
|
-
name: string;
|
|
788
|
-
api: "bedrock-converse-stream";
|
|
789
|
-
provider: string;
|
|
790
|
-
baseUrl: string;
|
|
791
|
-
reasoning: false;
|
|
792
|
-
input: ("image" | "text")[];
|
|
793
|
-
cost: {
|
|
794
|
-
input: number;
|
|
795
|
-
output: number;
|
|
796
|
-
cacheRead: number;
|
|
797
|
-
cacheWrite: number;
|
|
798
|
-
};
|
|
799
|
-
contextWindow: number;
|
|
800
|
-
maxTokens: number;
|
|
801
|
-
};
|
|
802
632
|
readonly "meta.llama3-3-70b-instruct-v1:0": {
|
|
803
633
|
id: string;
|
|
804
634
|
name: string;
|
|
@@ -1377,7 +1207,7 @@ export declare const MODELS: {
|
|
|
1377
1207
|
contextWindow: number;
|
|
1378
1208
|
maxTokens: number;
|
|
1379
1209
|
};
|
|
1380
|
-
readonly "us.anthropic.claude-opus-4-
|
|
1210
|
+
readonly "us.anthropic.claude-opus-4-5-20251101-v1:0": {
|
|
1381
1211
|
id: string;
|
|
1382
1212
|
name: string;
|
|
1383
1213
|
api: "bedrock-converse-stream";
|
|
@@ -1394,7 +1224,7 @@ export declare const MODELS: {
|
|
|
1394
1224
|
contextWindow: number;
|
|
1395
1225
|
maxTokens: number;
|
|
1396
1226
|
};
|
|
1397
|
-
readonly "us.anthropic.claude-opus-4-
|
|
1227
|
+
readonly "us.anthropic.claude-opus-4-6-v1": {
|
|
1398
1228
|
id: string;
|
|
1399
1229
|
name: string;
|
|
1400
1230
|
api: "bedrock-converse-stream";
|
|
@@ -1411,7 +1241,7 @@ export declare const MODELS: {
|
|
|
1411
1241
|
contextWindow: number;
|
|
1412
1242
|
maxTokens: number;
|
|
1413
1243
|
};
|
|
1414
|
-
readonly "us.anthropic.claude-opus-4-
|
|
1244
|
+
readonly "us.anthropic.claude-opus-4-7": {
|
|
1415
1245
|
id: string;
|
|
1416
1246
|
name: string;
|
|
1417
1247
|
api: "bedrock-converse-stream";
|
|
@@ -1428,7 +1258,7 @@ export declare const MODELS: {
|
|
|
1428
1258
|
contextWindow: number;
|
|
1429
1259
|
maxTokens: number;
|
|
1430
1260
|
};
|
|
1431
|
-
readonly "us.anthropic.claude-
|
|
1261
|
+
readonly "us.anthropic.claude-sonnet-4-5-20250929-v1:0": {
|
|
1432
1262
|
id: string;
|
|
1433
1263
|
name: string;
|
|
1434
1264
|
api: "bedrock-converse-stream";
|
|
@@ -1445,7 +1275,7 @@ export declare const MODELS: {
|
|
|
1445
1275
|
contextWindow: number;
|
|
1446
1276
|
maxTokens: number;
|
|
1447
1277
|
};
|
|
1448
|
-
readonly "us.anthropic.claude-sonnet-4-
|
|
1278
|
+
readonly "us.anthropic.claude-sonnet-4-6": {
|
|
1449
1279
|
id: string;
|
|
1450
1280
|
name: string;
|
|
1451
1281
|
api: "bedrock-converse-stream";
|
|
@@ -1462,13 +1292,30 @@ export declare const MODELS: {
|
|
|
1462
1292
|
contextWindow: number;
|
|
1463
1293
|
maxTokens: number;
|
|
1464
1294
|
};
|
|
1465
|
-
readonly "us.
|
|
1295
|
+
readonly "us.deepseek.r1-v1:0": {
|
|
1466
1296
|
id: string;
|
|
1467
1297
|
name: string;
|
|
1468
1298
|
api: "bedrock-converse-stream";
|
|
1469
1299
|
provider: string;
|
|
1470
1300
|
baseUrl: string;
|
|
1471
1301
|
reasoning: true;
|
|
1302
|
+
input: "text"[];
|
|
1303
|
+
cost: {
|
|
1304
|
+
input: number;
|
|
1305
|
+
output: number;
|
|
1306
|
+
cacheRead: number;
|
|
1307
|
+
cacheWrite: number;
|
|
1308
|
+
};
|
|
1309
|
+
contextWindow: number;
|
|
1310
|
+
maxTokens: number;
|
|
1311
|
+
};
|
|
1312
|
+
readonly "us.meta.llama4-maverick-17b-instruct-v1:0": {
|
|
1313
|
+
id: string;
|
|
1314
|
+
name: string;
|
|
1315
|
+
api: "bedrock-converse-stream";
|
|
1316
|
+
provider: string;
|
|
1317
|
+
baseUrl: string;
|
|
1318
|
+
reasoning: false;
|
|
1472
1319
|
input: ("image" | "text")[];
|
|
1473
1320
|
cost: {
|
|
1474
1321
|
input: number;
|
|
@@ -1479,13 +1326,13 @@ export declare const MODELS: {
|
|
|
1479
1326
|
contextWindow: number;
|
|
1480
1327
|
maxTokens: number;
|
|
1481
1328
|
};
|
|
1482
|
-
readonly "us.
|
|
1329
|
+
readonly "us.meta.llama4-scout-17b-instruct-v1:0": {
|
|
1483
1330
|
id: string;
|
|
1484
1331
|
name: string;
|
|
1485
1332
|
api: "bedrock-converse-stream";
|
|
1486
1333
|
provider: string;
|
|
1487
1334
|
baseUrl: string;
|
|
1488
|
-
reasoning:
|
|
1335
|
+
reasoning: false;
|
|
1489
1336
|
input: ("image" | "text")[];
|
|
1490
1337
|
cost: {
|
|
1491
1338
|
input: number;
|
|
@@ -2837,29 +2684,6 @@ export declare const MODELS: {
|
|
|
2837
2684
|
contextWindow: number;
|
|
2838
2685
|
maxTokens: number;
|
|
2839
2686
|
};
|
|
2840
|
-
readonly "claude-sonnet-4": {
|
|
2841
|
-
id: string;
|
|
2842
|
-
name: string;
|
|
2843
|
-
api: "anthropic-messages";
|
|
2844
|
-
provider: string;
|
|
2845
|
-
baseUrl: string;
|
|
2846
|
-
headers: {
|
|
2847
|
-
"User-Agent": string;
|
|
2848
|
-
"Editor-Version": string;
|
|
2849
|
-
"Editor-Plugin-Version": string;
|
|
2850
|
-
"Copilot-Integration-Id": string;
|
|
2851
|
-
};
|
|
2852
|
-
reasoning: true;
|
|
2853
|
-
input: ("image" | "text")[];
|
|
2854
|
-
cost: {
|
|
2855
|
-
input: number;
|
|
2856
|
-
output: number;
|
|
2857
|
-
cacheRead: number;
|
|
2858
|
-
cacheWrite: number;
|
|
2859
|
-
};
|
|
2860
|
-
contextWindow: number;
|
|
2861
|
-
maxTokens: number;
|
|
2862
|
-
};
|
|
2863
2687
|
readonly "claude-sonnet-4.5": {
|
|
2864
2688
|
id: string;
|
|
2865
2689
|
name: string;
|
|
@@ -2962,34 +2786,6 @@ export declare const MODELS: {
|
|
|
2962
2786
|
contextWindow: number;
|
|
2963
2787
|
maxTokens: number;
|
|
2964
2788
|
};
|
|
2965
|
-
readonly "gemini-3-pro-preview": {
|
|
2966
|
-
id: string;
|
|
2967
|
-
name: string;
|
|
2968
|
-
api: "openai-completions";
|
|
2969
|
-
provider: string;
|
|
2970
|
-
baseUrl: string;
|
|
2971
|
-
headers: {
|
|
2972
|
-
"User-Agent": string;
|
|
2973
|
-
"Editor-Version": string;
|
|
2974
|
-
"Editor-Plugin-Version": string;
|
|
2975
|
-
"Copilot-Integration-Id": string;
|
|
2976
|
-
};
|
|
2977
|
-
compat: {
|
|
2978
|
-
supportsStore: false;
|
|
2979
|
-
supportsDeveloperRole: false;
|
|
2980
|
-
supportsReasoningEffort: false;
|
|
2981
|
-
};
|
|
2982
|
-
reasoning: true;
|
|
2983
|
-
input: ("image" | "text")[];
|
|
2984
|
-
cost: {
|
|
2985
|
-
input: number;
|
|
2986
|
-
output: number;
|
|
2987
|
-
cacheRead: number;
|
|
2988
|
-
cacheWrite: number;
|
|
2989
|
-
};
|
|
2990
|
-
contextWindow: number;
|
|
2991
|
-
maxTokens: number;
|
|
2992
|
-
};
|
|
2993
2789
|
readonly "gemini-3.1-pro-preview": {
|
|
2994
2790
|
id: string;
|
|
2995
2791
|
name: string;
|
|
@@ -3074,29 +2870,6 @@ export declare const MODELS: {
|
|
|
3074
2870
|
contextWindow: number;
|
|
3075
2871
|
maxTokens: number;
|
|
3076
2872
|
};
|
|
3077
|
-
readonly "gpt-5": {
|
|
3078
|
-
id: string;
|
|
3079
|
-
name: string;
|
|
3080
|
-
api: "openai-responses";
|
|
3081
|
-
provider: string;
|
|
3082
|
-
baseUrl: string;
|
|
3083
|
-
headers: {
|
|
3084
|
-
"User-Agent": string;
|
|
3085
|
-
"Editor-Version": string;
|
|
3086
|
-
"Editor-Plugin-Version": string;
|
|
3087
|
-
"Copilot-Integration-Id": string;
|
|
3088
|
-
};
|
|
3089
|
-
reasoning: true;
|
|
3090
|
-
input: ("image" | "text")[];
|
|
3091
|
-
cost: {
|
|
3092
|
-
input: number;
|
|
3093
|
-
output: number;
|
|
3094
|
-
cacheRead: number;
|
|
3095
|
-
cacheWrite: number;
|
|
3096
|
-
};
|
|
3097
|
-
contextWindow: number;
|
|
3098
|
-
maxTokens: number;
|
|
3099
|
-
};
|
|
3100
2873
|
readonly "gpt-5-mini": {
|
|
3101
2874
|
id: string;
|
|
3102
2875
|
name: string;
|
|
@@ -3120,98 +2893,6 @@ export declare const MODELS: {
|
|
|
3120
2893
|
contextWindow: number;
|
|
3121
2894
|
maxTokens: number;
|
|
3122
2895
|
};
|
|
3123
|
-
readonly "gpt-5.1": {
|
|
3124
|
-
id: string;
|
|
3125
|
-
name: string;
|
|
3126
|
-
api: "openai-responses";
|
|
3127
|
-
provider: string;
|
|
3128
|
-
baseUrl: string;
|
|
3129
|
-
headers: {
|
|
3130
|
-
"User-Agent": string;
|
|
3131
|
-
"Editor-Version": string;
|
|
3132
|
-
"Editor-Plugin-Version": string;
|
|
3133
|
-
"Copilot-Integration-Id": string;
|
|
3134
|
-
};
|
|
3135
|
-
reasoning: true;
|
|
3136
|
-
input: ("image" | "text")[];
|
|
3137
|
-
cost: {
|
|
3138
|
-
input: number;
|
|
3139
|
-
output: number;
|
|
3140
|
-
cacheRead: number;
|
|
3141
|
-
cacheWrite: number;
|
|
3142
|
-
};
|
|
3143
|
-
contextWindow: number;
|
|
3144
|
-
maxTokens: number;
|
|
3145
|
-
};
|
|
3146
|
-
readonly "gpt-5.1-codex": {
|
|
3147
|
-
id: string;
|
|
3148
|
-
name: string;
|
|
3149
|
-
api: "openai-responses";
|
|
3150
|
-
provider: string;
|
|
3151
|
-
baseUrl: string;
|
|
3152
|
-
headers: {
|
|
3153
|
-
"User-Agent": string;
|
|
3154
|
-
"Editor-Version": string;
|
|
3155
|
-
"Editor-Plugin-Version": string;
|
|
3156
|
-
"Copilot-Integration-Id": string;
|
|
3157
|
-
};
|
|
3158
|
-
reasoning: true;
|
|
3159
|
-
input: ("image" | "text")[];
|
|
3160
|
-
cost: {
|
|
3161
|
-
input: number;
|
|
3162
|
-
output: number;
|
|
3163
|
-
cacheRead: number;
|
|
3164
|
-
cacheWrite: number;
|
|
3165
|
-
};
|
|
3166
|
-
contextWindow: number;
|
|
3167
|
-
maxTokens: number;
|
|
3168
|
-
};
|
|
3169
|
-
readonly "gpt-5.1-codex-max": {
|
|
3170
|
-
id: string;
|
|
3171
|
-
name: string;
|
|
3172
|
-
api: "openai-responses";
|
|
3173
|
-
provider: string;
|
|
3174
|
-
baseUrl: string;
|
|
3175
|
-
headers: {
|
|
3176
|
-
"User-Agent": string;
|
|
3177
|
-
"Editor-Version": string;
|
|
3178
|
-
"Editor-Plugin-Version": string;
|
|
3179
|
-
"Copilot-Integration-Id": string;
|
|
3180
|
-
};
|
|
3181
|
-
reasoning: true;
|
|
3182
|
-
input: ("image" | "text")[];
|
|
3183
|
-
cost: {
|
|
3184
|
-
input: number;
|
|
3185
|
-
output: number;
|
|
3186
|
-
cacheRead: number;
|
|
3187
|
-
cacheWrite: number;
|
|
3188
|
-
};
|
|
3189
|
-
contextWindow: number;
|
|
3190
|
-
maxTokens: number;
|
|
3191
|
-
};
|
|
3192
|
-
readonly "gpt-5.1-codex-mini": {
|
|
3193
|
-
id: string;
|
|
3194
|
-
name: string;
|
|
3195
|
-
api: "openai-responses";
|
|
3196
|
-
provider: string;
|
|
3197
|
-
baseUrl: string;
|
|
3198
|
-
headers: {
|
|
3199
|
-
"User-Agent": string;
|
|
3200
|
-
"Editor-Version": string;
|
|
3201
|
-
"Editor-Plugin-Version": string;
|
|
3202
|
-
"Copilot-Integration-Id": string;
|
|
3203
|
-
};
|
|
3204
|
-
reasoning: true;
|
|
3205
|
-
input: ("image" | "text")[];
|
|
3206
|
-
cost: {
|
|
3207
|
-
input: number;
|
|
3208
|
-
output: number;
|
|
3209
|
-
cacheRead: number;
|
|
3210
|
-
cacheWrite: number;
|
|
3211
|
-
};
|
|
3212
|
-
contextWindow: number;
|
|
3213
|
-
maxTokens: number;
|
|
3214
|
-
};
|
|
3215
2896
|
readonly "gpt-5.2": {
|
|
3216
2897
|
id: string;
|
|
3217
2898
|
name: string;
|
|
@@ -6689,6 +6370,23 @@ export declare const MODELS: {
|
|
|
6689
6370
|
contextWindow: number;
|
|
6690
6371
|
maxTokens: number;
|
|
6691
6372
|
};
|
|
6373
|
+
readonly "deepseek-v4-flash-free": {
|
|
6374
|
+
id: string;
|
|
6375
|
+
name: string;
|
|
6376
|
+
api: "openai-completions";
|
|
6377
|
+
provider: string;
|
|
6378
|
+
baseUrl: string;
|
|
6379
|
+
reasoning: true;
|
|
6380
|
+
input: "text"[];
|
|
6381
|
+
cost: {
|
|
6382
|
+
input: number;
|
|
6383
|
+
output: number;
|
|
6384
|
+
cacheRead: number;
|
|
6385
|
+
cacheWrite: number;
|
|
6386
|
+
};
|
|
6387
|
+
contextWindow: number;
|
|
6388
|
+
maxTokens: number;
|
|
6389
|
+
};
|
|
6692
6390
|
readonly "gemini-3-flash": {
|
|
6693
6391
|
id: string;
|
|
6694
6392
|
name: string;
|
|
@@ -7165,6 +6863,23 @@ export declare const MODELS: {
|
|
|
7165
6863
|
contextWindow: number;
|
|
7166
6864
|
maxTokens: number;
|
|
7167
6865
|
};
|
|
6866
|
+
readonly "ring-2.6-1t-free": {
|
|
6867
|
+
id: string;
|
|
6868
|
+
name: string;
|
|
6869
|
+
api: "openai-completions";
|
|
6870
|
+
provider: string;
|
|
6871
|
+
baseUrl: string;
|
|
6872
|
+
reasoning: true;
|
|
6873
|
+
input: "text"[];
|
|
6874
|
+
cost: {
|
|
6875
|
+
input: number;
|
|
6876
|
+
output: number;
|
|
6877
|
+
cacheRead: number;
|
|
6878
|
+
cacheWrite: number;
|
|
6879
|
+
};
|
|
6880
|
+
contextWindow: number;
|
|
6881
|
+
maxTokens: number;
|
|
6882
|
+
};
|
|
7168
6883
|
};
|
|
7169
6884
|
readonly "opencode-go": {
|
|
7170
6885
|
readonly "deepseek-v4-flash": {
|
|
@@ -7526,7 +7241,7 @@ export declare const MODELS: {
|
|
|
7526
7241
|
contextWindow: number;
|
|
7527
7242
|
maxTokens: number;
|
|
7528
7243
|
};
|
|
7529
|
-
readonly "anthropic/claude-
|
|
7244
|
+
readonly "anthropic/claude-haiku-4.5": {
|
|
7530
7245
|
id: string;
|
|
7531
7246
|
name: string;
|
|
7532
7247
|
api: "openai-completions";
|
|
@@ -7543,7 +7258,7 @@ export declare const MODELS: {
|
|
|
7543
7258
|
contextWindow: number;
|
|
7544
7259
|
maxTokens: number;
|
|
7545
7260
|
};
|
|
7546
|
-
readonly "anthropic/claude-
|
|
7261
|
+
readonly "anthropic/claude-opus-4": {
|
|
7547
7262
|
id: string;
|
|
7548
7263
|
name: string;
|
|
7549
7264
|
api: "openai-completions";
|
|
@@ -7560,7 +7275,7 @@ export declare const MODELS: {
|
|
|
7560
7275
|
contextWindow: number;
|
|
7561
7276
|
maxTokens: number;
|
|
7562
7277
|
};
|
|
7563
|
-
readonly "anthropic/claude-
|
|
7278
|
+
readonly "anthropic/claude-opus-4.1": {
|
|
7564
7279
|
id: string;
|
|
7565
7280
|
name: string;
|
|
7566
7281
|
api: "openai-completions";
|
|
@@ -7577,7 +7292,7 @@ export declare const MODELS: {
|
|
|
7577
7292
|
contextWindow: number;
|
|
7578
7293
|
maxTokens: number;
|
|
7579
7294
|
};
|
|
7580
|
-
readonly "anthropic/claude-opus-4": {
|
|
7295
|
+
readonly "anthropic/claude-opus-4.5": {
|
|
7581
7296
|
id: string;
|
|
7582
7297
|
name: string;
|
|
7583
7298
|
api: "openai-completions";
|
|
@@ -7594,7 +7309,7 @@ export declare const MODELS: {
|
|
|
7594
7309
|
contextWindow: number;
|
|
7595
7310
|
maxTokens: number;
|
|
7596
7311
|
};
|
|
7597
|
-
readonly "anthropic/claude-opus-4.
|
|
7312
|
+
readonly "anthropic/claude-opus-4.6": {
|
|
7598
7313
|
id: string;
|
|
7599
7314
|
name: string;
|
|
7600
7315
|
api: "openai-completions";
|
|
@@ -7611,7 +7326,7 @@ export declare const MODELS: {
|
|
|
7611
7326
|
contextWindow: number;
|
|
7612
7327
|
maxTokens: number;
|
|
7613
7328
|
};
|
|
7614
|
-
readonly "anthropic/claude-opus-4.
|
|
7329
|
+
readonly "anthropic/claude-opus-4.6-fast": {
|
|
7615
7330
|
id: string;
|
|
7616
7331
|
name: string;
|
|
7617
7332
|
api: "openai-completions";
|
|
@@ -7628,7 +7343,7 @@ export declare const MODELS: {
|
|
|
7628
7343
|
contextWindow: number;
|
|
7629
7344
|
maxTokens: number;
|
|
7630
7345
|
};
|
|
7631
|
-
readonly "anthropic/claude-opus-4.
|
|
7346
|
+
readonly "anthropic/claude-opus-4.7": {
|
|
7632
7347
|
id: string;
|
|
7633
7348
|
name: string;
|
|
7634
7349
|
api: "openai-completions";
|
|
@@ -7645,7 +7360,7 @@ export declare const MODELS: {
|
|
|
7645
7360
|
contextWindow: number;
|
|
7646
7361
|
maxTokens: number;
|
|
7647
7362
|
};
|
|
7648
|
-
readonly "anthropic/claude-
|
|
7363
|
+
readonly "anthropic/claude-sonnet-4": {
|
|
7649
7364
|
id: string;
|
|
7650
7365
|
name: string;
|
|
7651
7366
|
api: "openai-completions";
|
|
@@ -7662,7 +7377,7 @@ export declare const MODELS: {
|
|
|
7662
7377
|
contextWindow: number;
|
|
7663
7378
|
maxTokens: number;
|
|
7664
7379
|
};
|
|
7665
|
-
readonly "anthropic/claude-
|
|
7380
|
+
readonly "anthropic/claude-sonnet-4.5": {
|
|
7666
7381
|
id: string;
|
|
7667
7382
|
name: string;
|
|
7668
7383
|
api: "openai-completions";
|
|
@@ -7679,7 +7394,7 @@ export declare const MODELS: {
|
|
|
7679
7394
|
contextWindow: number;
|
|
7680
7395
|
maxTokens: number;
|
|
7681
7396
|
};
|
|
7682
|
-
readonly "anthropic/claude-sonnet-4": {
|
|
7397
|
+
readonly "anthropic/claude-sonnet-4.6": {
|
|
7683
7398
|
id: string;
|
|
7684
7399
|
name: string;
|
|
7685
7400
|
api: "openai-completions";
|
|
@@ -7696,14 +7411,14 @@ export declare const MODELS: {
|
|
|
7696
7411
|
contextWindow: number;
|
|
7697
7412
|
maxTokens: number;
|
|
7698
7413
|
};
|
|
7699
|
-
readonly "
|
|
7414
|
+
readonly "arcee-ai/trinity-large-preview": {
|
|
7700
7415
|
id: string;
|
|
7701
7416
|
name: string;
|
|
7702
7417
|
api: "openai-completions";
|
|
7703
7418
|
provider: string;
|
|
7704
7419
|
baseUrl: string;
|
|
7705
|
-
reasoning:
|
|
7706
|
-
input:
|
|
7420
|
+
reasoning: false;
|
|
7421
|
+
input: "text"[];
|
|
7707
7422
|
cost: {
|
|
7708
7423
|
input: number;
|
|
7709
7424
|
output: number;
|
|
@@ -7713,30 +7428,13 @@ export declare const MODELS: {
|
|
|
7713
7428
|
contextWindow: number;
|
|
7714
7429
|
maxTokens: number;
|
|
7715
7430
|
};
|
|
7716
|
-
readonly "
|
|
7431
|
+
readonly "arcee-ai/trinity-large-thinking": {
|
|
7717
7432
|
id: string;
|
|
7718
7433
|
name: string;
|
|
7719
7434
|
api: "openai-completions";
|
|
7720
7435
|
provider: string;
|
|
7721
7436
|
baseUrl: string;
|
|
7722
7437
|
reasoning: true;
|
|
7723
|
-
input: ("image" | "text")[];
|
|
7724
|
-
cost: {
|
|
7725
|
-
input: number;
|
|
7726
|
-
output: number;
|
|
7727
|
-
cacheRead: number;
|
|
7728
|
-
cacheWrite: number;
|
|
7729
|
-
};
|
|
7730
|
-
contextWindow: number;
|
|
7731
|
-
maxTokens: number;
|
|
7732
|
-
};
|
|
7733
|
-
readonly "arcee-ai/trinity-large-preview": {
|
|
7734
|
-
id: string;
|
|
7735
|
-
name: string;
|
|
7736
|
-
api: "openai-completions";
|
|
7737
|
-
provider: string;
|
|
7738
|
-
baseUrl: string;
|
|
7739
|
-
reasoning: false;
|
|
7740
7438
|
input: "text"[];
|
|
7741
7439
|
cost: {
|
|
7742
7440
|
input: number;
|
|
@@ -7747,7 +7445,7 @@ export declare const MODELS: {
|
|
|
7747
7445
|
contextWindow: number;
|
|
7748
7446
|
maxTokens: number;
|
|
7749
7447
|
};
|
|
7750
|
-
readonly "arcee-ai/trinity-large-thinking": {
|
|
7448
|
+
readonly "arcee-ai/trinity-large-thinking:free": {
|
|
7751
7449
|
id: string;
|
|
7752
7450
|
name: string;
|
|
7753
7451
|
api: "openai-completions";
|
|
@@ -12373,23 +12071,6 @@ export declare const MODELS: {
|
|
|
12373
12071
|
contextWindow: number;
|
|
12374
12072
|
maxTokens: number;
|
|
12375
12073
|
};
|
|
12376
|
-
readonly "anthropic/claude-3.7-sonnet": {
|
|
12377
|
-
id: string;
|
|
12378
|
-
name: string;
|
|
12379
|
-
api: "anthropic-messages";
|
|
12380
|
-
provider: string;
|
|
12381
|
-
baseUrl: string;
|
|
12382
|
-
reasoning: true;
|
|
12383
|
-
input: ("image" | "text")[];
|
|
12384
|
-
cost: {
|
|
12385
|
-
input: number;
|
|
12386
|
-
output: number;
|
|
12387
|
-
cacheRead: number;
|
|
12388
|
-
cacheWrite: number;
|
|
12389
|
-
};
|
|
12390
|
-
contextWindow: number;
|
|
12391
|
-
maxTokens: number;
|
|
12392
|
-
};
|
|
12393
12074
|
readonly "anthropic/claude-haiku-4.5": {
|
|
12394
12075
|
id: string;
|
|
12395
12076
|
name: string;
|