@eminent337/aery-ai 0.67.129 → 0.74.1
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 +0 -165
- package/dist/image-models.generated.d.ts.map +1 -1
- package/dist/image-models.generated.js +0 -165
- package/dist/image-models.generated.js.map +1 -1
- package/dist/models.d.ts +0 -5
- package/dist/models.d.ts.map +1 -1
- package/dist/models.generated.d.ts +644 -301
- package/dist/models.generated.d.ts.map +1 -1
- package/dist/models.generated.js +735 -326
- package/dist/models.generated.js.map +1 -1
- package/dist/models.js +0 -7
- package/dist/models.js.map +1 -1
- package/package.json +3 -3
|
@@ -51,6 +51,23 @@ 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
|
+
};
|
|
54
71
|
readonly "amazon.nova-pro-v1:0": {
|
|
55
72
|
id: string;
|
|
56
73
|
name: string;
|
|
@@ -68,6 +85,91 @@ export declare const MODELS: {
|
|
|
68
85
|
contextWindow: number;
|
|
69
86
|
maxTokens: number;
|
|
70
87
|
};
|
|
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
|
+
};
|
|
71
173
|
readonly "anthropic.claude-haiku-4-5-20251001-v1:0": {
|
|
72
174
|
id: string;
|
|
73
175
|
name: string;
|
|
@@ -102,7 +204,7 @@ export declare const MODELS: {
|
|
|
102
204
|
contextWindow: number;
|
|
103
205
|
maxTokens: number;
|
|
104
206
|
};
|
|
105
|
-
readonly "anthropic.claude-opus-4-
|
|
207
|
+
readonly "anthropic.claude-opus-4-20250514-v1:0": {
|
|
106
208
|
id: string;
|
|
107
209
|
name: string;
|
|
108
210
|
api: "bedrock-converse-stream";
|
|
@@ -119,16 +221,13 @@ export declare const MODELS: {
|
|
|
119
221
|
contextWindow: number;
|
|
120
222
|
maxTokens: number;
|
|
121
223
|
};
|
|
122
|
-
readonly "anthropic.claude-opus-4-
|
|
224
|
+
readonly "anthropic.claude-opus-4-5-20251101-v1:0": {
|
|
123
225
|
id: string;
|
|
124
226
|
name: string;
|
|
125
227
|
api: "bedrock-converse-stream";
|
|
126
228
|
provider: string;
|
|
127
229
|
baseUrl: string;
|
|
128
230
|
reasoning: true;
|
|
129
|
-
thinkingLevelMap: {
|
|
130
|
-
xhigh: string;
|
|
131
|
-
};
|
|
132
231
|
input: ("image" | "text")[];
|
|
133
232
|
cost: {
|
|
134
233
|
input: number;
|
|
@@ -139,7 +238,7 @@ export declare const MODELS: {
|
|
|
139
238
|
contextWindow: number;
|
|
140
239
|
maxTokens: number;
|
|
141
240
|
};
|
|
142
|
-
readonly "anthropic.claude-opus-4-
|
|
241
|
+
readonly "anthropic.claude-opus-4-6-v1": {
|
|
143
242
|
id: string;
|
|
144
243
|
name: string;
|
|
145
244
|
api: "bedrock-converse-stream";
|
|
@@ -159,13 +258,16 @@ export declare const MODELS: {
|
|
|
159
258
|
contextWindow: number;
|
|
160
259
|
maxTokens: number;
|
|
161
260
|
};
|
|
162
|
-
readonly "anthropic.claude-
|
|
261
|
+
readonly "anthropic.claude-opus-4-7": {
|
|
163
262
|
id: string;
|
|
164
263
|
name: string;
|
|
165
264
|
api: "bedrock-converse-stream";
|
|
166
265
|
provider: string;
|
|
167
266
|
baseUrl: string;
|
|
168
267
|
reasoning: true;
|
|
268
|
+
thinkingLevelMap: {
|
|
269
|
+
xhigh: string;
|
|
270
|
+
};
|
|
169
271
|
input: ("image" | "text")[];
|
|
170
272
|
cost: {
|
|
171
273
|
input: number;
|
|
@@ -176,7 +278,7 @@ export declare const MODELS: {
|
|
|
176
278
|
contextWindow: number;
|
|
177
279
|
maxTokens: number;
|
|
178
280
|
};
|
|
179
|
-
readonly "anthropic.claude-sonnet-4-
|
|
281
|
+
readonly "anthropic.claude-sonnet-4-20250514-v1:0": {
|
|
180
282
|
id: string;
|
|
181
283
|
name: string;
|
|
182
284
|
api: "bedrock-converse-stream";
|
|
@@ -193,7 +295,7 @@ export declare const MODELS: {
|
|
|
193
295
|
contextWindow: number;
|
|
194
296
|
maxTokens: number;
|
|
195
297
|
};
|
|
196
|
-
readonly "
|
|
298
|
+
readonly "anthropic.claude-sonnet-4-5-20250929-v1:0": {
|
|
197
299
|
id: string;
|
|
198
300
|
name: string;
|
|
199
301
|
api: "bedrock-converse-stream";
|
|
@@ -210,16 +312,13 @@ export declare const MODELS: {
|
|
|
210
312
|
contextWindow: number;
|
|
211
313
|
maxTokens: number;
|
|
212
314
|
};
|
|
213
|
-
readonly "
|
|
315
|
+
readonly "anthropic.claude-sonnet-4-6": {
|
|
214
316
|
id: string;
|
|
215
317
|
name: string;
|
|
216
318
|
api: "bedrock-converse-stream";
|
|
217
319
|
provider: string;
|
|
218
320
|
baseUrl: string;
|
|
219
321
|
reasoning: true;
|
|
220
|
-
thinkingLevelMap: {
|
|
221
|
-
xhigh: string;
|
|
222
|
-
};
|
|
223
322
|
input: ("image" | "text")[];
|
|
224
323
|
cost: {
|
|
225
324
|
input: number;
|
|
@@ -230,13 +329,16 @@ export declare const MODELS: {
|
|
|
230
329
|
contextWindow: number;
|
|
231
330
|
maxTokens: number;
|
|
232
331
|
};
|
|
233
|
-
readonly "au.anthropic.claude-
|
|
332
|
+
readonly "au.anthropic.claude-opus-4-6-v1": {
|
|
234
333
|
id: string;
|
|
235
334
|
name: string;
|
|
236
335
|
api: "bedrock-converse-stream";
|
|
237
336
|
provider: string;
|
|
238
337
|
baseUrl: string;
|
|
239
338
|
reasoning: true;
|
|
339
|
+
thinkingLevelMap: {
|
|
340
|
+
xhigh: string;
|
|
341
|
+
};
|
|
240
342
|
input: ("image" | "text")[];
|
|
241
343
|
cost: {
|
|
242
344
|
input: number;
|
|
@@ -389,6 +491,23 @@ export declare const MODELS: {
|
|
|
389
491
|
contextWindow: number;
|
|
390
492
|
maxTokens: number;
|
|
391
493
|
};
|
|
494
|
+
readonly "eu.anthropic.claude-sonnet-4-20250514-v1:0": {
|
|
495
|
+
id: string;
|
|
496
|
+
name: string;
|
|
497
|
+
api: "bedrock-converse-stream";
|
|
498
|
+
provider: string;
|
|
499
|
+
baseUrl: string;
|
|
500
|
+
reasoning: true;
|
|
501
|
+
input: ("image" | "text")[];
|
|
502
|
+
cost: {
|
|
503
|
+
input: number;
|
|
504
|
+
output: number;
|
|
505
|
+
cacheRead: number;
|
|
506
|
+
cacheWrite: number;
|
|
507
|
+
};
|
|
508
|
+
contextWindow: number;
|
|
509
|
+
maxTokens: number;
|
|
510
|
+
};
|
|
392
511
|
readonly "eu.anthropic.claude-sonnet-4-5-20250929-v1:0": {
|
|
393
512
|
id: string;
|
|
394
513
|
name: string;
|
|
@@ -497,6 +616,23 @@ export declare const MODELS: {
|
|
|
497
616
|
contextWindow: number;
|
|
498
617
|
maxTokens: number;
|
|
499
618
|
};
|
|
619
|
+
readonly "global.anthropic.claude-sonnet-4-20250514-v1:0": {
|
|
620
|
+
id: string;
|
|
621
|
+
name: string;
|
|
622
|
+
api: "bedrock-converse-stream";
|
|
623
|
+
provider: string;
|
|
624
|
+
baseUrl: string;
|
|
625
|
+
reasoning: true;
|
|
626
|
+
input: ("image" | "text")[];
|
|
627
|
+
cost: {
|
|
628
|
+
input: number;
|
|
629
|
+
output: number;
|
|
630
|
+
cacheRead: number;
|
|
631
|
+
cacheWrite: number;
|
|
632
|
+
};
|
|
633
|
+
contextWindow: number;
|
|
634
|
+
maxTokens: number;
|
|
635
|
+
};
|
|
500
636
|
readonly "global.anthropic.claude-sonnet-4-5-20250929-v1:0": {
|
|
501
637
|
id: string;
|
|
502
638
|
name: string;
|
|
@@ -565,17 +701,31 @@ export declare const MODELS: {
|
|
|
565
701
|
contextWindow: number;
|
|
566
702
|
maxTokens: number;
|
|
567
703
|
};
|
|
568
|
-
readonly "
|
|
704
|
+
readonly "meta.llama3-1-405b-instruct-v1:0": {
|
|
569
705
|
id: string;
|
|
570
706
|
name: string;
|
|
571
707
|
api: "bedrock-converse-stream";
|
|
572
708
|
provider: string;
|
|
573
709
|
baseUrl: string;
|
|
574
|
-
reasoning:
|
|
575
|
-
|
|
576
|
-
|
|
710
|
+
reasoning: false;
|
|
711
|
+
input: "text"[];
|
|
712
|
+
cost: {
|
|
713
|
+
input: number;
|
|
714
|
+
output: number;
|
|
715
|
+
cacheRead: number;
|
|
716
|
+
cacheWrite: number;
|
|
577
717
|
};
|
|
578
|
-
|
|
718
|
+
contextWindow: number;
|
|
719
|
+
maxTokens: number;
|
|
720
|
+
};
|
|
721
|
+
readonly "meta.llama3-1-70b-instruct-v1:0": {
|
|
722
|
+
id: string;
|
|
723
|
+
name: string;
|
|
724
|
+
api: "bedrock-converse-stream";
|
|
725
|
+
provider: string;
|
|
726
|
+
baseUrl: string;
|
|
727
|
+
reasoning: false;
|
|
728
|
+
input: "text"[];
|
|
579
729
|
cost: {
|
|
580
730
|
input: number;
|
|
581
731
|
output: number;
|
|
@@ -585,14 +735,14 @@ export declare const MODELS: {
|
|
|
585
735
|
contextWindow: number;
|
|
586
736
|
maxTokens: number;
|
|
587
737
|
};
|
|
588
|
-
readonly "
|
|
738
|
+
readonly "meta.llama3-1-8b-instruct-v1:0": {
|
|
589
739
|
id: string;
|
|
590
740
|
name: string;
|
|
591
741
|
api: "bedrock-converse-stream";
|
|
592
742
|
provider: string;
|
|
593
743
|
baseUrl: string;
|
|
594
|
-
reasoning:
|
|
595
|
-
input:
|
|
744
|
+
reasoning: false;
|
|
745
|
+
input: "text"[];
|
|
596
746
|
cost: {
|
|
597
747
|
input: number;
|
|
598
748
|
output: number;
|
|
@@ -602,13 +752,13 @@ export declare const MODELS: {
|
|
|
602
752
|
contextWindow: number;
|
|
603
753
|
maxTokens: number;
|
|
604
754
|
};
|
|
605
|
-
readonly "
|
|
755
|
+
readonly "meta.llama3-2-11b-instruct-v1:0": {
|
|
606
756
|
id: string;
|
|
607
757
|
name: string;
|
|
608
758
|
api: "bedrock-converse-stream";
|
|
609
759
|
provider: string;
|
|
610
760
|
baseUrl: string;
|
|
611
|
-
reasoning:
|
|
761
|
+
reasoning: false;
|
|
612
762
|
input: ("image" | "text")[];
|
|
613
763
|
cost: {
|
|
614
764
|
input: number;
|
|
@@ -619,7 +769,7 @@ export declare const MODELS: {
|
|
|
619
769
|
contextWindow: number;
|
|
620
770
|
maxTokens: number;
|
|
621
771
|
};
|
|
622
|
-
readonly "meta.llama3-
|
|
772
|
+
readonly "meta.llama3-2-1b-instruct-v1:0": {
|
|
623
773
|
id: string;
|
|
624
774
|
name: string;
|
|
625
775
|
api: "bedrock-converse-stream";
|
|
@@ -636,7 +786,7 @@ export declare const MODELS: {
|
|
|
636
786
|
contextWindow: number;
|
|
637
787
|
maxTokens: number;
|
|
638
788
|
};
|
|
639
|
-
readonly "meta.llama3-
|
|
789
|
+
readonly "meta.llama3-2-3b-instruct-v1:0": {
|
|
640
790
|
id: string;
|
|
641
791
|
name: string;
|
|
642
792
|
api: "bedrock-converse-stream";
|
|
@@ -653,6 +803,23 @@ export declare const MODELS: {
|
|
|
653
803
|
contextWindow: number;
|
|
654
804
|
maxTokens: number;
|
|
655
805
|
};
|
|
806
|
+
readonly "meta.llama3-2-90b-instruct-v1:0": {
|
|
807
|
+
id: string;
|
|
808
|
+
name: string;
|
|
809
|
+
api: "bedrock-converse-stream";
|
|
810
|
+
provider: string;
|
|
811
|
+
baseUrl: string;
|
|
812
|
+
reasoning: false;
|
|
813
|
+
input: ("image" | "text")[];
|
|
814
|
+
cost: {
|
|
815
|
+
input: number;
|
|
816
|
+
output: number;
|
|
817
|
+
cacheRead: number;
|
|
818
|
+
cacheWrite: number;
|
|
819
|
+
};
|
|
820
|
+
contextWindow: number;
|
|
821
|
+
maxTokens: number;
|
|
822
|
+
};
|
|
656
823
|
readonly "meta.llama3-3-70b-instruct-v1:0": {
|
|
657
824
|
id: string;
|
|
658
825
|
name: string;
|
|
@@ -1231,7 +1398,7 @@ export declare const MODELS: {
|
|
|
1231
1398
|
contextWindow: number;
|
|
1232
1399
|
maxTokens: number;
|
|
1233
1400
|
};
|
|
1234
|
-
readonly "us.anthropic.claude-opus-4-
|
|
1401
|
+
readonly "us.anthropic.claude-opus-4-20250514-v1:0": {
|
|
1235
1402
|
id: string;
|
|
1236
1403
|
name: string;
|
|
1237
1404
|
api: "bedrock-converse-stream";
|
|
@@ -1248,16 +1415,13 @@ export declare const MODELS: {
|
|
|
1248
1415
|
contextWindow: number;
|
|
1249
1416
|
maxTokens: number;
|
|
1250
1417
|
};
|
|
1251
|
-
readonly "us.anthropic.claude-opus-4-
|
|
1418
|
+
readonly "us.anthropic.claude-opus-4-5-20251101-v1:0": {
|
|
1252
1419
|
id: string;
|
|
1253
1420
|
name: string;
|
|
1254
1421
|
api: "bedrock-converse-stream";
|
|
1255
1422
|
provider: string;
|
|
1256
1423
|
baseUrl: string;
|
|
1257
1424
|
reasoning: true;
|
|
1258
|
-
thinkingLevelMap: {
|
|
1259
|
-
xhigh: string;
|
|
1260
|
-
};
|
|
1261
1425
|
input: ("image" | "text")[];
|
|
1262
1426
|
cost: {
|
|
1263
1427
|
input: number;
|
|
@@ -1268,7 +1432,7 @@ export declare const MODELS: {
|
|
|
1268
1432
|
contextWindow: number;
|
|
1269
1433
|
maxTokens: number;
|
|
1270
1434
|
};
|
|
1271
|
-
readonly "us.anthropic.claude-opus-4-
|
|
1435
|
+
readonly "us.anthropic.claude-opus-4-6-v1": {
|
|
1272
1436
|
id: string;
|
|
1273
1437
|
name: string;
|
|
1274
1438
|
api: "bedrock-converse-stream";
|
|
@@ -1288,13 +1452,16 @@ export declare const MODELS: {
|
|
|
1288
1452
|
contextWindow: number;
|
|
1289
1453
|
maxTokens: number;
|
|
1290
1454
|
};
|
|
1291
|
-
readonly "us.anthropic.claude-
|
|
1455
|
+
readonly "us.anthropic.claude-opus-4-7": {
|
|
1292
1456
|
id: string;
|
|
1293
1457
|
name: string;
|
|
1294
1458
|
api: "bedrock-converse-stream";
|
|
1295
1459
|
provider: string;
|
|
1296
1460
|
baseUrl: string;
|
|
1297
1461
|
reasoning: true;
|
|
1462
|
+
thinkingLevelMap: {
|
|
1463
|
+
xhigh: string;
|
|
1464
|
+
};
|
|
1298
1465
|
input: ("image" | "text")[];
|
|
1299
1466
|
cost: {
|
|
1300
1467
|
input: number;
|
|
@@ -1305,7 +1472,7 @@ export declare const MODELS: {
|
|
|
1305
1472
|
contextWindow: number;
|
|
1306
1473
|
maxTokens: number;
|
|
1307
1474
|
};
|
|
1308
|
-
readonly "us.anthropic.claude-sonnet-4-
|
|
1475
|
+
readonly "us.anthropic.claude-sonnet-4-20250514-v1:0": {
|
|
1309
1476
|
id: string;
|
|
1310
1477
|
name: string;
|
|
1311
1478
|
api: "bedrock-converse-stream";
|
|
@@ -1322,30 +1489,13 @@ export declare const MODELS: {
|
|
|
1322
1489
|
contextWindow: number;
|
|
1323
1490
|
maxTokens: number;
|
|
1324
1491
|
};
|
|
1325
|
-
readonly "us.
|
|
1492
|
+
readonly "us.anthropic.claude-sonnet-4-5-20250929-v1:0": {
|
|
1326
1493
|
id: string;
|
|
1327
1494
|
name: string;
|
|
1328
1495
|
api: "bedrock-converse-stream";
|
|
1329
1496
|
provider: string;
|
|
1330
1497
|
baseUrl: string;
|
|
1331
1498
|
reasoning: true;
|
|
1332
|
-
input: "text"[];
|
|
1333
|
-
cost: {
|
|
1334
|
-
input: number;
|
|
1335
|
-
output: number;
|
|
1336
|
-
cacheRead: number;
|
|
1337
|
-
cacheWrite: number;
|
|
1338
|
-
};
|
|
1339
|
-
contextWindow: number;
|
|
1340
|
-
maxTokens: number;
|
|
1341
|
-
};
|
|
1342
|
-
readonly "us.meta.llama4-maverick-17b-instruct-v1:0": {
|
|
1343
|
-
id: string;
|
|
1344
|
-
name: string;
|
|
1345
|
-
api: "bedrock-converse-stream";
|
|
1346
|
-
provider: string;
|
|
1347
|
-
baseUrl: string;
|
|
1348
|
-
reasoning: false;
|
|
1349
1499
|
input: ("image" | "text")[];
|
|
1350
1500
|
cost: {
|
|
1351
1501
|
input: number;
|
|
@@ -1356,13 +1506,13 @@ export declare const MODELS: {
|
|
|
1356
1506
|
contextWindow: number;
|
|
1357
1507
|
maxTokens: number;
|
|
1358
1508
|
};
|
|
1359
|
-
readonly "us.
|
|
1509
|
+
readonly "us.anthropic.claude-sonnet-4-6": {
|
|
1360
1510
|
id: string;
|
|
1361
1511
|
name: string;
|
|
1362
1512
|
api: "bedrock-converse-stream";
|
|
1363
1513
|
provider: string;
|
|
1364
1514
|
baseUrl: string;
|
|
1365
|
-
reasoning:
|
|
1515
|
+
reasoning: true;
|
|
1366
1516
|
input: ("image" | "text")[];
|
|
1367
1517
|
cost: {
|
|
1368
1518
|
input: number;
|
|
@@ -3597,12 +3747,6 @@ export declare const MODELS: {
|
|
|
3597
3747
|
api: "anthropic-messages";
|
|
3598
3748
|
provider: string;
|
|
3599
3749
|
baseUrl: string;
|
|
3600
|
-
compat: {
|
|
3601
|
-
sendSessionAffinityHeaders: true;
|
|
3602
|
-
supportsEagerToolInputStreaming: false;
|
|
3603
|
-
supportsCacheControlOnTools: false;
|
|
3604
|
-
supportsLongCacheRetention: false;
|
|
3605
|
-
};
|
|
3606
3750
|
reasoning: true;
|
|
3607
3751
|
input: "text"[];
|
|
3608
3752
|
cost: {
|
|
@@ -3613,6 +3757,12 @@ export declare const MODELS: {
|
|
|
3613
3757
|
};
|
|
3614
3758
|
contextWindow: number;
|
|
3615
3759
|
maxTokens: number;
|
|
3760
|
+
compat: {
|
|
3761
|
+
sendSessionAffinityHeaders: true;
|
|
3762
|
+
supportsEagerToolInputStreaming: false;
|
|
3763
|
+
supportsCacheControlOnTools: false;
|
|
3764
|
+
supportsLongCacheRetention: false;
|
|
3765
|
+
};
|
|
3616
3766
|
};
|
|
3617
3767
|
readonly "accounts/fireworks/models/deepseek-v3p2": {
|
|
3618
3768
|
id: string;
|
|
@@ -3620,12 +3770,6 @@ export declare const MODELS: {
|
|
|
3620
3770
|
api: "anthropic-messages";
|
|
3621
3771
|
provider: string;
|
|
3622
3772
|
baseUrl: string;
|
|
3623
|
-
compat: {
|
|
3624
|
-
sendSessionAffinityHeaders: true;
|
|
3625
|
-
supportsEagerToolInputStreaming: false;
|
|
3626
|
-
supportsCacheControlOnTools: false;
|
|
3627
|
-
supportsLongCacheRetention: false;
|
|
3628
|
-
};
|
|
3629
3773
|
reasoning: true;
|
|
3630
3774
|
input: "text"[];
|
|
3631
3775
|
cost: {
|
|
@@ -3636,19 +3780,19 @@ export declare const MODELS: {
|
|
|
3636
3780
|
};
|
|
3637
3781
|
contextWindow: number;
|
|
3638
3782
|
maxTokens: number;
|
|
3639
|
-
};
|
|
3640
|
-
readonly "accounts/fireworks/models/deepseek-v4-pro": {
|
|
3641
|
-
id: string;
|
|
3642
|
-
name: string;
|
|
3643
|
-
api: "anthropic-messages";
|
|
3644
|
-
provider: string;
|
|
3645
|
-
baseUrl: string;
|
|
3646
3783
|
compat: {
|
|
3647
3784
|
sendSessionAffinityHeaders: true;
|
|
3648
3785
|
supportsEagerToolInputStreaming: false;
|
|
3649
3786
|
supportsCacheControlOnTools: false;
|
|
3650
3787
|
supportsLongCacheRetention: false;
|
|
3651
3788
|
};
|
|
3789
|
+
};
|
|
3790
|
+
readonly "accounts/fireworks/models/deepseek-v4-pro": {
|
|
3791
|
+
id: string;
|
|
3792
|
+
name: string;
|
|
3793
|
+
api: "anthropic-messages";
|
|
3794
|
+
provider: string;
|
|
3795
|
+
baseUrl: string;
|
|
3652
3796
|
reasoning: true;
|
|
3653
3797
|
input: "text"[];
|
|
3654
3798
|
cost: {
|
|
@@ -3659,6 +3803,12 @@ export declare const MODELS: {
|
|
|
3659
3803
|
};
|
|
3660
3804
|
contextWindow: number;
|
|
3661
3805
|
maxTokens: number;
|
|
3806
|
+
compat: {
|
|
3807
|
+
sendSessionAffinityHeaders: true;
|
|
3808
|
+
supportsEagerToolInputStreaming: false;
|
|
3809
|
+
supportsCacheControlOnTools: false;
|
|
3810
|
+
supportsLongCacheRetention: false;
|
|
3811
|
+
};
|
|
3662
3812
|
};
|
|
3663
3813
|
readonly "accounts/fireworks/models/glm-4p5": {
|
|
3664
3814
|
id: string;
|
|
@@ -3666,12 +3816,6 @@ export declare const MODELS: {
|
|
|
3666
3816
|
api: "anthropic-messages";
|
|
3667
3817
|
provider: string;
|
|
3668
3818
|
baseUrl: string;
|
|
3669
|
-
compat: {
|
|
3670
|
-
sendSessionAffinityHeaders: true;
|
|
3671
|
-
supportsEagerToolInputStreaming: false;
|
|
3672
|
-
supportsCacheControlOnTools: false;
|
|
3673
|
-
supportsLongCacheRetention: false;
|
|
3674
|
-
};
|
|
3675
3819
|
reasoning: true;
|
|
3676
3820
|
input: "text"[];
|
|
3677
3821
|
cost: {
|
|
@@ -3682,6 +3826,12 @@ export declare const MODELS: {
|
|
|
3682
3826
|
};
|
|
3683
3827
|
contextWindow: number;
|
|
3684
3828
|
maxTokens: number;
|
|
3829
|
+
compat: {
|
|
3830
|
+
sendSessionAffinityHeaders: true;
|
|
3831
|
+
supportsEagerToolInputStreaming: false;
|
|
3832
|
+
supportsCacheControlOnTools: false;
|
|
3833
|
+
supportsLongCacheRetention: false;
|
|
3834
|
+
};
|
|
3685
3835
|
};
|
|
3686
3836
|
readonly "accounts/fireworks/models/glm-4p5-air": {
|
|
3687
3837
|
id: string;
|
|
@@ -3689,12 +3839,6 @@ export declare const MODELS: {
|
|
|
3689
3839
|
api: "anthropic-messages";
|
|
3690
3840
|
provider: string;
|
|
3691
3841
|
baseUrl: string;
|
|
3692
|
-
compat: {
|
|
3693
|
-
sendSessionAffinityHeaders: true;
|
|
3694
|
-
supportsEagerToolInputStreaming: false;
|
|
3695
|
-
supportsCacheControlOnTools: false;
|
|
3696
|
-
supportsLongCacheRetention: false;
|
|
3697
|
-
};
|
|
3698
3842
|
reasoning: true;
|
|
3699
3843
|
input: "text"[];
|
|
3700
3844
|
cost: {
|
|
@@ -3705,6 +3849,12 @@ export declare const MODELS: {
|
|
|
3705
3849
|
};
|
|
3706
3850
|
contextWindow: number;
|
|
3707
3851
|
maxTokens: number;
|
|
3852
|
+
compat: {
|
|
3853
|
+
sendSessionAffinityHeaders: true;
|
|
3854
|
+
supportsEagerToolInputStreaming: false;
|
|
3855
|
+
supportsCacheControlOnTools: false;
|
|
3856
|
+
supportsLongCacheRetention: false;
|
|
3857
|
+
};
|
|
3708
3858
|
};
|
|
3709
3859
|
readonly "accounts/fireworks/models/glm-4p7": {
|
|
3710
3860
|
id: string;
|
|
@@ -3712,12 +3862,6 @@ export declare const MODELS: {
|
|
|
3712
3862
|
api: "anthropic-messages";
|
|
3713
3863
|
provider: string;
|
|
3714
3864
|
baseUrl: string;
|
|
3715
|
-
compat: {
|
|
3716
|
-
sendSessionAffinityHeaders: true;
|
|
3717
|
-
supportsEagerToolInputStreaming: false;
|
|
3718
|
-
supportsCacheControlOnTools: false;
|
|
3719
|
-
supportsLongCacheRetention: false;
|
|
3720
|
-
};
|
|
3721
3865
|
reasoning: true;
|
|
3722
3866
|
input: "text"[];
|
|
3723
3867
|
cost: {
|
|
@@ -3728,6 +3872,12 @@ export declare const MODELS: {
|
|
|
3728
3872
|
};
|
|
3729
3873
|
contextWindow: number;
|
|
3730
3874
|
maxTokens: number;
|
|
3875
|
+
compat: {
|
|
3876
|
+
sendSessionAffinityHeaders: true;
|
|
3877
|
+
supportsEagerToolInputStreaming: false;
|
|
3878
|
+
supportsCacheControlOnTools: false;
|
|
3879
|
+
supportsLongCacheRetention: false;
|
|
3880
|
+
};
|
|
3731
3881
|
};
|
|
3732
3882
|
readonly "accounts/fireworks/models/glm-5": {
|
|
3733
3883
|
id: string;
|
|
@@ -3735,12 +3885,6 @@ export declare const MODELS: {
|
|
|
3735
3885
|
api: "anthropic-messages";
|
|
3736
3886
|
provider: string;
|
|
3737
3887
|
baseUrl: string;
|
|
3738
|
-
compat: {
|
|
3739
|
-
sendSessionAffinityHeaders: true;
|
|
3740
|
-
supportsEagerToolInputStreaming: false;
|
|
3741
|
-
supportsCacheControlOnTools: false;
|
|
3742
|
-
supportsLongCacheRetention: false;
|
|
3743
|
-
};
|
|
3744
3888
|
reasoning: true;
|
|
3745
3889
|
input: "text"[];
|
|
3746
3890
|
cost: {
|
|
@@ -3751,6 +3895,12 @@ export declare const MODELS: {
|
|
|
3751
3895
|
};
|
|
3752
3896
|
contextWindow: number;
|
|
3753
3897
|
maxTokens: number;
|
|
3898
|
+
compat: {
|
|
3899
|
+
sendSessionAffinityHeaders: true;
|
|
3900
|
+
supportsEagerToolInputStreaming: false;
|
|
3901
|
+
supportsCacheControlOnTools: false;
|
|
3902
|
+
supportsLongCacheRetention: false;
|
|
3903
|
+
};
|
|
3754
3904
|
};
|
|
3755
3905
|
readonly "accounts/fireworks/models/glm-5p1": {
|
|
3756
3906
|
id: string;
|
|
@@ -3758,12 +3908,6 @@ export declare const MODELS: {
|
|
|
3758
3908
|
api: "anthropic-messages";
|
|
3759
3909
|
provider: string;
|
|
3760
3910
|
baseUrl: string;
|
|
3761
|
-
compat: {
|
|
3762
|
-
sendSessionAffinityHeaders: true;
|
|
3763
|
-
supportsEagerToolInputStreaming: false;
|
|
3764
|
-
supportsCacheControlOnTools: false;
|
|
3765
|
-
supportsLongCacheRetention: false;
|
|
3766
|
-
};
|
|
3767
3911
|
reasoning: true;
|
|
3768
3912
|
input: "text"[];
|
|
3769
3913
|
cost: {
|
|
@@ -3774,6 +3918,12 @@ export declare const MODELS: {
|
|
|
3774
3918
|
};
|
|
3775
3919
|
contextWindow: number;
|
|
3776
3920
|
maxTokens: number;
|
|
3921
|
+
compat: {
|
|
3922
|
+
sendSessionAffinityHeaders: true;
|
|
3923
|
+
supportsEagerToolInputStreaming: false;
|
|
3924
|
+
supportsCacheControlOnTools: false;
|
|
3925
|
+
supportsLongCacheRetention: false;
|
|
3926
|
+
};
|
|
3777
3927
|
};
|
|
3778
3928
|
readonly "accounts/fireworks/models/gpt-oss-120b": {
|
|
3779
3929
|
id: string;
|
|
@@ -3781,12 +3931,29 @@ export declare const MODELS: {
|
|
|
3781
3931
|
api: "anthropic-messages";
|
|
3782
3932
|
provider: string;
|
|
3783
3933
|
baseUrl: string;
|
|
3934
|
+
reasoning: true;
|
|
3935
|
+
input: "text"[];
|
|
3936
|
+
cost: {
|
|
3937
|
+
input: number;
|
|
3938
|
+
output: number;
|
|
3939
|
+
cacheRead: number;
|
|
3940
|
+
cacheWrite: number;
|
|
3941
|
+
};
|
|
3942
|
+
contextWindow: number;
|
|
3943
|
+
maxTokens: number;
|
|
3784
3944
|
compat: {
|
|
3785
3945
|
sendSessionAffinityHeaders: true;
|
|
3786
3946
|
supportsEagerToolInputStreaming: false;
|
|
3787
3947
|
supportsCacheControlOnTools: false;
|
|
3788
3948
|
supportsLongCacheRetention: false;
|
|
3789
3949
|
};
|
|
3950
|
+
};
|
|
3951
|
+
readonly "accounts/fireworks/models/gpt-oss-20b": {
|
|
3952
|
+
id: string;
|
|
3953
|
+
name: string;
|
|
3954
|
+
api: "anthropic-messages";
|
|
3955
|
+
provider: string;
|
|
3956
|
+
baseUrl: string;
|
|
3790
3957
|
reasoning: true;
|
|
3791
3958
|
input: "text"[];
|
|
3792
3959
|
cost: {
|
|
@@ -3797,19 +3964,42 @@ export declare const MODELS: {
|
|
|
3797
3964
|
};
|
|
3798
3965
|
contextWindow: number;
|
|
3799
3966
|
maxTokens: number;
|
|
3967
|
+
compat: {
|
|
3968
|
+
sendSessionAffinityHeaders: true;
|
|
3969
|
+
supportsEagerToolInputStreaming: false;
|
|
3970
|
+
supportsCacheControlOnTools: false;
|
|
3971
|
+
supportsLongCacheRetention: false;
|
|
3972
|
+
};
|
|
3800
3973
|
};
|
|
3801
|
-
readonly "accounts/fireworks/models/
|
|
3974
|
+
readonly "accounts/fireworks/models/kimi-k2-instruct": {
|
|
3802
3975
|
id: string;
|
|
3803
3976
|
name: string;
|
|
3804
3977
|
api: "anthropic-messages";
|
|
3805
3978
|
provider: string;
|
|
3806
3979
|
baseUrl: string;
|
|
3980
|
+
reasoning: false;
|
|
3981
|
+
input: "text"[];
|
|
3982
|
+
cost: {
|
|
3983
|
+
input: number;
|
|
3984
|
+
output: number;
|
|
3985
|
+
cacheRead: number;
|
|
3986
|
+
cacheWrite: number;
|
|
3987
|
+
};
|
|
3988
|
+
contextWindow: number;
|
|
3989
|
+
maxTokens: number;
|
|
3807
3990
|
compat: {
|
|
3808
3991
|
sendSessionAffinityHeaders: true;
|
|
3809
3992
|
supportsEagerToolInputStreaming: false;
|
|
3810
3993
|
supportsCacheControlOnTools: false;
|
|
3811
3994
|
supportsLongCacheRetention: false;
|
|
3812
3995
|
};
|
|
3996
|
+
};
|
|
3997
|
+
readonly "accounts/fireworks/models/kimi-k2-thinking": {
|
|
3998
|
+
id: string;
|
|
3999
|
+
name: string;
|
|
4000
|
+
api: "anthropic-messages";
|
|
4001
|
+
provider: string;
|
|
4002
|
+
baseUrl: string;
|
|
3813
4003
|
reasoning: true;
|
|
3814
4004
|
input: "text"[];
|
|
3815
4005
|
cost: {
|
|
@@ -3820,21 +4010,44 @@ export declare const MODELS: {
|
|
|
3820
4010
|
};
|
|
3821
4011
|
contextWindow: number;
|
|
3822
4012
|
maxTokens: number;
|
|
4013
|
+
compat: {
|
|
4014
|
+
sendSessionAffinityHeaders: true;
|
|
4015
|
+
supportsEagerToolInputStreaming: false;
|
|
4016
|
+
supportsCacheControlOnTools: false;
|
|
4017
|
+
supportsLongCacheRetention: false;
|
|
4018
|
+
};
|
|
3823
4019
|
};
|
|
3824
|
-
readonly "accounts/fireworks/models/kimi-
|
|
4020
|
+
readonly "accounts/fireworks/models/kimi-k2p5": {
|
|
3825
4021
|
id: string;
|
|
3826
4022
|
name: string;
|
|
3827
4023
|
api: "anthropic-messages";
|
|
3828
4024
|
provider: string;
|
|
3829
4025
|
baseUrl: string;
|
|
4026
|
+
reasoning: true;
|
|
4027
|
+
input: ("image" | "text")[];
|
|
4028
|
+
cost: {
|
|
4029
|
+
input: number;
|
|
4030
|
+
output: number;
|
|
4031
|
+
cacheRead: number;
|
|
4032
|
+
cacheWrite: number;
|
|
4033
|
+
};
|
|
4034
|
+
contextWindow: number;
|
|
4035
|
+
maxTokens: number;
|
|
3830
4036
|
compat: {
|
|
3831
4037
|
sendSessionAffinityHeaders: true;
|
|
3832
4038
|
supportsEagerToolInputStreaming: false;
|
|
3833
4039
|
supportsCacheControlOnTools: false;
|
|
3834
4040
|
supportsLongCacheRetention: false;
|
|
3835
4041
|
};
|
|
3836
|
-
|
|
3837
|
-
|
|
4042
|
+
};
|
|
4043
|
+
readonly "accounts/fireworks/models/kimi-k2p6": {
|
|
4044
|
+
id: string;
|
|
4045
|
+
name: string;
|
|
4046
|
+
api: "anthropic-messages";
|
|
4047
|
+
provider: string;
|
|
4048
|
+
baseUrl: string;
|
|
4049
|
+
reasoning: true;
|
|
4050
|
+
input: ("image" | "text")[];
|
|
3838
4051
|
cost: {
|
|
3839
4052
|
input: number;
|
|
3840
4053
|
output: number;
|
|
@@ -3843,19 +4056,42 @@ export declare const MODELS: {
|
|
|
3843
4056
|
};
|
|
3844
4057
|
contextWindow: number;
|
|
3845
4058
|
maxTokens: number;
|
|
4059
|
+
compat: {
|
|
4060
|
+
sendSessionAffinityHeaders: true;
|
|
4061
|
+
supportsEagerToolInputStreaming: false;
|
|
4062
|
+
supportsCacheControlOnTools: false;
|
|
4063
|
+
supportsLongCacheRetention: false;
|
|
4064
|
+
};
|
|
3846
4065
|
};
|
|
3847
|
-
readonly "accounts/fireworks/models/
|
|
4066
|
+
readonly "accounts/fireworks/models/minimax-m2p1": {
|
|
3848
4067
|
id: string;
|
|
3849
4068
|
name: string;
|
|
3850
4069
|
api: "anthropic-messages";
|
|
3851
4070
|
provider: string;
|
|
3852
4071
|
baseUrl: string;
|
|
4072
|
+
reasoning: true;
|
|
4073
|
+
input: "text"[];
|
|
4074
|
+
cost: {
|
|
4075
|
+
input: number;
|
|
4076
|
+
output: number;
|
|
4077
|
+
cacheRead: number;
|
|
4078
|
+
cacheWrite: number;
|
|
4079
|
+
};
|
|
4080
|
+
contextWindow: number;
|
|
4081
|
+
maxTokens: number;
|
|
3853
4082
|
compat: {
|
|
3854
4083
|
sendSessionAffinityHeaders: true;
|
|
3855
4084
|
supportsEagerToolInputStreaming: false;
|
|
3856
4085
|
supportsCacheControlOnTools: false;
|
|
3857
4086
|
supportsLongCacheRetention: false;
|
|
3858
4087
|
};
|
|
4088
|
+
};
|
|
4089
|
+
readonly "accounts/fireworks/models/minimax-m2p5": {
|
|
4090
|
+
id: string;
|
|
4091
|
+
name: string;
|
|
4092
|
+
api: "anthropic-messages";
|
|
4093
|
+
provider: string;
|
|
4094
|
+
baseUrl: string;
|
|
3859
4095
|
reasoning: true;
|
|
3860
4096
|
input: "text"[];
|
|
3861
4097
|
cost: {
|
|
@@ -3866,19 +4102,42 @@ export declare const MODELS: {
|
|
|
3866
4102
|
};
|
|
3867
4103
|
contextWindow: number;
|
|
3868
4104
|
maxTokens: number;
|
|
4105
|
+
compat: {
|
|
4106
|
+
sendSessionAffinityHeaders: true;
|
|
4107
|
+
supportsEagerToolInputStreaming: false;
|
|
4108
|
+
supportsCacheControlOnTools: false;
|
|
4109
|
+
supportsLongCacheRetention: false;
|
|
4110
|
+
};
|
|
3869
4111
|
};
|
|
3870
|
-
readonly "accounts/fireworks/models/
|
|
4112
|
+
readonly "accounts/fireworks/models/minimax-m2p7": {
|
|
3871
4113
|
id: string;
|
|
3872
4114
|
name: string;
|
|
3873
4115
|
api: "anthropic-messages";
|
|
3874
4116
|
provider: string;
|
|
3875
4117
|
baseUrl: string;
|
|
4118
|
+
reasoning: true;
|
|
4119
|
+
input: "text"[];
|
|
4120
|
+
cost: {
|
|
4121
|
+
input: number;
|
|
4122
|
+
output: number;
|
|
4123
|
+
cacheRead: number;
|
|
4124
|
+
cacheWrite: number;
|
|
4125
|
+
};
|
|
4126
|
+
contextWindow: number;
|
|
4127
|
+
maxTokens: number;
|
|
3876
4128
|
compat: {
|
|
3877
4129
|
sendSessionAffinityHeaders: true;
|
|
3878
4130
|
supportsEagerToolInputStreaming: false;
|
|
3879
4131
|
supportsCacheControlOnTools: false;
|
|
3880
4132
|
supportsLongCacheRetention: false;
|
|
3881
4133
|
};
|
|
4134
|
+
};
|
|
4135
|
+
readonly "accounts/fireworks/models/qwen3p6-plus": {
|
|
4136
|
+
id: string;
|
|
4137
|
+
name: string;
|
|
4138
|
+
api: "anthropic-messages";
|
|
4139
|
+
provider: string;
|
|
4140
|
+
baseUrl: string;
|
|
3882
4141
|
reasoning: true;
|
|
3883
4142
|
input: ("image" | "text")[];
|
|
3884
4143
|
cost: {
|
|
@@ -3889,19 +4148,19 @@ export declare const MODELS: {
|
|
|
3889
4148
|
};
|
|
3890
4149
|
contextWindow: number;
|
|
3891
4150
|
maxTokens: number;
|
|
3892
|
-
};
|
|
3893
|
-
readonly "accounts/fireworks/models/kimi-k2p6": {
|
|
3894
|
-
id: string;
|
|
3895
|
-
name: string;
|
|
3896
|
-
api: "anthropic-messages";
|
|
3897
|
-
provider: string;
|
|
3898
|
-
baseUrl: string;
|
|
3899
4151
|
compat: {
|
|
3900
4152
|
sendSessionAffinityHeaders: true;
|
|
3901
4153
|
supportsEagerToolInputStreaming: false;
|
|
3902
4154
|
supportsCacheControlOnTools: false;
|
|
3903
4155
|
supportsLongCacheRetention: false;
|
|
3904
4156
|
};
|
|
4157
|
+
};
|
|
4158
|
+
readonly "accounts/fireworks/routers/kimi-k2p5-turbo": {
|
|
4159
|
+
id: string;
|
|
4160
|
+
name: string;
|
|
4161
|
+
api: "anthropic-messages";
|
|
4162
|
+
provider: string;
|
|
4163
|
+
baseUrl: string;
|
|
3905
4164
|
reasoning: true;
|
|
3906
4165
|
input: ("image" | "text")[];
|
|
3907
4166
|
cost: {
|
|
@@ -3912,21 +4171,32 @@ export declare const MODELS: {
|
|
|
3912
4171
|
};
|
|
3913
4172
|
contextWindow: number;
|
|
3914
4173
|
maxTokens: number;
|
|
4174
|
+
compat: {
|
|
4175
|
+
sendSessionAffinityHeaders: true;
|
|
4176
|
+
supportsEagerToolInputStreaming: false;
|
|
4177
|
+
supportsCacheControlOnTools: false;
|
|
4178
|
+
supportsLongCacheRetention: false;
|
|
4179
|
+
};
|
|
3915
4180
|
};
|
|
3916
|
-
|
|
4181
|
+
};
|
|
4182
|
+
readonly "github-copilot": {
|
|
4183
|
+
readonly "claude-haiku-4.5": {
|
|
3917
4184
|
id: string;
|
|
3918
4185
|
name: string;
|
|
3919
4186
|
api: "anthropic-messages";
|
|
3920
4187
|
provider: string;
|
|
3921
4188
|
baseUrl: string;
|
|
4189
|
+
headers: {
|
|
4190
|
+
"User-Agent": string;
|
|
4191
|
+
"Editor-Version": string;
|
|
4192
|
+
"Editor-Plugin-Version": string;
|
|
4193
|
+
"Copilot-Integration-Id": string;
|
|
4194
|
+
};
|
|
3922
4195
|
compat: {
|
|
3923
|
-
sendSessionAffinityHeaders: true;
|
|
3924
4196
|
supportsEagerToolInputStreaming: false;
|
|
3925
|
-
supportsCacheControlOnTools: false;
|
|
3926
|
-
supportsLongCacheRetention: false;
|
|
3927
4197
|
};
|
|
3928
4198
|
reasoning: true;
|
|
3929
|
-
input: "text"[];
|
|
4199
|
+
input: ("image" | "text")[];
|
|
3930
4200
|
cost: {
|
|
3931
4201
|
input: number;
|
|
3932
4202
|
output: number;
|
|
@@ -3936,20 +4206,20 @@ export declare const MODELS: {
|
|
|
3936
4206
|
contextWindow: number;
|
|
3937
4207
|
maxTokens: number;
|
|
3938
4208
|
};
|
|
3939
|
-
readonly "
|
|
4209
|
+
readonly "claude-opus-4.5": {
|
|
3940
4210
|
id: string;
|
|
3941
4211
|
name: string;
|
|
3942
4212
|
api: "anthropic-messages";
|
|
3943
4213
|
provider: string;
|
|
3944
4214
|
baseUrl: string;
|
|
3945
|
-
|
|
3946
|
-
|
|
3947
|
-
|
|
3948
|
-
|
|
3949
|
-
|
|
4215
|
+
headers: {
|
|
4216
|
+
"User-Agent": string;
|
|
4217
|
+
"Editor-Version": string;
|
|
4218
|
+
"Editor-Plugin-Version": string;
|
|
4219
|
+
"Copilot-Integration-Id": string;
|
|
3950
4220
|
};
|
|
3951
4221
|
reasoning: true;
|
|
3952
|
-
input: "text"[];
|
|
4222
|
+
input: ("image" | "text")[];
|
|
3953
4223
|
cost: {
|
|
3954
4224
|
input: number;
|
|
3955
4225
|
output: number;
|
|
@@ -3959,20 +4229,23 @@ export declare const MODELS: {
|
|
|
3959
4229
|
contextWindow: number;
|
|
3960
4230
|
maxTokens: number;
|
|
3961
4231
|
};
|
|
3962
|
-
readonly "
|
|
4232
|
+
readonly "claude-opus-4.6": {
|
|
3963
4233
|
id: string;
|
|
3964
4234
|
name: string;
|
|
3965
4235
|
api: "anthropic-messages";
|
|
3966
4236
|
provider: string;
|
|
3967
4237
|
baseUrl: string;
|
|
3968
|
-
|
|
3969
|
-
|
|
3970
|
-
|
|
3971
|
-
|
|
3972
|
-
|
|
4238
|
+
headers: {
|
|
4239
|
+
"User-Agent": string;
|
|
4240
|
+
"Editor-Version": string;
|
|
4241
|
+
"Editor-Plugin-Version": string;
|
|
4242
|
+
"Copilot-Integration-Id": string;
|
|
3973
4243
|
};
|
|
3974
4244
|
reasoning: true;
|
|
3975
|
-
|
|
4245
|
+
thinkingLevelMap: {
|
|
4246
|
+
xhigh: string;
|
|
4247
|
+
};
|
|
4248
|
+
input: ("image" | "text")[];
|
|
3976
4249
|
cost: {
|
|
3977
4250
|
input: number;
|
|
3978
4251
|
output: number;
|
|
@@ -3982,19 +4255,22 @@ export declare const MODELS: {
|
|
|
3982
4255
|
contextWindow: number;
|
|
3983
4256
|
maxTokens: number;
|
|
3984
4257
|
};
|
|
3985
|
-
readonly "
|
|
4258
|
+
readonly "claude-opus-4.7": {
|
|
3986
4259
|
id: string;
|
|
3987
4260
|
name: string;
|
|
3988
4261
|
api: "anthropic-messages";
|
|
3989
4262
|
provider: string;
|
|
3990
4263
|
baseUrl: string;
|
|
3991
|
-
|
|
3992
|
-
|
|
3993
|
-
|
|
3994
|
-
|
|
3995
|
-
|
|
4264
|
+
headers: {
|
|
4265
|
+
"User-Agent": string;
|
|
4266
|
+
"Editor-Version": string;
|
|
4267
|
+
"Editor-Plugin-Version": string;
|
|
4268
|
+
"Copilot-Integration-Id": string;
|
|
3996
4269
|
};
|
|
3997
4270
|
reasoning: true;
|
|
4271
|
+
thinkingLevelMap: {
|
|
4272
|
+
xhigh: string;
|
|
4273
|
+
};
|
|
3998
4274
|
input: ("image" | "text")[];
|
|
3999
4275
|
cost: {
|
|
4000
4276
|
input: number;
|
|
@@ -4005,17 +4281,20 @@ export declare const MODELS: {
|
|
|
4005
4281
|
contextWindow: number;
|
|
4006
4282
|
maxTokens: number;
|
|
4007
4283
|
};
|
|
4008
|
-
readonly "
|
|
4284
|
+
readonly "claude-sonnet-4": {
|
|
4009
4285
|
id: string;
|
|
4010
4286
|
name: string;
|
|
4011
4287
|
api: "anthropic-messages";
|
|
4012
4288
|
provider: string;
|
|
4013
4289
|
baseUrl: string;
|
|
4290
|
+
headers: {
|
|
4291
|
+
"User-Agent": string;
|
|
4292
|
+
"Editor-Version": string;
|
|
4293
|
+
"Editor-Plugin-Version": string;
|
|
4294
|
+
"Copilot-Integration-Id": string;
|
|
4295
|
+
};
|
|
4014
4296
|
compat: {
|
|
4015
|
-
sendSessionAffinityHeaders: true;
|
|
4016
4297
|
supportsEagerToolInputStreaming: false;
|
|
4017
|
-
supportsCacheControlOnTools: false;
|
|
4018
|
-
supportsLongCacheRetention: false;
|
|
4019
4298
|
};
|
|
4020
4299
|
reasoning: true;
|
|
4021
4300
|
input: ("image" | "text")[];
|
|
@@ -4028,9 +4307,7 @@ export declare const MODELS: {
|
|
|
4028
4307
|
contextWindow: number;
|
|
4029
4308
|
maxTokens: number;
|
|
4030
4309
|
};
|
|
4031
|
-
|
|
4032
|
-
readonly "github-copilot": {
|
|
4033
|
-
readonly "claude-haiku-4.5": {
|
|
4310
|
+
readonly "claude-sonnet-4.5": {
|
|
4034
4311
|
id: string;
|
|
4035
4312
|
name: string;
|
|
4036
4313
|
api: "anthropic-messages";
|
|
@@ -4056,7 +4333,7 @@ export declare const MODELS: {
|
|
|
4056
4333
|
contextWindow: number;
|
|
4057
4334
|
maxTokens: number;
|
|
4058
4335
|
};
|
|
4059
|
-
readonly "claude-
|
|
4336
|
+
readonly "claude-sonnet-4.6": {
|
|
4060
4337
|
id: string;
|
|
4061
4338
|
name: string;
|
|
4062
4339
|
api: "anthropic-messages";
|
|
@@ -4079,10 +4356,10 @@ export declare const MODELS: {
|
|
|
4079
4356
|
contextWindow: number;
|
|
4080
4357
|
maxTokens: number;
|
|
4081
4358
|
};
|
|
4082
|
-
readonly "
|
|
4359
|
+
readonly "gemini-2.5-pro": {
|
|
4083
4360
|
id: string;
|
|
4084
4361
|
name: string;
|
|
4085
|
-
api: "
|
|
4362
|
+
api: "openai-completions";
|
|
4086
4363
|
provider: string;
|
|
4087
4364
|
baseUrl: string;
|
|
4088
4365
|
headers: {
|
|
@@ -4091,10 +4368,12 @@ export declare const MODELS: {
|
|
|
4091
4368
|
"Editor-Plugin-Version": string;
|
|
4092
4369
|
"Copilot-Integration-Id": string;
|
|
4093
4370
|
};
|
|
4094
|
-
|
|
4095
|
-
|
|
4096
|
-
|
|
4371
|
+
compat: {
|
|
4372
|
+
supportsStore: false;
|
|
4373
|
+
supportsDeveloperRole: false;
|
|
4374
|
+
supportsReasoningEffort: false;
|
|
4097
4375
|
};
|
|
4376
|
+
reasoning: false;
|
|
4098
4377
|
input: ("image" | "text")[];
|
|
4099
4378
|
cost: {
|
|
4100
4379
|
input: number;
|
|
@@ -4105,10 +4384,10 @@ export declare const MODELS: {
|
|
|
4105
4384
|
contextWindow: number;
|
|
4106
4385
|
maxTokens: number;
|
|
4107
4386
|
};
|
|
4108
|
-
readonly "
|
|
4387
|
+
readonly "gemini-3-flash-preview": {
|
|
4109
4388
|
id: string;
|
|
4110
4389
|
name: string;
|
|
4111
|
-
api: "
|
|
4390
|
+
api: "openai-completions";
|
|
4112
4391
|
provider: string;
|
|
4113
4392
|
baseUrl: string;
|
|
4114
4393
|
headers: {
|
|
@@ -4117,10 +4396,12 @@ export declare const MODELS: {
|
|
|
4117
4396
|
"Editor-Plugin-Version": string;
|
|
4118
4397
|
"Copilot-Integration-Id": string;
|
|
4119
4398
|
};
|
|
4120
|
-
|
|
4121
|
-
|
|
4122
|
-
|
|
4399
|
+
compat: {
|
|
4400
|
+
supportsStore: false;
|
|
4401
|
+
supportsDeveloperRole: false;
|
|
4402
|
+
supportsReasoningEffort: false;
|
|
4123
4403
|
};
|
|
4404
|
+
reasoning: true;
|
|
4124
4405
|
input: ("image" | "text")[];
|
|
4125
4406
|
cost: {
|
|
4126
4407
|
input: number;
|
|
@@ -4131,10 +4412,10 @@ export declare const MODELS: {
|
|
|
4131
4412
|
contextWindow: number;
|
|
4132
4413
|
maxTokens: number;
|
|
4133
4414
|
};
|
|
4134
|
-
readonly "
|
|
4415
|
+
readonly "gemini-3-pro-preview": {
|
|
4135
4416
|
id: string;
|
|
4136
4417
|
name: string;
|
|
4137
|
-
api: "
|
|
4418
|
+
api: "openai-completions";
|
|
4138
4419
|
provider: string;
|
|
4139
4420
|
baseUrl: string;
|
|
4140
4421
|
headers: {
|
|
@@ -4144,7 +4425,9 @@ export declare const MODELS: {
|
|
|
4144
4425
|
"Copilot-Integration-Id": string;
|
|
4145
4426
|
};
|
|
4146
4427
|
compat: {
|
|
4147
|
-
|
|
4428
|
+
supportsStore: false;
|
|
4429
|
+
supportsDeveloperRole: false;
|
|
4430
|
+
supportsReasoningEffort: false;
|
|
4148
4431
|
};
|
|
4149
4432
|
reasoning: true;
|
|
4150
4433
|
input: ("image" | "text")[];
|
|
@@ -4157,10 +4440,10 @@ export declare const MODELS: {
|
|
|
4157
4440
|
contextWindow: number;
|
|
4158
4441
|
maxTokens: number;
|
|
4159
4442
|
};
|
|
4160
|
-
readonly "
|
|
4443
|
+
readonly "gemini-3.1-pro-preview": {
|
|
4161
4444
|
id: string;
|
|
4162
4445
|
name: string;
|
|
4163
|
-
api: "
|
|
4446
|
+
api: "openai-completions";
|
|
4164
4447
|
provider: string;
|
|
4165
4448
|
baseUrl: string;
|
|
4166
4449
|
headers: {
|
|
@@ -4169,6 +4452,11 @@ export declare const MODELS: {
|
|
|
4169
4452
|
"Editor-Plugin-Version": string;
|
|
4170
4453
|
"Copilot-Integration-Id": string;
|
|
4171
4454
|
};
|
|
4455
|
+
compat: {
|
|
4456
|
+
supportsStore: false;
|
|
4457
|
+
supportsDeveloperRole: false;
|
|
4458
|
+
supportsReasoningEffort: false;
|
|
4459
|
+
};
|
|
4172
4460
|
reasoning: true;
|
|
4173
4461
|
input: ("image" | "text")[];
|
|
4174
4462
|
cost: {
|
|
@@ -4180,7 +4468,7 @@ export declare const MODELS: {
|
|
|
4180
4468
|
contextWindow: number;
|
|
4181
4469
|
maxTokens: number;
|
|
4182
4470
|
};
|
|
4183
|
-
readonly "
|
|
4471
|
+
readonly "gpt-4.1": {
|
|
4184
4472
|
id: string;
|
|
4185
4473
|
name: string;
|
|
4186
4474
|
api: "openai-completions";
|
|
@@ -4208,7 +4496,7 @@ export declare const MODELS: {
|
|
|
4208
4496
|
contextWindow: number;
|
|
4209
4497
|
maxTokens: number;
|
|
4210
4498
|
};
|
|
4211
|
-
readonly "
|
|
4499
|
+
readonly "gpt-4o": {
|
|
4212
4500
|
id: string;
|
|
4213
4501
|
name: string;
|
|
4214
4502
|
api: "openai-completions";
|
|
@@ -4225,7 +4513,33 @@ export declare const MODELS: {
|
|
|
4225
4513
|
supportsDeveloperRole: false;
|
|
4226
4514
|
supportsReasoningEffort: false;
|
|
4227
4515
|
};
|
|
4516
|
+
reasoning: false;
|
|
4517
|
+
input: ("image" | "text")[];
|
|
4518
|
+
cost: {
|
|
4519
|
+
input: number;
|
|
4520
|
+
output: number;
|
|
4521
|
+
cacheRead: number;
|
|
4522
|
+
cacheWrite: number;
|
|
4523
|
+
};
|
|
4524
|
+
contextWindow: number;
|
|
4525
|
+
maxTokens: number;
|
|
4526
|
+
};
|
|
4527
|
+
readonly "gpt-5": {
|
|
4528
|
+
id: string;
|
|
4529
|
+
name: string;
|
|
4530
|
+
api: "openai-responses";
|
|
4531
|
+
provider: string;
|
|
4532
|
+
baseUrl: string;
|
|
4533
|
+
headers: {
|
|
4534
|
+
"User-Agent": string;
|
|
4535
|
+
"Editor-Version": string;
|
|
4536
|
+
"Editor-Plugin-Version": string;
|
|
4537
|
+
"Copilot-Integration-Id": string;
|
|
4538
|
+
};
|
|
4228
4539
|
reasoning: true;
|
|
4540
|
+
thinkingLevelMap: {
|
|
4541
|
+
off: null;
|
|
4542
|
+
};
|
|
4229
4543
|
input: ("image" | "text")[];
|
|
4230
4544
|
cost: {
|
|
4231
4545
|
input: number;
|
|
@@ -4236,10 +4550,36 @@ export declare const MODELS: {
|
|
|
4236
4550
|
contextWindow: number;
|
|
4237
4551
|
maxTokens: number;
|
|
4238
4552
|
};
|
|
4239
|
-
readonly "
|
|
4553
|
+
readonly "gpt-5-mini": {
|
|
4554
|
+
id: string;
|
|
4555
|
+
name: string;
|
|
4556
|
+
api: "openai-responses";
|
|
4557
|
+
provider: string;
|
|
4558
|
+
baseUrl: string;
|
|
4559
|
+
headers: {
|
|
4560
|
+
"User-Agent": string;
|
|
4561
|
+
"Editor-Version": string;
|
|
4562
|
+
"Editor-Plugin-Version": string;
|
|
4563
|
+
"Copilot-Integration-Id": string;
|
|
4564
|
+
};
|
|
4565
|
+
reasoning: true;
|
|
4566
|
+
thinkingLevelMap: {
|
|
4567
|
+
off: null;
|
|
4568
|
+
};
|
|
4569
|
+
input: ("image" | "text")[];
|
|
4570
|
+
cost: {
|
|
4571
|
+
input: number;
|
|
4572
|
+
output: number;
|
|
4573
|
+
cacheRead: number;
|
|
4574
|
+
cacheWrite: number;
|
|
4575
|
+
};
|
|
4576
|
+
contextWindow: number;
|
|
4577
|
+
maxTokens: number;
|
|
4578
|
+
};
|
|
4579
|
+
readonly "gpt-5.1": {
|
|
4240
4580
|
id: string;
|
|
4241
4581
|
name: string;
|
|
4242
|
-
api: "openai-
|
|
4582
|
+
api: "openai-responses";
|
|
4243
4583
|
provider: string;
|
|
4244
4584
|
baseUrl: string;
|
|
4245
4585
|
headers: {
|
|
@@ -4248,12 +4588,10 @@ export declare const MODELS: {
|
|
|
4248
4588
|
"Editor-Plugin-Version": string;
|
|
4249
4589
|
"Copilot-Integration-Id": string;
|
|
4250
4590
|
};
|
|
4251
|
-
compat: {
|
|
4252
|
-
supportsStore: false;
|
|
4253
|
-
supportsDeveloperRole: false;
|
|
4254
|
-
supportsReasoningEffort: false;
|
|
4255
|
-
};
|
|
4256
4591
|
reasoning: true;
|
|
4592
|
+
thinkingLevelMap: {
|
|
4593
|
+
off: null;
|
|
4594
|
+
};
|
|
4257
4595
|
input: ("image" | "text")[];
|
|
4258
4596
|
cost: {
|
|
4259
4597
|
input: number;
|
|
@@ -4264,10 +4602,10 @@ export declare const MODELS: {
|
|
|
4264
4602
|
contextWindow: number;
|
|
4265
4603
|
maxTokens: number;
|
|
4266
4604
|
};
|
|
4267
|
-
readonly "gpt-
|
|
4605
|
+
readonly "gpt-5.1-codex": {
|
|
4268
4606
|
id: string;
|
|
4269
4607
|
name: string;
|
|
4270
|
-
api: "openai-
|
|
4608
|
+
api: "openai-responses";
|
|
4271
4609
|
provider: string;
|
|
4272
4610
|
baseUrl: string;
|
|
4273
4611
|
headers: {
|
|
@@ -4276,12 +4614,10 @@ export declare const MODELS: {
|
|
|
4276
4614
|
"Editor-Plugin-Version": string;
|
|
4277
4615
|
"Copilot-Integration-Id": string;
|
|
4278
4616
|
};
|
|
4279
|
-
|
|
4280
|
-
|
|
4281
|
-
|
|
4282
|
-
supportsReasoningEffort: false;
|
|
4617
|
+
reasoning: true;
|
|
4618
|
+
thinkingLevelMap: {
|
|
4619
|
+
off: null;
|
|
4283
4620
|
};
|
|
4284
|
-
reasoning: false;
|
|
4285
4621
|
input: ("image" | "text")[];
|
|
4286
4622
|
cost: {
|
|
4287
4623
|
input: number;
|
|
@@ -4292,10 +4628,10 @@ export declare const MODELS: {
|
|
|
4292
4628
|
contextWindow: number;
|
|
4293
4629
|
maxTokens: number;
|
|
4294
4630
|
};
|
|
4295
|
-
readonly "gpt-
|
|
4631
|
+
readonly "gpt-5.1-codex-max": {
|
|
4296
4632
|
id: string;
|
|
4297
4633
|
name: string;
|
|
4298
|
-
api: "openai-
|
|
4634
|
+
api: "openai-responses";
|
|
4299
4635
|
provider: string;
|
|
4300
4636
|
baseUrl: string;
|
|
4301
4637
|
headers: {
|
|
@@ -4304,12 +4640,10 @@ export declare const MODELS: {
|
|
|
4304
4640
|
"Editor-Plugin-Version": string;
|
|
4305
4641
|
"Copilot-Integration-Id": string;
|
|
4306
4642
|
};
|
|
4307
|
-
|
|
4308
|
-
|
|
4309
|
-
|
|
4310
|
-
supportsReasoningEffort: false;
|
|
4643
|
+
reasoning: true;
|
|
4644
|
+
thinkingLevelMap: {
|
|
4645
|
+
off: null;
|
|
4311
4646
|
};
|
|
4312
|
-
reasoning: false;
|
|
4313
4647
|
input: ("image" | "text")[];
|
|
4314
4648
|
cost: {
|
|
4315
4649
|
input: number;
|
|
@@ -4320,7 +4654,7 @@ export declare const MODELS: {
|
|
|
4320
4654
|
contextWindow: number;
|
|
4321
4655
|
maxTokens: number;
|
|
4322
4656
|
};
|
|
4323
|
-
readonly "gpt-5-mini": {
|
|
4657
|
+
readonly "gpt-5.1-codex-mini": {
|
|
4324
4658
|
id: string;
|
|
4325
4659
|
name: string;
|
|
4326
4660
|
api: "openai-responses";
|
|
@@ -8440,34 +8774,6 @@ export declare const MODELS: {
|
|
|
8440
8774
|
contextWindow: number;
|
|
8441
8775
|
maxTokens: number;
|
|
8442
8776
|
};
|
|
8443
|
-
readonly "deepseek-v4-flash-free": {
|
|
8444
|
-
id: string;
|
|
8445
|
-
name: string;
|
|
8446
|
-
api: "openai-completions";
|
|
8447
|
-
provider: string;
|
|
8448
|
-
baseUrl: string;
|
|
8449
|
-
compat: {
|
|
8450
|
-
requiresReasoningContentOnAssistantMessages: true;
|
|
8451
|
-
thinkingFormat: "deepseek";
|
|
8452
|
-
};
|
|
8453
|
-
reasoning: true;
|
|
8454
|
-
thinkingLevelMap: {
|
|
8455
|
-
minimal: null;
|
|
8456
|
-
low: null;
|
|
8457
|
-
medium: null;
|
|
8458
|
-
high: string;
|
|
8459
|
-
xhigh: string;
|
|
8460
|
-
};
|
|
8461
|
-
input: "text"[];
|
|
8462
|
-
cost: {
|
|
8463
|
-
input: number;
|
|
8464
|
-
output: number;
|
|
8465
|
-
cacheRead: number;
|
|
8466
|
-
cacheWrite: number;
|
|
8467
|
-
};
|
|
8468
|
-
contextWindow: number;
|
|
8469
|
-
maxTokens: number;
|
|
8470
|
-
};
|
|
8471
8777
|
readonly "gemini-3-flash": {
|
|
8472
8778
|
id: string;
|
|
8473
8779
|
name: string;
|
|
@@ -8875,14 +9181,14 @@ export declare const MODELS: {
|
|
|
8875
9181
|
contextWindow: number;
|
|
8876
9182
|
maxTokens: number;
|
|
8877
9183
|
};
|
|
8878
|
-
readonly "
|
|
9184
|
+
readonly "hy3-preview-free": {
|
|
8879
9185
|
id: string;
|
|
8880
9186
|
name: string;
|
|
8881
9187
|
api: "openai-completions";
|
|
8882
9188
|
provider: string;
|
|
8883
9189
|
baseUrl: string;
|
|
8884
9190
|
reasoning: true;
|
|
8885
|
-
input:
|
|
9191
|
+
input: "text"[];
|
|
8886
9192
|
cost: {
|
|
8887
9193
|
input: number;
|
|
8888
9194
|
output: number;
|
|
@@ -8892,7 +9198,7 @@ export declare const MODELS: {
|
|
|
8892
9198
|
contextWindow: number;
|
|
8893
9199
|
maxTokens: number;
|
|
8894
9200
|
};
|
|
8895
|
-
readonly "kimi-k2.
|
|
9201
|
+
readonly "kimi-k2.5": {
|
|
8896
9202
|
id: string;
|
|
8897
9203
|
name: string;
|
|
8898
9204
|
api: "openai-completions";
|
|
@@ -8909,14 +9215,14 @@ export declare const MODELS: {
|
|
|
8909
9215
|
contextWindow: number;
|
|
8910
9216
|
maxTokens: number;
|
|
8911
9217
|
};
|
|
8912
|
-
readonly "
|
|
9218
|
+
readonly "kimi-k2.6": {
|
|
8913
9219
|
id: string;
|
|
8914
9220
|
name: string;
|
|
8915
9221
|
api: "openai-completions";
|
|
8916
9222
|
provider: string;
|
|
8917
9223
|
baseUrl: string;
|
|
8918
9224
|
reasoning: true;
|
|
8919
|
-
input: "text"[];
|
|
9225
|
+
input: ("image" | "text")[];
|
|
8920
9226
|
cost: {
|
|
8921
9227
|
input: number;
|
|
8922
9228
|
output: number;
|
|
@@ -8926,10 +9232,10 @@ export declare const MODELS: {
|
|
|
8926
9232
|
contextWindow: number;
|
|
8927
9233
|
maxTokens: number;
|
|
8928
9234
|
};
|
|
8929
|
-
readonly "minimax-m2.5
|
|
9235
|
+
readonly "minimax-m2.5": {
|
|
8930
9236
|
id: string;
|
|
8931
9237
|
name: string;
|
|
8932
|
-
api: "
|
|
9238
|
+
api: "openai-completions";
|
|
8933
9239
|
provider: string;
|
|
8934
9240
|
baseUrl: string;
|
|
8935
9241
|
reasoning: true;
|
|
@@ -8943,10 +9249,10 @@ export declare const MODELS: {
|
|
|
8943
9249
|
contextWindow: number;
|
|
8944
9250
|
maxTokens: number;
|
|
8945
9251
|
};
|
|
8946
|
-
readonly "minimax-m2.
|
|
9252
|
+
readonly "minimax-m2.5-free": {
|
|
8947
9253
|
id: string;
|
|
8948
9254
|
name: string;
|
|
8949
|
-
api: "
|
|
9255
|
+
api: "anthropic-messages";
|
|
8950
9256
|
provider: string;
|
|
8951
9257
|
baseUrl: string;
|
|
8952
9258
|
reasoning: true;
|
|
@@ -8960,7 +9266,7 @@ export declare const MODELS: {
|
|
|
8960
9266
|
contextWindow: number;
|
|
8961
9267
|
maxTokens: number;
|
|
8962
9268
|
};
|
|
8963
|
-
readonly "
|
|
9269
|
+
readonly "minimax-m2.7": {
|
|
8964
9270
|
id: string;
|
|
8965
9271
|
name: string;
|
|
8966
9272
|
api: "openai-completions";
|
|
@@ -8977,14 +9283,14 @@ export declare const MODELS: {
|
|
|
8977
9283
|
contextWindow: number;
|
|
8978
9284
|
maxTokens: number;
|
|
8979
9285
|
};
|
|
8980
|
-
readonly "
|
|
9286
|
+
readonly "nemotron-3-super-free": {
|
|
8981
9287
|
id: string;
|
|
8982
9288
|
name: string;
|
|
8983
|
-
api: "
|
|
9289
|
+
api: "openai-completions";
|
|
8984
9290
|
provider: string;
|
|
8985
9291
|
baseUrl: string;
|
|
8986
9292
|
reasoning: true;
|
|
8987
|
-
input:
|
|
9293
|
+
input: "text"[];
|
|
8988
9294
|
cost: {
|
|
8989
9295
|
input: number;
|
|
8990
9296
|
output: number;
|
|
@@ -8994,7 +9300,7 @@ export declare const MODELS: {
|
|
|
8994
9300
|
contextWindow: number;
|
|
8995
9301
|
maxTokens: number;
|
|
8996
9302
|
};
|
|
8997
|
-
readonly "qwen3.
|
|
9303
|
+
readonly "qwen3.5-plus": {
|
|
8998
9304
|
id: string;
|
|
8999
9305
|
name: string;
|
|
9000
9306
|
api: "anthropic-messages";
|
|
@@ -9011,7 +9317,7 @@ export declare const MODELS: {
|
|
|
9011
9317
|
contextWindow: number;
|
|
9012
9318
|
maxTokens: number;
|
|
9013
9319
|
};
|
|
9014
|
-
readonly "qwen3.6-plus
|
|
9320
|
+
readonly "qwen3.6-plus": {
|
|
9015
9321
|
id: string;
|
|
9016
9322
|
name: string;
|
|
9017
9323
|
api: "anthropic-messages";
|
|
@@ -9191,7 +9497,7 @@ export declare const MODELS: {
|
|
|
9191
9497
|
readonly "minimax-m2.5": {
|
|
9192
9498
|
id: string;
|
|
9193
9499
|
name: string;
|
|
9194
|
-
api: "
|
|
9500
|
+
api: "openai-completions";
|
|
9195
9501
|
provider: string;
|
|
9196
9502
|
baseUrl: string;
|
|
9197
9503
|
reasoning: true;
|
|
@@ -9417,7 +9723,7 @@ export declare const MODELS: {
|
|
|
9417
9723
|
contextWindow: number;
|
|
9418
9724
|
maxTokens: number;
|
|
9419
9725
|
};
|
|
9420
|
-
readonly "anthropic/claude-
|
|
9726
|
+
readonly "anthropic/claude-3.7-sonnet": {
|
|
9421
9727
|
id: string;
|
|
9422
9728
|
name: string;
|
|
9423
9729
|
api: "openai-completions";
|
|
@@ -9434,7 +9740,7 @@ export declare const MODELS: {
|
|
|
9434
9740
|
contextWindow: number;
|
|
9435
9741
|
maxTokens: number;
|
|
9436
9742
|
};
|
|
9437
|
-
readonly "anthropic/claude-
|
|
9743
|
+
readonly "anthropic/claude-3.7-sonnet:thinking": {
|
|
9438
9744
|
id: string;
|
|
9439
9745
|
name: string;
|
|
9440
9746
|
api: "openai-completions";
|
|
@@ -9451,7 +9757,7 @@ export declare const MODELS: {
|
|
|
9451
9757
|
contextWindow: number;
|
|
9452
9758
|
maxTokens: number;
|
|
9453
9759
|
};
|
|
9454
|
-
readonly "anthropic/claude-
|
|
9760
|
+
readonly "anthropic/claude-haiku-4.5": {
|
|
9455
9761
|
id: string;
|
|
9456
9762
|
name: string;
|
|
9457
9763
|
api: "openai-completions";
|
|
@@ -9468,7 +9774,7 @@ export declare const MODELS: {
|
|
|
9468
9774
|
contextWindow: number;
|
|
9469
9775
|
maxTokens: number;
|
|
9470
9776
|
};
|
|
9471
|
-
readonly "anthropic/claude-opus-4
|
|
9777
|
+
readonly "anthropic/claude-opus-4": {
|
|
9472
9778
|
id: string;
|
|
9473
9779
|
name: string;
|
|
9474
9780
|
api: "openai-completions";
|
|
@@ -9485,16 +9791,13 @@ export declare const MODELS: {
|
|
|
9485
9791
|
contextWindow: number;
|
|
9486
9792
|
maxTokens: number;
|
|
9487
9793
|
};
|
|
9488
|
-
readonly "anthropic/claude-opus-4.
|
|
9794
|
+
readonly "anthropic/claude-opus-4.1": {
|
|
9489
9795
|
id: string;
|
|
9490
9796
|
name: string;
|
|
9491
9797
|
api: "openai-completions";
|
|
9492
9798
|
provider: string;
|
|
9493
9799
|
baseUrl: string;
|
|
9494
9800
|
reasoning: true;
|
|
9495
|
-
thinkingLevelMap: {
|
|
9496
|
-
xhigh: string;
|
|
9497
|
-
};
|
|
9498
9801
|
input: ("image" | "text")[];
|
|
9499
9802
|
cost: {
|
|
9500
9803
|
input: number;
|
|
@@ -9505,16 +9808,13 @@ export declare const MODELS: {
|
|
|
9505
9808
|
contextWindow: number;
|
|
9506
9809
|
maxTokens: number;
|
|
9507
9810
|
};
|
|
9508
|
-
readonly "anthropic/claude-opus-4.
|
|
9811
|
+
readonly "anthropic/claude-opus-4.5": {
|
|
9509
9812
|
id: string;
|
|
9510
9813
|
name: string;
|
|
9511
9814
|
api: "openai-completions";
|
|
9512
9815
|
provider: string;
|
|
9513
9816
|
baseUrl: string;
|
|
9514
9817
|
reasoning: true;
|
|
9515
|
-
thinkingLevelMap: {
|
|
9516
|
-
xhigh: string;
|
|
9517
|
-
};
|
|
9518
9818
|
input: ("image" | "text")[];
|
|
9519
9819
|
cost: {
|
|
9520
9820
|
input: number;
|
|
@@ -9525,7 +9825,7 @@ export declare const MODELS: {
|
|
|
9525
9825
|
contextWindow: number;
|
|
9526
9826
|
maxTokens: number;
|
|
9527
9827
|
};
|
|
9528
|
-
readonly "anthropic/claude-opus-4.
|
|
9828
|
+
readonly "anthropic/claude-opus-4.6": {
|
|
9529
9829
|
id: string;
|
|
9530
9830
|
name: string;
|
|
9531
9831
|
api: "openai-completions";
|
|
@@ -9545,7 +9845,7 @@ export declare const MODELS: {
|
|
|
9545
9845
|
contextWindow: number;
|
|
9546
9846
|
maxTokens: number;
|
|
9547
9847
|
};
|
|
9548
|
-
readonly "anthropic/claude-opus-4.
|
|
9848
|
+
readonly "anthropic/claude-opus-4.6-fast": {
|
|
9549
9849
|
id: string;
|
|
9550
9850
|
name: string;
|
|
9551
9851
|
api: "openai-completions";
|
|
@@ -9565,13 +9865,16 @@ export declare const MODELS: {
|
|
|
9565
9865
|
contextWindow: number;
|
|
9566
9866
|
maxTokens: number;
|
|
9567
9867
|
};
|
|
9568
|
-
readonly "anthropic/claude-
|
|
9868
|
+
readonly "anthropic/claude-opus-4.7": {
|
|
9569
9869
|
id: string;
|
|
9570
9870
|
name: string;
|
|
9571
9871
|
api: "openai-completions";
|
|
9572
9872
|
provider: string;
|
|
9573
9873
|
baseUrl: string;
|
|
9574
9874
|
reasoning: true;
|
|
9875
|
+
thinkingLevelMap: {
|
|
9876
|
+
xhigh: string;
|
|
9877
|
+
};
|
|
9575
9878
|
input: ("image" | "text")[];
|
|
9576
9879
|
cost: {
|
|
9577
9880
|
input: number;
|
|
@@ -9582,7 +9885,7 @@ export declare const MODELS: {
|
|
|
9582
9885
|
contextWindow: number;
|
|
9583
9886
|
maxTokens: number;
|
|
9584
9887
|
};
|
|
9585
|
-
readonly "anthropic/claude-sonnet-4
|
|
9888
|
+
readonly "anthropic/claude-sonnet-4": {
|
|
9586
9889
|
id: string;
|
|
9587
9890
|
name: string;
|
|
9588
9891
|
api: "openai-completions";
|
|
@@ -9599,7 +9902,7 @@ export declare const MODELS: {
|
|
|
9599
9902
|
contextWindow: number;
|
|
9600
9903
|
maxTokens: number;
|
|
9601
9904
|
};
|
|
9602
|
-
readonly "anthropic/claude-sonnet-4.
|
|
9905
|
+
readonly "anthropic/claude-sonnet-4.5": {
|
|
9603
9906
|
id: string;
|
|
9604
9907
|
name: string;
|
|
9605
9908
|
api: "openai-completions";
|
|
@@ -9616,14 +9919,14 @@ export declare const MODELS: {
|
|
|
9616
9919
|
contextWindow: number;
|
|
9617
9920
|
maxTokens: number;
|
|
9618
9921
|
};
|
|
9619
|
-
readonly "
|
|
9922
|
+
readonly "anthropic/claude-sonnet-4.6": {
|
|
9620
9923
|
id: string;
|
|
9621
9924
|
name: string;
|
|
9622
9925
|
api: "openai-completions";
|
|
9623
9926
|
provider: string;
|
|
9624
9927
|
baseUrl: string;
|
|
9625
|
-
reasoning:
|
|
9626
|
-
input: "text"[];
|
|
9928
|
+
reasoning: true;
|
|
9929
|
+
input: ("image" | "text")[];
|
|
9627
9930
|
cost: {
|
|
9628
9931
|
input: number;
|
|
9629
9932
|
output: number;
|
|
@@ -9633,13 +9936,13 @@ export declare const MODELS: {
|
|
|
9633
9936
|
contextWindow: number;
|
|
9634
9937
|
maxTokens: number;
|
|
9635
9938
|
};
|
|
9636
|
-
readonly "arcee-ai/trinity-large-
|
|
9939
|
+
readonly "arcee-ai/trinity-large-preview": {
|
|
9637
9940
|
id: string;
|
|
9638
9941
|
name: string;
|
|
9639
9942
|
api: "openai-completions";
|
|
9640
9943
|
provider: string;
|
|
9641
9944
|
baseUrl: string;
|
|
9642
|
-
reasoning:
|
|
9945
|
+
reasoning: false;
|
|
9643
9946
|
input: "text"[];
|
|
9644
9947
|
cost: {
|
|
9645
9948
|
input: number;
|
|
@@ -9650,7 +9953,7 @@ export declare const MODELS: {
|
|
|
9650
9953
|
contextWindow: number;
|
|
9651
9954
|
maxTokens: number;
|
|
9652
9955
|
};
|
|
9653
|
-
readonly "arcee-ai/trinity-large-thinking
|
|
9956
|
+
readonly "arcee-ai/trinity-large-thinking": {
|
|
9654
9957
|
id: string;
|
|
9655
9958
|
name: string;
|
|
9656
9959
|
api: "openai-completions";
|
|
@@ -10035,34 +10338,6 @@ export declare const MODELS: {
|
|
|
10035
10338
|
contextWindow: number;
|
|
10036
10339
|
maxTokens: number;
|
|
10037
10340
|
};
|
|
10038
|
-
readonly "deepseek/deepseek-v4-flash:free": {
|
|
10039
|
-
id: string;
|
|
10040
|
-
name: string;
|
|
10041
|
-
api: "openai-completions";
|
|
10042
|
-
provider: string;
|
|
10043
|
-
baseUrl: string;
|
|
10044
|
-
compat: {
|
|
10045
|
-
requiresReasoningContentOnAssistantMessages: true;
|
|
10046
|
-
thinkingFormat: "deepseek";
|
|
10047
|
-
};
|
|
10048
|
-
reasoning: true;
|
|
10049
|
-
thinkingLevelMap: {
|
|
10050
|
-
minimal: null;
|
|
10051
|
-
low: null;
|
|
10052
|
-
medium: null;
|
|
10053
|
-
high: string;
|
|
10054
|
-
xhigh: string;
|
|
10055
|
-
};
|
|
10056
|
-
input: "text"[];
|
|
10057
|
-
cost: {
|
|
10058
|
-
input: number;
|
|
10059
|
-
output: number;
|
|
10060
|
-
cacheRead: number;
|
|
10061
|
-
cacheWrite: number;
|
|
10062
|
-
};
|
|
10063
|
-
contextWindow: number;
|
|
10064
|
-
maxTokens: number;
|
|
10065
|
-
};
|
|
10066
10341
|
readonly "deepseek/deepseek-v4-pro": {
|
|
10067
10342
|
id: string;
|
|
10068
10343
|
name: string;
|
|
@@ -10502,23 +10777,6 @@ export declare const MODELS: {
|
|
|
10502
10777
|
contextWindow: number;
|
|
10503
10778
|
maxTokens: number;
|
|
10504
10779
|
};
|
|
10505
|
-
readonly "inclusionai/ring-2.6-1t:free": {
|
|
10506
|
-
id: string;
|
|
10507
|
-
name: string;
|
|
10508
|
-
api: "openai-completions";
|
|
10509
|
-
provider: string;
|
|
10510
|
-
baseUrl: string;
|
|
10511
|
-
reasoning: true;
|
|
10512
|
-
input: "text"[];
|
|
10513
|
-
cost: {
|
|
10514
|
-
input: number;
|
|
10515
|
-
output: number;
|
|
10516
|
-
cacheRead: number;
|
|
10517
|
-
cacheWrite: number;
|
|
10518
|
-
};
|
|
10519
|
-
contextWindow: number;
|
|
10520
|
-
maxTokens: number;
|
|
10521
|
-
};
|
|
10522
10780
|
readonly "kwaipilot/kat-coder-pro-v2": {
|
|
10523
10781
|
id: string;
|
|
10524
10782
|
name: string;
|
|
@@ -12476,6 +12734,23 @@ export declare const MODELS: {
|
|
|
12476
12734
|
contextWindow: number;
|
|
12477
12735
|
maxTokens: number;
|
|
12478
12736
|
};
|
|
12737
|
+
readonly "qwen/qwen-max": {
|
|
12738
|
+
id: string;
|
|
12739
|
+
name: string;
|
|
12740
|
+
api: "openai-completions";
|
|
12741
|
+
provider: string;
|
|
12742
|
+
baseUrl: string;
|
|
12743
|
+
reasoning: false;
|
|
12744
|
+
input: "text"[];
|
|
12745
|
+
cost: {
|
|
12746
|
+
input: number;
|
|
12747
|
+
output: number;
|
|
12748
|
+
cacheRead: number;
|
|
12749
|
+
cacheWrite: number;
|
|
12750
|
+
};
|
|
12751
|
+
contextWindow: number;
|
|
12752
|
+
maxTokens: number;
|
|
12753
|
+
};
|
|
12479
12754
|
readonly "qwen/qwen-plus": {
|
|
12480
12755
|
id: string;
|
|
12481
12756
|
name: string;
|
|
@@ -12527,6 +12802,40 @@ export declare const MODELS: {
|
|
|
12527
12802
|
contextWindow: number;
|
|
12528
12803
|
maxTokens: number;
|
|
12529
12804
|
};
|
|
12805
|
+
readonly "qwen/qwen-turbo": {
|
|
12806
|
+
id: string;
|
|
12807
|
+
name: string;
|
|
12808
|
+
api: "openai-completions";
|
|
12809
|
+
provider: string;
|
|
12810
|
+
baseUrl: string;
|
|
12811
|
+
reasoning: false;
|
|
12812
|
+
input: "text"[];
|
|
12813
|
+
cost: {
|
|
12814
|
+
input: number;
|
|
12815
|
+
output: number;
|
|
12816
|
+
cacheRead: number;
|
|
12817
|
+
cacheWrite: number;
|
|
12818
|
+
};
|
|
12819
|
+
contextWindow: number;
|
|
12820
|
+
maxTokens: number;
|
|
12821
|
+
};
|
|
12822
|
+
readonly "qwen/qwen-vl-max": {
|
|
12823
|
+
id: string;
|
|
12824
|
+
name: string;
|
|
12825
|
+
api: "openai-completions";
|
|
12826
|
+
provider: string;
|
|
12827
|
+
baseUrl: string;
|
|
12828
|
+
reasoning: false;
|
|
12829
|
+
input: ("image" | "text")[];
|
|
12830
|
+
cost: {
|
|
12831
|
+
input: number;
|
|
12832
|
+
output: number;
|
|
12833
|
+
cacheRead: number;
|
|
12834
|
+
cacheWrite: number;
|
|
12835
|
+
};
|
|
12836
|
+
contextWindow: number;
|
|
12837
|
+
maxTokens: number;
|
|
12838
|
+
};
|
|
12530
12839
|
readonly "qwen/qwen3-14b": {
|
|
12531
12840
|
id: string;
|
|
12532
12841
|
name: string;
|
|
@@ -13292,7 +13601,7 @@ export declare const MODELS: {
|
|
|
13292
13601
|
contextWindow: number;
|
|
13293
13602
|
maxTokens: number;
|
|
13294
13603
|
};
|
|
13295
|
-
readonly "tencent/hy3-preview": {
|
|
13604
|
+
readonly "tencent/hy3-preview:free": {
|
|
13296
13605
|
id: string;
|
|
13297
13606
|
name: string;
|
|
13298
13607
|
api: "openai-completions";
|
|
@@ -13343,6 +13652,23 @@ export declare const MODELS: {
|
|
|
13343
13652
|
contextWindow: number;
|
|
13344
13653
|
maxTokens: number;
|
|
13345
13654
|
};
|
|
13655
|
+
readonly "tngtech/deepseek-r1t2-chimera": {
|
|
13656
|
+
id: string;
|
|
13657
|
+
name: string;
|
|
13658
|
+
api: "openai-completions";
|
|
13659
|
+
provider: string;
|
|
13660
|
+
baseUrl: string;
|
|
13661
|
+
reasoning: true;
|
|
13662
|
+
input: "text"[];
|
|
13663
|
+
cost: {
|
|
13664
|
+
input: number;
|
|
13665
|
+
output: number;
|
|
13666
|
+
cacheRead: number;
|
|
13667
|
+
cacheWrite: number;
|
|
13668
|
+
};
|
|
13669
|
+
contextWindow: number;
|
|
13670
|
+
maxTokens: number;
|
|
13671
|
+
};
|
|
13346
13672
|
readonly "upstage/solar-pro-3": {
|
|
13347
13673
|
id: string;
|
|
13348
13674
|
name: string;
|
|
@@ -14826,6 +15152,23 @@ export declare const MODELS: {
|
|
|
14826
15152
|
contextWindow: number;
|
|
14827
15153
|
maxTokens: number;
|
|
14828
15154
|
};
|
|
15155
|
+
readonly "anthropic/claude-3.7-sonnet": {
|
|
15156
|
+
id: string;
|
|
15157
|
+
name: string;
|
|
15158
|
+
api: "anthropic-messages";
|
|
15159
|
+
provider: string;
|
|
15160
|
+
baseUrl: string;
|
|
15161
|
+
reasoning: true;
|
|
15162
|
+
input: ("image" | "text")[];
|
|
15163
|
+
cost: {
|
|
15164
|
+
input: number;
|
|
15165
|
+
output: number;
|
|
15166
|
+
cacheRead: number;
|
|
15167
|
+
cacheWrite: number;
|
|
15168
|
+
};
|
|
15169
|
+
contextWindow: number;
|
|
15170
|
+
maxTokens: number;
|
|
15171
|
+
};
|
|
14829
15172
|
readonly "anthropic/claude-haiku-4.5": {
|
|
14830
15173
|
id: string;
|
|
14831
15174
|
name: string;
|