@draht/ai 2026.4.26 → 2026.5.12
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 +691 -628
- package/dist/models.generated.d.ts.map +1 -1
- package/dist/models.generated.js +947 -851
- package/dist/models.generated.js.map +1 -1
- package/dist/providers/openai-completions.d.ts.map +1 -1
- package/dist/providers/openai-completions.js +2 -1
- package/dist/providers/openai-completions.js.map +1 -1
- package/package.json +2 -2
|
@@ -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 "
|
|
684
|
-
id: string;
|
|
685
|
-
name: string;
|
|
686
|
-
api: "bedrock-converse-stream";
|
|
687
|
-
provider: string;
|
|
688
|
-
baseUrl: string;
|
|
689
|
-
reasoning: false;
|
|
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": {
|
|
547
|
+
readonly "jp.anthropic.claude-opus-4-7": {
|
|
701
548
|
id: string;
|
|
702
549
|
name: string;
|
|
703
550
|
api: "bedrock-converse-stream";
|
|
704
551
|
provider: string;
|
|
705
552
|
baseUrl: string;
|
|
706
|
-
reasoning:
|
|
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;
|
|
@@ -2537,6 +2384,23 @@ export declare const MODELS: {
|
|
|
2537
2384
|
contextWindow: number;
|
|
2538
2385
|
maxTokens: number;
|
|
2539
2386
|
};
|
|
2387
|
+
readonly "gpt-5.5-pro": {
|
|
2388
|
+
id: string;
|
|
2389
|
+
name: string;
|
|
2390
|
+
api: "azure-openai-responses";
|
|
2391
|
+
provider: string;
|
|
2392
|
+
baseUrl: string;
|
|
2393
|
+
reasoning: true;
|
|
2394
|
+
input: ("image" | "text")[];
|
|
2395
|
+
cost: {
|
|
2396
|
+
input: number;
|
|
2397
|
+
output: number;
|
|
2398
|
+
cacheRead: number;
|
|
2399
|
+
cacheWrite: number;
|
|
2400
|
+
};
|
|
2401
|
+
contextWindow: number;
|
|
2402
|
+
maxTokens: number;
|
|
2403
|
+
};
|
|
2540
2404
|
readonly o1: {
|
|
2541
2405
|
id: string;
|
|
2542
2406
|
name: string;
|
|
@@ -2837,7 +2701,7 @@ export declare const MODELS: {
|
|
|
2837
2701
|
contextWindow: number;
|
|
2838
2702
|
maxTokens: number;
|
|
2839
2703
|
};
|
|
2840
|
-
readonly "claude-sonnet-4": {
|
|
2704
|
+
readonly "claude-sonnet-4.5": {
|
|
2841
2705
|
id: string;
|
|
2842
2706
|
name: string;
|
|
2843
2707
|
api: "anthropic-messages";
|
|
@@ -2860,7 +2724,7 @@ export declare const MODELS: {
|
|
|
2860
2724
|
contextWindow: number;
|
|
2861
2725
|
maxTokens: number;
|
|
2862
2726
|
};
|
|
2863
|
-
readonly "claude-sonnet-4.
|
|
2727
|
+
readonly "claude-sonnet-4.6": {
|
|
2864
2728
|
id: string;
|
|
2865
2729
|
name: string;
|
|
2866
2730
|
api: "anthropic-messages";
|
|
@@ -2883,10 +2747,10 @@ export declare const MODELS: {
|
|
|
2883
2747
|
contextWindow: number;
|
|
2884
2748
|
maxTokens: number;
|
|
2885
2749
|
};
|
|
2886
|
-
readonly "
|
|
2750
|
+
readonly "gemini-2.5-pro": {
|
|
2887
2751
|
id: string;
|
|
2888
2752
|
name: string;
|
|
2889
|
-
api: "
|
|
2753
|
+
api: "openai-completions";
|
|
2890
2754
|
provider: string;
|
|
2891
2755
|
baseUrl: string;
|
|
2892
2756
|
headers: {
|
|
@@ -2895,7 +2759,12 @@ export declare const MODELS: {
|
|
|
2895
2759
|
"Editor-Plugin-Version": string;
|
|
2896
2760
|
"Copilot-Integration-Id": string;
|
|
2897
2761
|
};
|
|
2898
|
-
|
|
2762
|
+
compat: {
|
|
2763
|
+
supportsStore: false;
|
|
2764
|
+
supportsDeveloperRole: false;
|
|
2765
|
+
supportsReasoningEffort: false;
|
|
2766
|
+
};
|
|
2767
|
+
reasoning: false;
|
|
2899
2768
|
input: ("image" | "text")[];
|
|
2900
2769
|
cost: {
|
|
2901
2770
|
input: number;
|
|
@@ -2906,7 +2775,7 @@ export declare const MODELS: {
|
|
|
2906
2775
|
contextWindow: number;
|
|
2907
2776
|
maxTokens: number;
|
|
2908
2777
|
};
|
|
2909
|
-
readonly "gemini-
|
|
2778
|
+
readonly "gemini-3-flash-preview": {
|
|
2910
2779
|
id: string;
|
|
2911
2780
|
name: string;
|
|
2912
2781
|
api: "openai-completions";
|
|
@@ -2923,7 +2792,7 @@ export declare const MODELS: {
|
|
|
2923
2792
|
supportsDeveloperRole: false;
|
|
2924
2793
|
supportsReasoningEffort: false;
|
|
2925
2794
|
};
|
|
2926
|
-
reasoning:
|
|
2795
|
+
reasoning: true;
|
|
2927
2796
|
input: ("image" | "text")[];
|
|
2928
2797
|
cost: {
|
|
2929
2798
|
input: number;
|
|
@@ -2934,7 +2803,7 @@ export declare const MODELS: {
|
|
|
2934
2803
|
contextWindow: number;
|
|
2935
2804
|
maxTokens: number;
|
|
2936
2805
|
};
|
|
2937
|
-
readonly "gemini-3-
|
|
2806
|
+
readonly "gemini-3.1-pro-preview": {
|
|
2938
2807
|
id: string;
|
|
2939
2808
|
name: string;
|
|
2940
2809
|
api: "openai-completions";
|
|
@@ -2962,7 +2831,7 @@ export declare const MODELS: {
|
|
|
2962
2831
|
contextWindow: number;
|
|
2963
2832
|
maxTokens: number;
|
|
2964
2833
|
};
|
|
2965
|
-
readonly "
|
|
2834
|
+
readonly "gpt-4.1": {
|
|
2966
2835
|
id: string;
|
|
2967
2836
|
name: string;
|
|
2968
2837
|
api: "openai-completions";
|
|
@@ -2979,63 +2848,7 @@ export declare const MODELS: {
|
|
|
2979
2848
|
supportsDeveloperRole: false;
|
|
2980
2849
|
supportsReasoningEffort: false;
|
|
2981
2850
|
};
|
|
2982
|
-
reasoning:
|
|
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
|
-
readonly "gemini-3.1-pro-preview": {
|
|
2994
|
-
id: string;
|
|
2995
|
-
name: string;
|
|
2996
|
-
api: "openai-completions";
|
|
2997
|
-
provider: string;
|
|
2998
|
-
baseUrl: string;
|
|
2999
|
-
headers: {
|
|
3000
|
-
"User-Agent": string;
|
|
3001
|
-
"Editor-Version": string;
|
|
3002
|
-
"Editor-Plugin-Version": string;
|
|
3003
|
-
"Copilot-Integration-Id": string;
|
|
3004
|
-
};
|
|
3005
|
-
compat: {
|
|
3006
|
-
supportsStore: false;
|
|
3007
|
-
supportsDeveloperRole: false;
|
|
3008
|
-
supportsReasoningEffort: false;
|
|
3009
|
-
};
|
|
3010
|
-
reasoning: true;
|
|
3011
|
-
input: ("image" | "text")[];
|
|
3012
|
-
cost: {
|
|
3013
|
-
input: number;
|
|
3014
|
-
output: number;
|
|
3015
|
-
cacheRead: number;
|
|
3016
|
-
cacheWrite: number;
|
|
3017
|
-
};
|
|
3018
|
-
contextWindow: number;
|
|
3019
|
-
maxTokens: number;
|
|
3020
|
-
};
|
|
3021
|
-
readonly "gpt-4.1": {
|
|
3022
|
-
id: string;
|
|
3023
|
-
name: string;
|
|
3024
|
-
api: "openai-completions";
|
|
3025
|
-
provider: string;
|
|
3026
|
-
baseUrl: string;
|
|
3027
|
-
headers: {
|
|
3028
|
-
"User-Agent": string;
|
|
3029
|
-
"Editor-Version": string;
|
|
3030
|
-
"Editor-Plugin-Version": string;
|
|
3031
|
-
"Copilot-Integration-Id": string;
|
|
3032
|
-
};
|
|
3033
|
-
compat: {
|
|
3034
|
-
supportsStore: false;
|
|
3035
|
-
supportsDeveloperRole: false;
|
|
3036
|
-
supportsReasoningEffort: false;
|
|
3037
|
-
};
|
|
3038
|
-
reasoning: false;
|
|
2851
|
+
reasoning: false;
|
|
3039
2852
|
input: ("image" | "text")[];
|
|
3040
2853
|
cost: {
|
|
3041
2854
|
input: number;
|
|
@@ -3074,29 +2887,6 @@ export declare const MODELS: {
|
|
|
3074
2887
|
contextWindow: number;
|
|
3075
2888
|
maxTokens: number;
|
|
3076
2889
|
};
|
|
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
2890
|
readonly "gpt-5-mini": {
|
|
3101
2891
|
id: string;
|
|
3102
2892
|
name: string;
|
|
@@ -3120,98 +2910,6 @@ export declare const MODELS: {
|
|
|
3120
2910
|
contextWindow: number;
|
|
3121
2911
|
maxTokens: number;
|
|
3122
2912
|
};
|
|
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
2913
|
readonly "gpt-5.2": {
|
|
3216
2914
|
id: string;
|
|
3217
2915
|
name: string;
|
|
@@ -3669,6 +3367,23 @@ export declare const MODELS: {
|
|
|
3669
3367
|
contextWindow: number;
|
|
3670
3368
|
maxTokens: number;
|
|
3671
3369
|
};
|
|
3370
|
+
readonly "gemini-3.1-flash-lite": {
|
|
3371
|
+
id: string;
|
|
3372
|
+
name: string;
|
|
3373
|
+
api: "google-generative-ai";
|
|
3374
|
+
provider: string;
|
|
3375
|
+
baseUrl: string;
|
|
3376
|
+
reasoning: true;
|
|
3377
|
+
input: ("image" | "text")[];
|
|
3378
|
+
cost: {
|
|
3379
|
+
input: number;
|
|
3380
|
+
output: number;
|
|
3381
|
+
cacheRead: number;
|
|
3382
|
+
cacheWrite: number;
|
|
3383
|
+
};
|
|
3384
|
+
contextWindow: number;
|
|
3385
|
+
maxTokens: number;
|
|
3386
|
+
};
|
|
3672
3387
|
readonly "gemini-3.1-flash-lite-preview": {
|
|
3673
3388
|
id: string;
|
|
3674
3389
|
name: string;
|
|
@@ -4871,6 +4586,26 @@ export declare const MODELS: {
|
|
|
4871
4586
|
contextWindow: number;
|
|
4872
4587
|
maxTokens: number;
|
|
4873
4588
|
};
|
|
4589
|
+
readonly "deepseek-ai/DeepSeek-V4-Pro": {
|
|
4590
|
+
id: string;
|
|
4591
|
+
name: string;
|
|
4592
|
+
api: "openai-completions";
|
|
4593
|
+
provider: string;
|
|
4594
|
+
baseUrl: string;
|
|
4595
|
+
compat: {
|
|
4596
|
+
supportsDeveloperRole: false;
|
|
4597
|
+
};
|
|
4598
|
+
reasoning: true;
|
|
4599
|
+
input: "text"[];
|
|
4600
|
+
cost: {
|
|
4601
|
+
input: number;
|
|
4602
|
+
output: number;
|
|
4603
|
+
cacheRead: number;
|
|
4604
|
+
cacheWrite: number;
|
|
4605
|
+
};
|
|
4606
|
+
contextWindow: number;
|
|
4607
|
+
maxTokens: number;
|
|
4608
|
+
};
|
|
4874
4609
|
readonly "moonshotai/Kimi-K2-Instruct": {
|
|
4875
4610
|
id: string;
|
|
4876
4611
|
name: string;
|
|
@@ -5450,13 +5185,30 @@ export declare const MODELS: {
|
|
|
5450
5185
|
contextWindow: number;
|
|
5451
5186
|
maxTokens: number;
|
|
5452
5187
|
};
|
|
5188
|
+
readonly "mistral-medium-2604": {
|
|
5189
|
+
id: string;
|
|
5190
|
+
name: string;
|
|
5191
|
+
api: "openai-completions";
|
|
5192
|
+
provider: string;
|
|
5193
|
+
baseUrl: string;
|
|
5194
|
+
reasoning: true;
|
|
5195
|
+
input: ("image" | "text")[];
|
|
5196
|
+
cost: {
|
|
5197
|
+
input: number;
|
|
5198
|
+
output: number;
|
|
5199
|
+
cacheRead: number;
|
|
5200
|
+
cacheWrite: number;
|
|
5201
|
+
};
|
|
5202
|
+
contextWindow: number;
|
|
5203
|
+
maxTokens: number;
|
|
5204
|
+
};
|
|
5453
5205
|
readonly "mistral-medium-latest": {
|
|
5454
5206
|
id: string;
|
|
5455
5207
|
name: string;
|
|
5456
5208
|
api: "openai-completions";
|
|
5457
5209
|
provider: string;
|
|
5458
5210
|
baseUrl: string;
|
|
5459
|
-
reasoning:
|
|
5211
|
+
reasoning: true;
|
|
5460
5212
|
input: ("image" | "text")[];
|
|
5461
5213
|
cost: {
|
|
5462
5214
|
input: number;
|
|
@@ -6183,6 +5935,23 @@ export declare const MODELS: {
|
|
|
6183
5935
|
contextWindow: number;
|
|
6184
5936
|
maxTokens: number;
|
|
6185
5937
|
};
|
|
5938
|
+
readonly "gpt-5.5-pro": {
|
|
5939
|
+
id: string;
|
|
5940
|
+
name: string;
|
|
5941
|
+
api: "openai-responses";
|
|
5942
|
+
provider: string;
|
|
5943
|
+
baseUrl: string;
|
|
5944
|
+
reasoning: true;
|
|
5945
|
+
input: ("image" | "text")[];
|
|
5946
|
+
cost: {
|
|
5947
|
+
input: number;
|
|
5948
|
+
output: number;
|
|
5949
|
+
cacheRead: number;
|
|
5950
|
+
cacheWrite: number;
|
|
5951
|
+
};
|
|
5952
|
+
contextWindow: number;
|
|
5953
|
+
maxTokens: number;
|
|
5954
|
+
};
|
|
6186
5955
|
readonly o1: {
|
|
6187
5956
|
id: string;
|
|
6188
5957
|
name: string;
|
|
@@ -6479,7 +6248,7 @@ export declare const MODELS: {
|
|
|
6479
6248
|
readonly "big-pickle": {
|
|
6480
6249
|
id: string;
|
|
6481
6250
|
name: string;
|
|
6482
|
-
api: "
|
|
6251
|
+
api: "openai-completions";
|
|
6483
6252
|
provider: string;
|
|
6484
6253
|
baseUrl: string;
|
|
6485
6254
|
reasoning: true;
|
|
@@ -6493,13 +6262,13 @@ export declare const MODELS: {
|
|
|
6493
6262
|
contextWindow: number;
|
|
6494
6263
|
maxTokens: number;
|
|
6495
6264
|
};
|
|
6496
|
-
readonly "claude-
|
|
6265
|
+
readonly "claude-haiku-4-5": {
|
|
6497
6266
|
id: string;
|
|
6498
6267
|
name: string;
|
|
6499
6268
|
api: "anthropic-messages";
|
|
6500
6269
|
provider: string;
|
|
6501
6270
|
baseUrl: string;
|
|
6502
|
-
reasoning:
|
|
6271
|
+
reasoning: true;
|
|
6503
6272
|
input: ("image" | "text")[];
|
|
6504
6273
|
cost: {
|
|
6505
6274
|
input: number;
|
|
@@ -6510,7 +6279,7 @@ export declare const MODELS: {
|
|
|
6510
6279
|
contextWindow: number;
|
|
6511
6280
|
maxTokens: number;
|
|
6512
6281
|
};
|
|
6513
|
-
readonly "claude-
|
|
6282
|
+
readonly "claude-opus-4-1": {
|
|
6514
6283
|
id: string;
|
|
6515
6284
|
name: string;
|
|
6516
6285
|
api: "anthropic-messages";
|
|
@@ -6527,7 +6296,7 @@ export declare const MODELS: {
|
|
|
6527
6296
|
contextWindow: number;
|
|
6528
6297
|
maxTokens: number;
|
|
6529
6298
|
};
|
|
6530
|
-
readonly "claude-opus-4-
|
|
6299
|
+
readonly "claude-opus-4-5": {
|
|
6531
6300
|
id: string;
|
|
6532
6301
|
name: string;
|
|
6533
6302
|
api: "anthropic-messages";
|
|
@@ -6544,7 +6313,7 @@ export declare const MODELS: {
|
|
|
6544
6313
|
contextWindow: number;
|
|
6545
6314
|
maxTokens: number;
|
|
6546
6315
|
};
|
|
6547
|
-
readonly "claude-opus-4-
|
|
6316
|
+
readonly "claude-opus-4-6": {
|
|
6548
6317
|
id: string;
|
|
6549
6318
|
name: string;
|
|
6550
6319
|
api: "anthropic-messages";
|
|
@@ -6561,7 +6330,7 @@ export declare const MODELS: {
|
|
|
6561
6330
|
contextWindow: number;
|
|
6562
6331
|
maxTokens: number;
|
|
6563
6332
|
};
|
|
6564
|
-
readonly "claude-opus-4-
|
|
6333
|
+
readonly "claude-opus-4-7": {
|
|
6565
6334
|
id: string;
|
|
6566
6335
|
name: string;
|
|
6567
6336
|
api: "anthropic-messages";
|
|
@@ -6578,7 +6347,7 @@ export declare const MODELS: {
|
|
|
6578
6347
|
contextWindow: number;
|
|
6579
6348
|
maxTokens: number;
|
|
6580
6349
|
};
|
|
6581
|
-
readonly "claude-
|
|
6350
|
+
readonly "claude-sonnet-4": {
|
|
6582
6351
|
id: string;
|
|
6583
6352
|
name: string;
|
|
6584
6353
|
api: "anthropic-messages";
|
|
@@ -6595,7 +6364,7 @@ export declare const MODELS: {
|
|
|
6595
6364
|
contextWindow: number;
|
|
6596
6365
|
maxTokens: number;
|
|
6597
6366
|
};
|
|
6598
|
-
readonly "claude-sonnet-4": {
|
|
6367
|
+
readonly "claude-sonnet-4-5": {
|
|
6599
6368
|
id: string;
|
|
6600
6369
|
name: string;
|
|
6601
6370
|
api: "anthropic-messages";
|
|
@@ -6612,7 +6381,7 @@ export declare const MODELS: {
|
|
|
6612
6381
|
contextWindow: number;
|
|
6613
6382
|
maxTokens: number;
|
|
6614
6383
|
};
|
|
6615
|
-
readonly "claude-sonnet-4-
|
|
6384
|
+
readonly "claude-sonnet-4-6": {
|
|
6616
6385
|
id: string;
|
|
6617
6386
|
name: string;
|
|
6618
6387
|
api: "anthropic-messages";
|
|
@@ -6629,14 +6398,14 @@ export declare const MODELS: {
|
|
|
6629
6398
|
contextWindow: number;
|
|
6630
6399
|
maxTokens: number;
|
|
6631
6400
|
};
|
|
6632
|
-
readonly "
|
|
6401
|
+
readonly "deepseek-v4-flash-free": {
|
|
6633
6402
|
id: string;
|
|
6634
6403
|
name: string;
|
|
6635
|
-
api: "
|
|
6404
|
+
api: "openai-completions";
|
|
6636
6405
|
provider: string;
|
|
6637
6406
|
baseUrl: string;
|
|
6638
6407
|
reasoning: true;
|
|
6639
|
-
input:
|
|
6408
|
+
input: "text"[];
|
|
6640
6409
|
cost: {
|
|
6641
6410
|
input: number;
|
|
6642
6411
|
output: number;
|
|
@@ -6986,23 +6755,6 @@ export declare const MODELS: {
|
|
|
6986
6755
|
contextWindow: number;
|
|
6987
6756
|
maxTokens: number;
|
|
6988
6757
|
};
|
|
6989
|
-
readonly "hy3-preview-free": {
|
|
6990
|
-
id: string;
|
|
6991
|
-
name: string;
|
|
6992
|
-
api: "openai-completions";
|
|
6993
|
-
provider: string;
|
|
6994
|
-
baseUrl: string;
|
|
6995
|
-
reasoning: true;
|
|
6996
|
-
input: "text"[];
|
|
6997
|
-
cost: {
|
|
6998
|
-
input: number;
|
|
6999
|
-
output: number;
|
|
7000
|
-
cacheRead: number;
|
|
7001
|
-
cacheWrite: number;
|
|
7002
|
-
};
|
|
7003
|
-
contextWindow: number;
|
|
7004
|
-
maxTokens: number;
|
|
7005
|
-
};
|
|
7006
6758
|
readonly "kimi-k2.5": {
|
|
7007
6759
|
id: string;
|
|
7008
6760
|
name: string;
|
|
@@ -7037,23 +6789,6 @@ export declare const MODELS: {
|
|
|
7037
6789
|
contextWindow: number;
|
|
7038
6790
|
maxTokens: number;
|
|
7039
6791
|
};
|
|
7040
|
-
readonly "ling-2.6-flash-free": {
|
|
7041
|
-
id: string;
|
|
7042
|
-
name: string;
|
|
7043
|
-
api: "openai-completions";
|
|
7044
|
-
provider: string;
|
|
7045
|
-
baseUrl: string;
|
|
7046
|
-
reasoning: false;
|
|
7047
|
-
input: "text"[];
|
|
7048
|
-
cost: {
|
|
7049
|
-
input: number;
|
|
7050
|
-
output: number;
|
|
7051
|
-
cacheRead: number;
|
|
7052
|
-
cacheWrite: number;
|
|
7053
|
-
};
|
|
7054
|
-
contextWindow: number;
|
|
7055
|
-
maxTokens: number;
|
|
7056
|
-
};
|
|
7057
6792
|
readonly "minimax-m2.5": {
|
|
7058
6793
|
id: string;
|
|
7059
6794
|
name: string;
|
|
@@ -7156,9 +6891,7 @@ export declare const MODELS: {
|
|
|
7156
6891
|
contextWindow: number;
|
|
7157
6892
|
maxTokens: number;
|
|
7158
6893
|
};
|
|
7159
|
-
|
|
7160
|
-
readonly "opencode-go": {
|
|
7161
|
-
readonly "deepseek-v4-flash": {
|
|
6894
|
+
readonly "ring-2.6-1t-free": {
|
|
7162
6895
|
id: string;
|
|
7163
6896
|
name: string;
|
|
7164
6897
|
api: "openai-completions";
|
|
@@ -7175,7 +6908,9 @@ export declare const MODELS: {
|
|
|
7175
6908
|
contextWindow: number;
|
|
7176
6909
|
maxTokens: number;
|
|
7177
6910
|
};
|
|
7178
|
-
|
|
6911
|
+
};
|
|
6912
|
+
readonly "opencode-go": {
|
|
6913
|
+
readonly "deepseek-v4-flash": {
|
|
7179
6914
|
id: string;
|
|
7180
6915
|
name: string;
|
|
7181
6916
|
api: "openai-completions";
|
|
@@ -7192,7 +6927,7 @@ export declare const MODELS: {
|
|
|
7192
6927
|
contextWindow: number;
|
|
7193
6928
|
maxTokens: number;
|
|
7194
6929
|
};
|
|
7195
|
-
readonly "
|
|
6930
|
+
readonly "deepseek-v4-pro": {
|
|
7196
6931
|
id: string;
|
|
7197
6932
|
name: string;
|
|
7198
6933
|
api: "openai-completions";
|
|
@@ -7209,7 +6944,7 @@ export declare const MODELS: {
|
|
|
7209
6944
|
contextWindow: number;
|
|
7210
6945
|
maxTokens: number;
|
|
7211
6946
|
};
|
|
7212
|
-
readonly "glm-5
|
|
6947
|
+
readonly "glm-5": {
|
|
7213
6948
|
id: string;
|
|
7214
6949
|
name: string;
|
|
7215
6950
|
api: "openai-completions";
|
|
@@ -7226,14 +6961,14 @@ export declare const MODELS: {
|
|
|
7226
6961
|
contextWindow: number;
|
|
7227
6962
|
maxTokens: number;
|
|
7228
6963
|
};
|
|
7229
|
-
readonly "
|
|
6964
|
+
readonly "glm-5.1": {
|
|
7230
6965
|
id: string;
|
|
7231
6966
|
name: string;
|
|
7232
6967
|
api: "openai-completions";
|
|
7233
6968
|
provider: string;
|
|
7234
6969
|
baseUrl: string;
|
|
7235
6970
|
reasoning: true;
|
|
7236
|
-
input:
|
|
6971
|
+
input: "text"[];
|
|
7237
6972
|
cost: {
|
|
7238
6973
|
input: number;
|
|
7239
6974
|
output: number;
|
|
@@ -7243,7 +6978,7 @@ export declare const MODELS: {
|
|
|
7243
6978
|
contextWindow: number;
|
|
7244
6979
|
maxTokens: number;
|
|
7245
6980
|
};
|
|
7246
|
-
readonly "kimi-k2.
|
|
6981
|
+
readonly "kimi-k2.5": {
|
|
7247
6982
|
id: string;
|
|
7248
6983
|
name: string;
|
|
7249
6984
|
api: "openai-completions";
|
|
@@ -7260,7 +6995,7 @@ export declare const MODELS: {
|
|
|
7260
6995
|
contextWindow: number;
|
|
7261
6996
|
maxTokens: number;
|
|
7262
6997
|
};
|
|
7263
|
-
readonly "
|
|
6998
|
+
readonly "kimi-k2.6": {
|
|
7264
6999
|
id: string;
|
|
7265
7000
|
name: string;
|
|
7266
7001
|
api: "openai-completions";
|
|
@@ -7277,23 +7012,6 @@ export declare const MODELS: {
|
|
|
7277
7012
|
contextWindow: number;
|
|
7278
7013
|
maxTokens: number;
|
|
7279
7014
|
};
|
|
7280
|
-
readonly "mimo-v2-pro": {
|
|
7281
|
-
id: string;
|
|
7282
|
-
name: string;
|
|
7283
|
-
api: "openai-completions";
|
|
7284
|
-
provider: string;
|
|
7285
|
-
baseUrl: string;
|
|
7286
|
-
reasoning: true;
|
|
7287
|
-
input: "text"[];
|
|
7288
|
-
cost: {
|
|
7289
|
-
input: number;
|
|
7290
|
-
output: number;
|
|
7291
|
-
cacheRead: number;
|
|
7292
|
-
cacheWrite: number;
|
|
7293
|
-
};
|
|
7294
|
-
contextWindow: number;
|
|
7295
|
-
maxTokens: number;
|
|
7296
|
-
};
|
|
7297
7015
|
readonly "mimo-v2.5": {
|
|
7298
7016
|
id: string;
|
|
7299
7017
|
name: string;
|
|
@@ -7432,23 +7150,6 @@ export declare const MODELS: {
|
|
|
7432
7150
|
contextWindow: number;
|
|
7433
7151
|
maxTokens: number;
|
|
7434
7152
|
};
|
|
7435
|
-
readonly "allenai/olmo-3.1-32b-instruct": {
|
|
7436
|
-
id: string;
|
|
7437
|
-
name: string;
|
|
7438
|
-
api: "openai-completions";
|
|
7439
|
-
provider: string;
|
|
7440
|
-
baseUrl: string;
|
|
7441
|
-
reasoning: false;
|
|
7442
|
-
input: "text"[];
|
|
7443
|
-
cost: {
|
|
7444
|
-
input: number;
|
|
7445
|
-
output: number;
|
|
7446
|
-
cacheRead: number;
|
|
7447
|
-
cacheWrite: number;
|
|
7448
|
-
};
|
|
7449
|
-
contextWindow: number;
|
|
7450
|
-
maxTokens: number;
|
|
7451
|
-
};
|
|
7452
7153
|
readonly "amazon/nova-2-lite-v1": {
|
|
7453
7154
|
id: string;
|
|
7454
7155
|
name: string;
|
|
@@ -7568,7 +7269,7 @@ export declare const MODELS: {
|
|
|
7568
7269
|
contextWindow: number;
|
|
7569
7270
|
maxTokens: number;
|
|
7570
7271
|
};
|
|
7571
|
-
readonly "anthropic/claude-
|
|
7272
|
+
readonly "anthropic/claude-haiku-4.5": {
|
|
7572
7273
|
id: string;
|
|
7573
7274
|
name: string;
|
|
7574
7275
|
api: "openai-completions";
|
|
@@ -7585,7 +7286,7 @@ export declare const MODELS: {
|
|
|
7585
7286
|
contextWindow: number;
|
|
7586
7287
|
maxTokens: number;
|
|
7587
7288
|
};
|
|
7588
|
-
readonly "anthropic/claude-
|
|
7289
|
+
readonly "anthropic/claude-opus-4": {
|
|
7589
7290
|
id: string;
|
|
7590
7291
|
name: string;
|
|
7591
7292
|
api: "openai-completions";
|
|
@@ -7602,7 +7303,7 @@ export declare const MODELS: {
|
|
|
7602
7303
|
contextWindow: number;
|
|
7603
7304
|
maxTokens: number;
|
|
7604
7305
|
};
|
|
7605
|
-
readonly "anthropic/claude-
|
|
7306
|
+
readonly "anthropic/claude-opus-4.1": {
|
|
7606
7307
|
id: string;
|
|
7607
7308
|
name: string;
|
|
7608
7309
|
api: "openai-completions";
|
|
@@ -7619,7 +7320,7 @@ export declare const MODELS: {
|
|
|
7619
7320
|
contextWindow: number;
|
|
7620
7321
|
maxTokens: number;
|
|
7621
7322
|
};
|
|
7622
|
-
readonly "anthropic/claude-opus-4": {
|
|
7323
|
+
readonly "anthropic/claude-opus-4.5": {
|
|
7623
7324
|
id: string;
|
|
7624
7325
|
name: string;
|
|
7625
7326
|
api: "openai-completions";
|
|
@@ -7636,7 +7337,7 @@ export declare const MODELS: {
|
|
|
7636
7337
|
contextWindow: number;
|
|
7637
7338
|
maxTokens: number;
|
|
7638
7339
|
};
|
|
7639
|
-
readonly "anthropic/claude-opus-4.
|
|
7340
|
+
readonly "anthropic/claude-opus-4.6": {
|
|
7640
7341
|
id: string;
|
|
7641
7342
|
name: string;
|
|
7642
7343
|
api: "openai-completions";
|
|
@@ -7653,7 +7354,7 @@ export declare const MODELS: {
|
|
|
7653
7354
|
contextWindow: number;
|
|
7654
7355
|
maxTokens: number;
|
|
7655
7356
|
};
|
|
7656
|
-
readonly "anthropic/claude-opus-4.
|
|
7357
|
+
readonly "anthropic/claude-opus-4.6-fast": {
|
|
7657
7358
|
id: string;
|
|
7658
7359
|
name: string;
|
|
7659
7360
|
api: "openai-completions";
|
|
@@ -7670,7 +7371,7 @@ export declare const MODELS: {
|
|
|
7670
7371
|
contextWindow: number;
|
|
7671
7372
|
maxTokens: number;
|
|
7672
7373
|
};
|
|
7673
|
-
readonly "anthropic/claude-opus-4.
|
|
7374
|
+
readonly "anthropic/claude-opus-4.7": {
|
|
7674
7375
|
id: string;
|
|
7675
7376
|
name: string;
|
|
7676
7377
|
api: "openai-completions";
|
|
@@ -7687,7 +7388,7 @@ export declare const MODELS: {
|
|
|
7687
7388
|
contextWindow: number;
|
|
7688
7389
|
maxTokens: number;
|
|
7689
7390
|
};
|
|
7690
|
-
readonly "anthropic/claude-opus-4.
|
|
7391
|
+
readonly "anthropic/claude-opus-4.7-fast": {
|
|
7691
7392
|
id: string;
|
|
7692
7393
|
name: string;
|
|
7693
7394
|
api: "openai-completions";
|
|
@@ -7704,7 +7405,7 @@ export declare const MODELS: {
|
|
|
7704
7405
|
contextWindow: number;
|
|
7705
7406
|
maxTokens: number;
|
|
7706
7407
|
};
|
|
7707
|
-
readonly "anthropic/claude-
|
|
7408
|
+
readonly "anthropic/claude-sonnet-4": {
|
|
7708
7409
|
id: string;
|
|
7709
7410
|
name: string;
|
|
7710
7411
|
api: "openai-completions";
|
|
@@ -7721,7 +7422,7 @@ export declare const MODELS: {
|
|
|
7721
7422
|
contextWindow: number;
|
|
7722
7423
|
maxTokens: number;
|
|
7723
7424
|
};
|
|
7724
|
-
readonly "anthropic/claude-sonnet-4": {
|
|
7425
|
+
readonly "anthropic/claude-sonnet-4.5": {
|
|
7725
7426
|
id: string;
|
|
7726
7427
|
name: string;
|
|
7727
7428
|
api: "openai-completions";
|
|
@@ -7738,7 +7439,7 @@ export declare const MODELS: {
|
|
|
7738
7439
|
contextWindow: number;
|
|
7739
7440
|
maxTokens: number;
|
|
7740
7441
|
};
|
|
7741
|
-
readonly "anthropic/claude-sonnet-4.
|
|
7442
|
+
readonly "anthropic/claude-sonnet-4.6": {
|
|
7742
7443
|
id: string;
|
|
7743
7444
|
name: string;
|
|
7744
7445
|
api: "openai-completions";
|
|
@@ -7755,14 +7456,14 @@ export declare const MODELS: {
|
|
|
7755
7456
|
contextWindow: number;
|
|
7756
7457
|
maxTokens: number;
|
|
7757
7458
|
};
|
|
7758
|
-
readonly "
|
|
7459
|
+
readonly "arcee-ai/trinity-large-preview": {
|
|
7759
7460
|
id: string;
|
|
7760
7461
|
name: string;
|
|
7761
7462
|
api: "openai-completions";
|
|
7762
7463
|
provider: string;
|
|
7763
7464
|
baseUrl: string;
|
|
7764
|
-
reasoning:
|
|
7765
|
-
input:
|
|
7465
|
+
reasoning: false;
|
|
7466
|
+
input: "text"[];
|
|
7766
7467
|
cost: {
|
|
7767
7468
|
input: number;
|
|
7768
7469
|
output: number;
|
|
@@ -7772,13 +7473,13 @@ export declare const MODELS: {
|
|
|
7772
7473
|
contextWindow: number;
|
|
7773
7474
|
maxTokens: number;
|
|
7774
7475
|
};
|
|
7775
|
-
readonly "arcee-ai/trinity-large-
|
|
7476
|
+
readonly "arcee-ai/trinity-large-thinking": {
|
|
7776
7477
|
id: string;
|
|
7777
7478
|
name: string;
|
|
7778
7479
|
api: "openai-completions";
|
|
7779
7480
|
provider: string;
|
|
7780
7481
|
baseUrl: string;
|
|
7781
|
-
reasoning:
|
|
7482
|
+
reasoning: true;
|
|
7782
7483
|
input: "text"[];
|
|
7783
7484
|
cost: {
|
|
7784
7485
|
input: number;
|
|
@@ -7789,7 +7490,7 @@ export declare const MODELS: {
|
|
|
7789
7490
|
contextWindow: number;
|
|
7790
7491
|
maxTokens: number;
|
|
7791
7492
|
};
|
|
7792
|
-
readonly "arcee-ai/trinity-large-thinking": {
|
|
7493
|
+
readonly "arcee-ai/trinity-large-thinking:free": {
|
|
7793
7494
|
id: string;
|
|
7794
7495
|
name: string;
|
|
7795
7496
|
api: "openai-completions";
|
|
@@ -7857,6 +7558,23 @@ export declare const MODELS: {
|
|
|
7857
7558
|
contextWindow: number;
|
|
7858
7559
|
maxTokens: number;
|
|
7859
7560
|
};
|
|
7561
|
+
readonly "baidu/cobuddy:free": {
|
|
7562
|
+
id: string;
|
|
7563
|
+
name: string;
|
|
7564
|
+
api: "openai-completions";
|
|
7565
|
+
provider: string;
|
|
7566
|
+
baseUrl: string;
|
|
7567
|
+
reasoning: true;
|
|
7568
|
+
input: "text"[];
|
|
7569
|
+
cost: {
|
|
7570
|
+
input: number;
|
|
7571
|
+
output: number;
|
|
7572
|
+
cacheRead: number;
|
|
7573
|
+
cacheWrite: number;
|
|
7574
|
+
};
|
|
7575
|
+
contextWindow: number;
|
|
7576
|
+
maxTokens: number;
|
|
7577
|
+
};
|
|
7860
7578
|
readonly "baidu/ernie-4.5-21b-a3b": {
|
|
7861
7579
|
id: string;
|
|
7862
7580
|
name: string;
|
|
@@ -8333,6 +8051,23 @@ export declare const MODELS: {
|
|
|
8333
8051
|
contextWindow: number;
|
|
8334
8052
|
maxTokens: number;
|
|
8335
8053
|
};
|
|
8054
|
+
readonly "google/gemini-3.1-flash-lite": {
|
|
8055
|
+
id: string;
|
|
8056
|
+
name: string;
|
|
8057
|
+
api: "openai-completions";
|
|
8058
|
+
provider: string;
|
|
8059
|
+
baseUrl: string;
|
|
8060
|
+
reasoning: true;
|
|
8061
|
+
input: ("image" | "text")[];
|
|
8062
|
+
cost: {
|
|
8063
|
+
input: number;
|
|
8064
|
+
output: number;
|
|
8065
|
+
cacheRead: number;
|
|
8066
|
+
cacheWrite: number;
|
|
8067
|
+
};
|
|
8068
|
+
contextWindow: number;
|
|
8069
|
+
maxTokens: number;
|
|
8070
|
+
};
|
|
8336
8071
|
readonly "google/gemini-3.1-flash-lite-preview": {
|
|
8337
8072
|
id: string;
|
|
8338
8073
|
name: string;
|
|
@@ -8486,6 +8221,23 @@ export declare const MODELS: {
|
|
|
8486
8221
|
contextWindow: number;
|
|
8487
8222
|
maxTokens: number;
|
|
8488
8223
|
};
|
|
8224
|
+
readonly "ibm-granite/granite-4.1-8b": {
|
|
8225
|
+
id: string;
|
|
8226
|
+
name: string;
|
|
8227
|
+
api: "openai-completions";
|
|
8228
|
+
provider: string;
|
|
8229
|
+
baseUrl: string;
|
|
8230
|
+
reasoning: false;
|
|
8231
|
+
input: "text"[];
|
|
8232
|
+
cost: {
|
|
8233
|
+
input: number;
|
|
8234
|
+
output: number;
|
|
8235
|
+
cacheRead: number;
|
|
8236
|
+
cacheWrite: number;
|
|
8237
|
+
};
|
|
8238
|
+
contextWindow: number;
|
|
8239
|
+
maxTokens: number;
|
|
8240
|
+
};
|
|
8489
8241
|
readonly "inception/mercury-2": {
|
|
8490
8242
|
id: string;
|
|
8491
8243
|
name: string;
|
|
@@ -8503,7 +8255,7 @@ export declare const MODELS: {
|
|
|
8503
8255
|
contextWindow: number;
|
|
8504
8256
|
maxTokens: number;
|
|
8505
8257
|
};
|
|
8506
|
-
readonly "inclusionai/ling-2.6-1t
|
|
8258
|
+
readonly "inclusionai/ling-2.6-1t": {
|
|
8507
8259
|
id: string;
|
|
8508
8260
|
name: string;
|
|
8509
8261
|
api: "openai-completions";
|
|
@@ -8520,7 +8272,7 @@ export declare const MODELS: {
|
|
|
8520
8272
|
contextWindow: number;
|
|
8521
8273
|
maxTokens: number;
|
|
8522
8274
|
};
|
|
8523
|
-
readonly "inclusionai/ling-2.6-flash
|
|
8275
|
+
readonly "inclusionai/ling-2.6-flash": {
|
|
8524
8276
|
id: string;
|
|
8525
8277
|
name: string;
|
|
8526
8278
|
api: "openai-completions";
|
|
@@ -8537,13 +8289,13 @@ export declare const MODELS: {
|
|
|
8537
8289
|
contextWindow: number;
|
|
8538
8290
|
maxTokens: number;
|
|
8539
8291
|
};
|
|
8540
|
-
readonly "
|
|
8292
|
+
readonly "inclusionai/ring-2.6-1t:free": {
|
|
8541
8293
|
id: string;
|
|
8542
8294
|
name: string;
|
|
8543
8295
|
api: "openai-completions";
|
|
8544
8296
|
provider: string;
|
|
8545
8297
|
baseUrl: string;
|
|
8546
|
-
reasoning:
|
|
8298
|
+
reasoning: true;
|
|
8547
8299
|
input: "text"[];
|
|
8548
8300
|
cost: {
|
|
8549
8301
|
input: number;
|
|
@@ -8554,7 +8306,7 @@ export declare const MODELS: {
|
|
|
8554
8306
|
contextWindow: number;
|
|
8555
8307
|
maxTokens: number;
|
|
8556
8308
|
};
|
|
8557
|
-
readonly "
|
|
8309
|
+
readonly "kwaipilot/kat-coder-pro-v2": {
|
|
8558
8310
|
id: string;
|
|
8559
8311
|
name: string;
|
|
8560
8312
|
api: "openai-completions";
|
|
@@ -8962,13 +8714,13 @@ export declare const MODELS: {
|
|
|
8962
8714
|
contextWindow: number;
|
|
8963
8715
|
maxTokens: number;
|
|
8964
8716
|
};
|
|
8965
|
-
readonly "mistralai/mistral-medium-3
|
|
8717
|
+
readonly "mistralai/mistral-medium-3-5": {
|
|
8966
8718
|
id: string;
|
|
8967
8719
|
name: string;
|
|
8968
8720
|
api: "openai-completions";
|
|
8969
8721
|
provider: string;
|
|
8970
8722
|
baseUrl: string;
|
|
8971
|
-
reasoning:
|
|
8723
|
+
reasoning: true;
|
|
8972
8724
|
input: ("image" | "text")[];
|
|
8973
8725
|
cost: {
|
|
8974
8726
|
input: number;
|
|
@@ -8979,14 +8731,14 @@ export declare const MODELS: {
|
|
|
8979
8731
|
contextWindow: number;
|
|
8980
8732
|
maxTokens: number;
|
|
8981
8733
|
};
|
|
8982
|
-
readonly "mistralai/mistral-
|
|
8734
|
+
readonly "mistralai/mistral-medium-3.1": {
|
|
8983
8735
|
id: string;
|
|
8984
8736
|
name: string;
|
|
8985
8737
|
api: "openai-completions";
|
|
8986
8738
|
provider: string;
|
|
8987
8739
|
baseUrl: string;
|
|
8988
8740
|
reasoning: false;
|
|
8989
|
-
input: "text"[];
|
|
8741
|
+
input: ("image" | "text")[];
|
|
8990
8742
|
cost: {
|
|
8991
8743
|
input: number;
|
|
8992
8744
|
output: number;
|
|
@@ -8996,7 +8748,7 @@ export declare const MODELS: {
|
|
|
8996
8748
|
contextWindow: number;
|
|
8997
8749
|
maxTokens: number;
|
|
8998
8750
|
};
|
|
8999
|
-
readonly "mistralai/mistral-
|
|
8751
|
+
readonly "mistralai/mistral-nemo": {
|
|
9000
8752
|
id: string;
|
|
9001
8753
|
name: string;
|
|
9002
8754
|
api: "openai-completions";
|
|
@@ -9013,14 +8765,14 @@ export declare const MODELS: {
|
|
|
9013
8765
|
contextWindow: number;
|
|
9014
8766
|
maxTokens: number;
|
|
9015
8767
|
};
|
|
9016
|
-
readonly "mistralai/mistral-
|
|
8768
|
+
readonly "mistralai/mistral-saba": {
|
|
9017
8769
|
id: string;
|
|
9018
8770
|
name: string;
|
|
9019
8771
|
api: "openai-completions";
|
|
9020
8772
|
provider: string;
|
|
9021
8773
|
baseUrl: string;
|
|
9022
|
-
reasoning:
|
|
9023
|
-
input:
|
|
8774
|
+
reasoning: false;
|
|
8775
|
+
input: "text"[];
|
|
9024
8776
|
cost: {
|
|
9025
8777
|
input: number;
|
|
9026
8778
|
output: number;
|
|
@@ -9030,13 +8782,13 @@ export declare const MODELS: {
|
|
|
9030
8782
|
contextWindow: number;
|
|
9031
8783
|
maxTokens: number;
|
|
9032
8784
|
};
|
|
9033
|
-
readonly "mistralai/mistral-small-
|
|
8785
|
+
readonly "mistralai/mistral-small-2603": {
|
|
9034
8786
|
id: string;
|
|
9035
8787
|
name: string;
|
|
9036
8788
|
api: "openai-completions";
|
|
9037
8789
|
provider: string;
|
|
9038
8790
|
baseUrl: string;
|
|
9039
|
-
reasoning:
|
|
8791
|
+
reasoning: true;
|
|
9040
8792
|
input: ("image" | "text")[];
|
|
9041
8793
|
cost: {
|
|
9042
8794
|
input: number;
|
|
@@ -9047,14 +8799,14 @@ export declare const MODELS: {
|
|
|
9047
8799
|
contextWindow: number;
|
|
9048
8800
|
maxTokens: number;
|
|
9049
8801
|
};
|
|
9050
|
-
readonly "mistralai/mistral-small-
|
|
8802
|
+
readonly "mistralai/mistral-small-3.2-24b-instruct": {
|
|
9051
8803
|
id: string;
|
|
9052
8804
|
name: string;
|
|
9053
8805
|
api: "openai-completions";
|
|
9054
8806
|
provider: string;
|
|
9055
8807
|
baseUrl: string;
|
|
9056
8808
|
reasoning: false;
|
|
9057
|
-
input: "text"[];
|
|
8809
|
+
input: ("image" | "text")[];
|
|
9058
8810
|
cost: {
|
|
9059
8811
|
input: number;
|
|
9060
8812
|
output: number;
|
|
@@ -9081,23 +8833,6 @@ export declare const MODELS: {
|
|
|
9081
8833
|
contextWindow: number;
|
|
9082
8834
|
maxTokens: number;
|
|
9083
8835
|
};
|
|
9084
|
-
readonly "mistralai/mixtral-8x7b-instruct": {
|
|
9085
|
-
id: string;
|
|
9086
|
-
name: string;
|
|
9087
|
-
api: "openai-completions";
|
|
9088
|
-
provider: string;
|
|
9089
|
-
baseUrl: string;
|
|
9090
|
-
reasoning: false;
|
|
9091
|
-
input: "text"[];
|
|
9092
|
-
cost: {
|
|
9093
|
-
input: number;
|
|
9094
|
-
output: number;
|
|
9095
|
-
cacheRead: number;
|
|
9096
|
-
cacheWrite: number;
|
|
9097
|
-
};
|
|
9098
|
-
contextWindow: number;
|
|
9099
|
-
maxTokens: number;
|
|
9100
|
-
};
|
|
9101
8836
|
readonly "mistralai/pixtral-large-2411": {
|
|
9102
8837
|
id: string;
|
|
9103
8838
|
name: string;
|
|
@@ -9234,13 +8969,13 @@ export declare const MODELS: {
|
|
|
9234
8969
|
contextWindow: number;
|
|
9235
8970
|
maxTokens: number;
|
|
9236
8971
|
};
|
|
9237
|
-
readonly "nvidia/llama-3.
|
|
8972
|
+
readonly "nvidia/llama-3.3-nemotron-super-49b-v1.5": {
|
|
9238
8973
|
id: string;
|
|
9239
8974
|
name: string;
|
|
9240
8975
|
api: "openai-completions";
|
|
9241
8976
|
provider: string;
|
|
9242
8977
|
baseUrl: string;
|
|
9243
|
-
reasoning:
|
|
8978
|
+
reasoning: true;
|
|
9244
8979
|
input: "text"[];
|
|
9245
8980
|
cost: {
|
|
9246
8981
|
input: number;
|
|
@@ -9251,7 +8986,7 @@ export declare const MODELS: {
|
|
|
9251
8986
|
contextWindow: number;
|
|
9252
8987
|
maxTokens: number;
|
|
9253
8988
|
};
|
|
9254
|
-
readonly "nvidia/
|
|
8989
|
+
readonly "nvidia/nemotron-3-nano-30b-a3b": {
|
|
9255
8990
|
id: string;
|
|
9256
8991
|
name: string;
|
|
9257
8992
|
api: "openai-completions";
|
|
@@ -9268,7 +9003,7 @@ export declare const MODELS: {
|
|
|
9268
9003
|
contextWindow: number;
|
|
9269
9004
|
maxTokens: number;
|
|
9270
9005
|
};
|
|
9271
|
-
readonly "nvidia/nemotron-3-nano-30b-a3b": {
|
|
9006
|
+
readonly "nvidia/nemotron-3-nano-30b-a3b:free": {
|
|
9272
9007
|
id: string;
|
|
9273
9008
|
name: string;
|
|
9274
9009
|
api: "openai-completions";
|
|
@@ -9285,14 +9020,14 @@ export declare const MODELS: {
|
|
|
9285
9020
|
contextWindow: number;
|
|
9286
9021
|
maxTokens: number;
|
|
9287
9022
|
};
|
|
9288
|
-
readonly "nvidia/nemotron-3-nano-30b-a3b:free": {
|
|
9023
|
+
readonly "nvidia/nemotron-3-nano-omni-30b-a3b-reasoning:free": {
|
|
9289
9024
|
id: string;
|
|
9290
9025
|
name: string;
|
|
9291
9026
|
api: "openai-completions";
|
|
9292
9027
|
provider: string;
|
|
9293
9028
|
baseUrl: string;
|
|
9294
9029
|
reasoning: true;
|
|
9295
|
-
input: "text"[];
|
|
9030
|
+
input: ("image" | "text")[];
|
|
9296
9031
|
cost: {
|
|
9297
9032
|
input: number;
|
|
9298
9033
|
output: number;
|
|
@@ -10101,6 +9836,23 @@ export declare const MODELS: {
|
|
|
10101
9836
|
contextWindow: number;
|
|
10102
9837
|
maxTokens: number;
|
|
10103
9838
|
};
|
|
9839
|
+
readonly "openai/gpt-chat-latest": {
|
|
9840
|
+
id: string;
|
|
9841
|
+
name: string;
|
|
9842
|
+
api: "openai-completions";
|
|
9843
|
+
provider: string;
|
|
9844
|
+
baseUrl: string;
|
|
9845
|
+
reasoning: false;
|
|
9846
|
+
input: ("image" | "text")[];
|
|
9847
|
+
cost: {
|
|
9848
|
+
input: number;
|
|
9849
|
+
output: number;
|
|
9850
|
+
cacheRead: number;
|
|
9851
|
+
cacheWrite: number;
|
|
9852
|
+
};
|
|
9853
|
+
contextWindow: number;
|
|
9854
|
+
maxTokens: number;
|
|
9855
|
+
};
|
|
10104
9856
|
readonly "openai/gpt-oss-120b": {
|
|
10105
9857
|
id: string;
|
|
10106
9858
|
name: string;
|
|
@@ -10373,6 +10125,57 @@ export declare const MODELS: {
|
|
|
10373
10125
|
contextWindow: number;
|
|
10374
10126
|
maxTokens: number;
|
|
10375
10127
|
};
|
|
10128
|
+
readonly "openrouter/owl-alpha": {
|
|
10129
|
+
id: string;
|
|
10130
|
+
name: string;
|
|
10131
|
+
api: "openai-completions";
|
|
10132
|
+
provider: string;
|
|
10133
|
+
baseUrl: string;
|
|
10134
|
+
reasoning: false;
|
|
10135
|
+
input: "text"[];
|
|
10136
|
+
cost: {
|
|
10137
|
+
input: number;
|
|
10138
|
+
output: number;
|
|
10139
|
+
cacheRead: number;
|
|
10140
|
+
cacheWrite: number;
|
|
10141
|
+
};
|
|
10142
|
+
contextWindow: number;
|
|
10143
|
+
maxTokens: number;
|
|
10144
|
+
};
|
|
10145
|
+
readonly "poolside/laguna-m.1:free": {
|
|
10146
|
+
id: string;
|
|
10147
|
+
name: string;
|
|
10148
|
+
api: "openai-completions";
|
|
10149
|
+
provider: string;
|
|
10150
|
+
baseUrl: string;
|
|
10151
|
+
reasoning: true;
|
|
10152
|
+
input: "text"[];
|
|
10153
|
+
cost: {
|
|
10154
|
+
input: number;
|
|
10155
|
+
output: number;
|
|
10156
|
+
cacheRead: number;
|
|
10157
|
+
cacheWrite: number;
|
|
10158
|
+
};
|
|
10159
|
+
contextWindow: number;
|
|
10160
|
+
maxTokens: number;
|
|
10161
|
+
};
|
|
10162
|
+
readonly "poolside/laguna-xs.2:free": {
|
|
10163
|
+
id: string;
|
|
10164
|
+
name: string;
|
|
10165
|
+
api: "openai-completions";
|
|
10166
|
+
provider: string;
|
|
10167
|
+
baseUrl: string;
|
|
10168
|
+
reasoning: true;
|
|
10169
|
+
input: "text"[];
|
|
10170
|
+
cost: {
|
|
10171
|
+
input: number;
|
|
10172
|
+
output: number;
|
|
10173
|
+
cacheRead: number;
|
|
10174
|
+
cacheWrite: number;
|
|
10175
|
+
};
|
|
10176
|
+
contextWindow: number;
|
|
10177
|
+
maxTokens: number;
|
|
10178
|
+
};
|
|
10376
10179
|
readonly "prime-intellect/intellect-3": {
|
|
10377
10180
|
id: string;
|
|
10378
10181
|
name: string;
|
|
@@ -11104,7 +10907,41 @@ export declare const MODELS: {
|
|
|
11104
10907
|
contextWindow: number;
|
|
11105
10908
|
maxTokens: number;
|
|
11106
10909
|
};
|
|
11107
|
-
readonly "qwen/qwen3.
|
|
10910
|
+
readonly "qwen/qwen3.5-plus-20260420": {
|
|
10911
|
+
id: string;
|
|
10912
|
+
name: string;
|
|
10913
|
+
api: "openai-completions";
|
|
10914
|
+
provider: string;
|
|
10915
|
+
baseUrl: string;
|
|
10916
|
+
reasoning: true;
|
|
10917
|
+
input: ("image" | "text")[];
|
|
10918
|
+
cost: {
|
|
10919
|
+
input: number;
|
|
10920
|
+
output: number;
|
|
10921
|
+
cacheRead: number;
|
|
10922
|
+
cacheWrite: number;
|
|
10923
|
+
};
|
|
10924
|
+
contextWindow: number;
|
|
10925
|
+
maxTokens: number;
|
|
10926
|
+
};
|
|
10927
|
+
readonly "qwen/qwen3.6-27b": {
|
|
10928
|
+
id: string;
|
|
10929
|
+
name: string;
|
|
10930
|
+
api: "openai-completions";
|
|
10931
|
+
provider: string;
|
|
10932
|
+
baseUrl: string;
|
|
10933
|
+
reasoning: true;
|
|
10934
|
+
input: ("image" | "text")[];
|
|
10935
|
+
cost: {
|
|
10936
|
+
input: number;
|
|
10937
|
+
output: number;
|
|
10938
|
+
cacheRead: number;
|
|
10939
|
+
cacheWrite: number;
|
|
10940
|
+
};
|
|
10941
|
+
contextWindow: number;
|
|
10942
|
+
maxTokens: number;
|
|
10943
|
+
};
|
|
10944
|
+
readonly "qwen/qwen3.6-35b-a3b": {
|
|
11108
10945
|
id: string;
|
|
11109
10946
|
name: string;
|
|
11110
10947
|
api: "openai-completions";
|
|
@@ -11121,7 +10958,24 @@ export declare const MODELS: {
|
|
|
11121
10958
|
contextWindow: number;
|
|
11122
10959
|
maxTokens: number;
|
|
11123
10960
|
};
|
|
11124
|
-
readonly "qwen/
|
|
10961
|
+
readonly "qwen/qwen3.6-flash": {
|
|
10962
|
+
id: string;
|
|
10963
|
+
name: string;
|
|
10964
|
+
api: "openai-completions";
|
|
10965
|
+
provider: string;
|
|
10966
|
+
baseUrl: string;
|
|
10967
|
+
reasoning: true;
|
|
10968
|
+
input: ("image" | "text")[];
|
|
10969
|
+
cost: {
|
|
10970
|
+
input: number;
|
|
10971
|
+
output: number;
|
|
10972
|
+
cacheRead: number;
|
|
10973
|
+
cacheWrite: number;
|
|
10974
|
+
};
|
|
10975
|
+
contextWindow: number;
|
|
10976
|
+
maxTokens: number;
|
|
10977
|
+
};
|
|
10978
|
+
readonly "qwen/qwen3.6-max-preview": {
|
|
11125
10979
|
id: string;
|
|
11126
10980
|
name: string;
|
|
11127
10981
|
api: "openai-completions";
|
|
@@ -11138,6 +10992,23 @@ export declare const MODELS: {
|
|
|
11138
10992
|
contextWindow: number;
|
|
11139
10993
|
maxTokens: number;
|
|
11140
10994
|
};
|
|
10995
|
+
readonly "qwen/qwen3.6-plus": {
|
|
10996
|
+
id: string;
|
|
10997
|
+
name: string;
|
|
10998
|
+
api: "openai-completions";
|
|
10999
|
+
provider: string;
|
|
11000
|
+
baseUrl: string;
|
|
11001
|
+
reasoning: true;
|
|
11002
|
+
input: ("image" | "text")[];
|
|
11003
|
+
cost: {
|
|
11004
|
+
input: number;
|
|
11005
|
+
output: number;
|
|
11006
|
+
cacheRead: number;
|
|
11007
|
+
cacheWrite: number;
|
|
11008
|
+
};
|
|
11009
|
+
contextWindow: number;
|
|
11010
|
+
maxTokens: number;
|
|
11011
|
+
};
|
|
11141
11012
|
readonly "rekaai/reka-edge": {
|
|
11142
11013
|
id: string;
|
|
11143
11014
|
name: string;
|
|
@@ -11223,7 +11094,126 @@ export declare const MODELS: {
|
|
|
11223
11094
|
contextWindow: number;
|
|
11224
11095
|
maxTokens: number;
|
|
11225
11096
|
};
|
|
11226
|
-
readonly "tencent/hy3-preview
|
|
11097
|
+
readonly "tencent/hy3-preview": {
|
|
11098
|
+
id: string;
|
|
11099
|
+
name: string;
|
|
11100
|
+
api: "openai-completions";
|
|
11101
|
+
provider: string;
|
|
11102
|
+
baseUrl: string;
|
|
11103
|
+
reasoning: true;
|
|
11104
|
+
input: "text"[];
|
|
11105
|
+
cost: {
|
|
11106
|
+
input: number;
|
|
11107
|
+
output: number;
|
|
11108
|
+
cacheRead: number;
|
|
11109
|
+
cacheWrite: number;
|
|
11110
|
+
};
|
|
11111
|
+
contextWindow: number;
|
|
11112
|
+
maxTokens: number;
|
|
11113
|
+
};
|
|
11114
|
+
readonly "thedrummer/rocinante-12b": {
|
|
11115
|
+
id: string;
|
|
11116
|
+
name: string;
|
|
11117
|
+
api: "openai-completions";
|
|
11118
|
+
provider: string;
|
|
11119
|
+
baseUrl: string;
|
|
11120
|
+
reasoning: false;
|
|
11121
|
+
input: "text"[];
|
|
11122
|
+
cost: {
|
|
11123
|
+
input: number;
|
|
11124
|
+
output: number;
|
|
11125
|
+
cacheRead: number;
|
|
11126
|
+
cacheWrite: number;
|
|
11127
|
+
};
|
|
11128
|
+
contextWindow: number;
|
|
11129
|
+
maxTokens: number;
|
|
11130
|
+
};
|
|
11131
|
+
readonly "thedrummer/unslopnemo-12b": {
|
|
11132
|
+
id: string;
|
|
11133
|
+
name: string;
|
|
11134
|
+
api: "openai-completions";
|
|
11135
|
+
provider: string;
|
|
11136
|
+
baseUrl: string;
|
|
11137
|
+
reasoning: false;
|
|
11138
|
+
input: "text"[];
|
|
11139
|
+
cost: {
|
|
11140
|
+
input: number;
|
|
11141
|
+
output: number;
|
|
11142
|
+
cacheRead: number;
|
|
11143
|
+
cacheWrite: number;
|
|
11144
|
+
};
|
|
11145
|
+
contextWindow: number;
|
|
11146
|
+
maxTokens: number;
|
|
11147
|
+
};
|
|
11148
|
+
readonly "upstage/solar-pro-3": {
|
|
11149
|
+
id: string;
|
|
11150
|
+
name: string;
|
|
11151
|
+
api: "openai-completions";
|
|
11152
|
+
provider: string;
|
|
11153
|
+
baseUrl: string;
|
|
11154
|
+
reasoning: true;
|
|
11155
|
+
input: "text"[];
|
|
11156
|
+
cost: {
|
|
11157
|
+
input: number;
|
|
11158
|
+
output: number;
|
|
11159
|
+
cacheRead: number;
|
|
11160
|
+
cacheWrite: number;
|
|
11161
|
+
};
|
|
11162
|
+
contextWindow: number;
|
|
11163
|
+
maxTokens: number;
|
|
11164
|
+
};
|
|
11165
|
+
readonly "x-ai/grok-3": {
|
|
11166
|
+
id: string;
|
|
11167
|
+
name: string;
|
|
11168
|
+
api: "openai-completions";
|
|
11169
|
+
provider: string;
|
|
11170
|
+
baseUrl: string;
|
|
11171
|
+
reasoning: false;
|
|
11172
|
+
input: "text"[];
|
|
11173
|
+
cost: {
|
|
11174
|
+
input: number;
|
|
11175
|
+
output: number;
|
|
11176
|
+
cacheRead: number;
|
|
11177
|
+
cacheWrite: number;
|
|
11178
|
+
};
|
|
11179
|
+
contextWindow: number;
|
|
11180
|
+
maxTokens: number;
|
|
11181
|
+
};
|
|
11182
|
+
readonly "x-ai/grok-3-beta": {
|
|
11183
|
+
id: string;
|
|
11184
|
+
name: string;
|
|
11185
|
+
api: "openai-completions";
|
|
11186
|
+
provider: string;
|
|
11187
|
+
baseUrl: string;
|
|
11188
|
+
reasoning: false;
|
|
11189
|
+
input: "text"[];
|
|
11190
|
+
cost: {
|
|
11191
|
+
input: number;
|
|
11192
|
+
output: number;
|
|
11193
|
+
cacheRead: number;
|
|
11194
|
+
cacheWrite: number;
|
|
11195
|
+
};
|
|
11196
|
+
contextWindow: number;
|
|
11197
|
+
maxTokens: number;
|
|
11198
|
+
};
|
|
11199
|
+
readonly "x-ai/grok-3-mini": {
|
|
11200
|
+
id: string;
|
|
11201
|
+
name: string;
|
|
11202
|
+
api: "openai-completions";
|
|
11203
|
+
provider: string;
|
|
11204
|
+
baseUrl: string;
|
|
11205
|
+
reasoning: true;
|
|
11206
|
+
input: "text"[];
|
|
11207
|
+
cost: {
|
|
11208
|
+
input: number;
|
|
11209
|
+
output: number;
|
|
11210
|
+
cacheRead: number;
|
|
11211
|
+
cacheWrite: number;
|
|
11212
|
+
};
|
|
11213
|
+
contextWindow: number;
|
|
11214
|
+
maxTokens: number;
|
|
11215
|
+
};
|
|
11216
|
+
readonly "x-ai/grok-3-mini-beta": {
|
|
11227
11217
|
id: string;
|
|
11228
11218
|
name: string;
|
|
11229
11219
|
api: "openai-completions";
|
|
@@ -11240,14 +11230,14 @@ export declare const MODELS: {
|
|
|
11240
11230
|
contextWindow: number;
|
|
11241
11231
|
maxTokens: number;
|
|
11242
11232
|
};
|
|
11243
|
-
readonly "
|
|
11233
|
+
readonly "x-ai/grok-4": {
|
|
11244
11234
|
id: string;
|
|
11245
11235
|
name: string;
|
|
11246
11236
|
api: "openai-completions";
|
|
11247
11237
|
provider: string;
|
|
11248
11238
|
baseUrl: string;
|
|
11249
|
-
reasoning:
|
|
11250
|
-
input: "text"[];
|
|
11239
|
+
reasoning: true;
|
|
11240
|
+
input: ("image" | "text")[];
|
|
11251
11241
|
cost: {
|
|
11252
11242
|
input: number;
|
|
11253
11243
|
output: number;
|
|
@@ -11257,14 +11247,14 @@ export declare const MODELS: {
|
|
|
11257
11247
|
contextWindow: number;
|
|
11258
11248
|
maxTokens: number;
|
|
11259
11249
|
};
|
|
11260
|
-
readonly "
|
|
11250
|
+
readonly "x-ai/grok-4-fast": {
|
|
11261
11251
|
id: string;
|
|
11262
11252
|
name: string;
|
|
11263
11253
|
api: "openai-completions";
|
|
11264
11254
|
provider: string;
|
|
11265
11255
|
baseUrl: string;
|
|
11266
|
-
reasoning:
|
|
11267
|
-
input: "text"[];
|
|
11256
|
+
reasoning: true;
|
|
11257
|
+
input: ("image" | "text")[];
|
|
11268
11258
|
cost: {
|
|
11269
11259
|
input: number;
|
|
11270
11260
|
output: number;
|
|
@@ -11274,14 +11264,14 @@ export declare const MODELS: {
|
|
|
11274
11264
|
contextWindow: number;
|
|
11275
11265
|
maxTokens: number;
|
|
11276
11266
|
};
|
|
11277
|
-
readonly "
|
|
11267
|
+
readonly "x-ai/grok-4.1-fast": {
|
|
11278
11268
|
id: string;
|
|
11279
11269
|
name: string;
|
|
11280
11270
|
api: "openai-completions";
|
|
11281
11271
|
provider: string;
|
|
11282
11272
|
baseUrl: string;
|
|
11283
11273
|
reasoning: true;
|
|
11284
|
-
input: "text"[];
|
|
11274
|
+
input: ("image" | "text")[];
|
|
11285
11275
|
cost: {
|
|
11286
11276
|
input: number;
|
|
11287
11277
|
output: number;
|
|
@@ -11291,14 +11281,14 @@ export declare const MODELS: {
|
|
|
11291
11281
|
contextWindow: number;
|
|
11292
11282
|
maxTokens: number;
|
|
11293
11283
|
};
|
|
11294
|
-
readonly "
|
|
11284
|
+
readonly "x-ai/grok-4.20": {
|
|
11295
11285
|
id: string;
|
|
11296
11286
|
name: string;
|
|
11297
11287
|
api: "openai-completions";
|
|
11298
11288
|
provider: string;
|
|
11299
11289
|
baseUrl: string;
|
|
11300
11290
|
reasoning: true;
|
|
11301
|
-
input: "text"[];
|
|
11291
|
+
input: ("image" | "text")[];
|
|
11302
11292
|
cost: {
|
|
11303
11293
|
input: number;
|
|
11304
11294
|
output: number;
|
|
@@ -11308,14 +11298,14 @@ export declare const MODELS: {
|
|
|
11308
11298
|
contextWindow: number;
|
|
11309
11299
|
maxTokens: number;
|
|
11310
11300
|
};
|
|
11311
|
-
readonly "x-ai/grok-3": {
|
|
11301
|
+
readonly "x-ai/grok-4.3": {
|
|
11312
11302
|
id: string;
|
|
11313
11303
|
name: string;
|
|
11314
11304
|
api: "openai-completions";
|
|
11315
11305
|
provider: string;
|
|
11316
11306
|
baseUrl: string;
|
|
11317
|
-
reasoning:
|
|
11318
|
-
input: "text"[];
|
|
11307
|
+
reasoning: true;
|
|
11308
|
+
input: ("image" | "text")[];
|
|
11319
11309
|
cost: {
|
|
11320
11310
|
input: number;
|
|
11321
11311
|
output: number;
|
|
@@ -11325,13 +11315,13 @@ export declare const MODELS: {
|
|
|
11325
11315
|
contextWindow: number;
|
|
11326
11316
|
maxTokens: number;
|
|
11327
11317
|
};
|
|
11328
|
-
readonly "x-ai/grok-
|
|
11318
|
+
readonly "x-ai/grok-code-fast-1": {
|
|
11329
11319
|
id: string;
|
|
11330
11320
|
name: string;
|
|
11331
11321
|
api: "openai-completions";
|
|
11332
11322
|
provider: string;
|
|
11333
11323
|
baseUrl: string;
|
|
11334
|
-
reasoning:
|
|
11324
|
+
reasoning: true;
|
|
11335
11325
|
input: "text"[];
|
|
11336
11326
|
cost: {
|
|
11337
11327
|
input: number;
|
|
@@ -11342,7 +11332,7 @@ export declare const MODELS: {
|
|
|
11342
11332
|
contextWindow: number;
|
|
11343
11333
|
maxTokens: number;
|
|
11344
11334
|
};
|
|
11345
|
-
readonly "
|
|
11335
|
+
readonly "xiaomi/mimo-v2-flash": {
|
|
11346
11336
|
id: string;
|
|
11347
11337
|
name: string;
|
|
11348
11338
|
api: "openai-completions";
|
|
@@ -11359,14 +11349,14 @@ export declare const MODELS: {
|
|
|
11359
11349
|
contextWindow: number;
|
|
11360
11350
|
maxTokens: number;
|
|
11361
11351
|
};
|
|
11362
|
-
readonly "
|
|
11352
|
+
readonly "xiaomi/mimo-v2-omni": {
|
|
11363
11353
|
id: string;
|
|
11364
11354
|
name: string;
|
|
11365
11355
|
api: "openai-completions";
|
|
11366
11356
|
provider: string;
|
|
11367
11357
|
baseUrl: string;
|
|
11368
11358
|
reasoning: true;
|
|
11369
|
-
input: "text"[];
|
|
11359
|
+
input: ("image" | "text")[];
|
|
11370
11360
|
cost: {
|
|
11371
11361
|
input: number;
|
|
11372
11362
|
output: number;
|
|
@@ -11376,14 +11366,14 @@ export declare const MODELS: {
|
|
|
11376
11366
|
contextWindow: number;
|
|
11377
11367
|
maxTokens: number;
|
|
11378
11368
|
};
|
|
11379
|
-
readonly "
|
|
11369
|
+
readonly "xiaomi/mimo-v2-pro": {
|
|
11380
11370
|
id: string;
|
|
11381
11371
|
name: string;
|
|
11382
11372
|
api: "openai-completions";
|
|
11383
11373
|
provider: string;
|
|
11384
11374
|
baseUrl: string;
|
|
11385
11375
|
reasoning: true;
|
|
11386
|
-
input:
|
|
11376
|
+
input: "text"[];
|
|
11387
11377
|
cost: {
|
|
11388
11378
|
input: number;
|
|
11389
11379
|
output: number;
|
|
@@ -11393,7 +11383,7 @@ export declare const MODELS: {
|
|
|
11393
11383
|
contextWindow: number;
|
|
11394
11384
|
maxTokens: number;
|
|
11395
11385
|
};
|
|
11396
|
-
readonly "
|
|
11386
|
+
readonly "xiaomi/mimo-v2.5": {
|
|
11397
11387
|
id: string;
|
|
11398
11388
|
name: string;
|
|
11399
11389
|
api: "openai-completions";
|
|
@@ -11410,14 +11400,14 @@ export declare const MODELS: {
|
|
|
11410
11400
|
contextWindow: number;
|
|
11411
11401
|
maxTokens: number;
|
|
11412
11402
|
};
|
|
11413
|
-
readonly "
|
|
11403
|
+
readonly "xiaomi/mimo-v2.5-pro": {
|
|
11414
11404
|
id: string;
|
|
11415
11405
|
name: string;
|
|
11416
11406
|
api: "openai-completions";
|
|
11417
11407
|
provider: string;
|
|
11418
11408
|
baseUrl: string;
|
|
11419
11409
|
reasoning: true;
|
|
11420
|
-
input:
|
|
11410
|
+
input: "text"[];
|
|
11421
11411
|
cost: {
|
|
11422
11412
|
input: number;
|
|
11423
11413
|
output: number;
|
|
@@ -11427,14 +11417,14 @@ export declare const MODELS: {
|
|
|
11427
11417
|
contextWindow: number;
|
|
11428
11418
|
maxTokens: number;
|
|
11429
11419
|
};
|
|
11430
|
-
readonly "
|
|
11420
|
+
readonly "z-ai/glm-4-32b": {
|
|
11431
11421
|
id: string;
|
|
11432
11422
|
name: string;
|
|
11433
11423
|
api: "openai-completions";
|
|
11434
11424
|
provider: string;
|
|
11435
11425
|
baseUrl: string;
|
|
11436
|
-
reasoning:
|
|
11437
|
-
input:
|
|
11426
|
+
reasoning: false;
|
|
11427
|
+
input: "text"[];
|
|
11438
11428
|
cost: {
|
|
11439
11429
|
input: number;
|
|
11440
11430
|
output: number;
|
|
@@ -11444,7 +11434,7 @@ export declare const MODELS: {
|
|
|
11444
11434
|
contextWindow: number;
|
|
11445
11435
|
maxTokens: number;
|
|
11446
11436
|
};
|
|
11447
|
-
readonly "
|
|
11437
|
+
readonly "z-ai/glm-4.5": {
|
|
11448
11438
|
id: string;
|
|
11449
11439
|
name: string;
|
|
11450
11440
|
api: "openai-completions";
|
|
@@ -11461,7 +11451,7 @@ export declare const MODELS: {
|
|
|
11461
11451
|
contextWindow: number;
|
|
11462
11452
|
maxTokens: number;
|
|
11463
11453
|
};
|
|
11464
|
-
readonly "
|
|
11454
|
+
readonly "z-ai/glm-4.5-air": {
|
|
11465
11455
|
id: string;
|
|
11466
11456
|
name: string;
|
|
11467
11457
|
api: "openai-completions";
|
|
@@ -11478,14 +11468,14 @@ export declare const MODELS: {
|
|
|
11478
11468
|
contextWindow: number;
|
|
11479
11469
|
maxTokens: number;
|
|
11480
11470
|
};
|
|
11481
|
-
readonly "
|
|
11471
|
+
readonly "z-ai/glm-4.5-air:free": {
|
|
11482
11472
|
id: string;
|
|
11483
11473
|
name: string;
|
|
11484
11474
|
api: "openai-completions";
|
|
11485
11475
|
provider: string;
|
|
11486
11476
|
baseUrl: string;
|
|
11487
11477
|
reasoning: true;
|
|
11488
|
-
input:
|
|
11478
|
+
input: "text"[];
|
|
11489
11479
|
cost: {
|
|
11490
11480
|
input: number;
|
|
11491
11481
|
output: number;
|
|
@@ -11495,14 +11485,14 @@ export declare const MODELS: {
|
|
|
11495
11485
|
contextWindow: number;
|
|
11496
11486
|
maxTokens: number;
|
|
11497
11487
|
};
|
|
11498
|
-
readonly "
|
|
11488
|
+
readonly "z-ai/glm-4.5v": {
|
|
11499
11489
|
id: string;
|
|
11500
11490
|
name: string;
|
|
11501
11491
|
api: "openai-completions";
|
|
11502
11492
|
provider: string;
|
|
11503
11493
|
baseUrl: string;
|
|
11504
11494
|
reasoning: true;
|
|
11505
|
-
input: "text"[];
|
|
11495
|
+
input: ("image" | "text")[];
|
|
11506
11496
|
cost: {
|
|
11507
11497
|
input: number;
|
|
11508
11498
|
output: number;
|
|
@@ -11512,14 +11502,14 @@ export declare const MODELS: {
|
|
|
11512
11502
|
contextWindow: number;
|
|
11513
11503
|
maxTokens: number;
|
|
11514
11504
|
};
|
|
11515
|
-
readonly "
|
|
11505
|
+
readonly "z-ai/glm-4.6": {
|
|
11516
11506
|
id: string;
|
|
11517
11507
|
name: string;
|
|
11518
11508
|
api: "openai-completions";
|
|
11519
11509
|
provider: string;
|
|
11520
11510
|
baseUrl: string;
|
|
11521
11511
|
reasoning: true;
|
|
11522
|
-
input:
|
|
11512
|
+
input: "text"[];
|
|
11523
11513
|
cost: {
|
|
11524
11514
|
input: number;
|
|
11525
11515
|
output: number;
|
|
@@ -11529,14 +11519,14 @@ export declare const MODELS: {
|
|
|
11529
11519
|
contextWindow: number;
|
|
11530
11520
|
maxTokens: number;
|
|
11531
11521
|
};
|
|
11532
|
-
readonly "
|
|
11522
|
+
readonly "z-ai/glm-4.6v": {
|
|
11533
11523
|
id: string;
|
|
11534
11524
|
name: string;
|
|
11535
11525
|
api: "openai-completions";
|
|
11536
11526
|
provider: string;
|
|
11537
11527
|
baseUrl: string;
|
|
11538
11528
|
reasoning: true;
|
|
11539
|
-
input: "text"[];
|
|
11529
|
+
input: ("image" | "text")[];
|
|
11540
11530
|
cost: {
|
|
11541
11531
|
input: number;
|
|
11542
11532
|
output: number;
|
|
@@ -11546,13 +11536,13 @@ export declare const MODELS: {
|
|
|
11546
11536
|
contextWindow: number;
|
|
11547
11537
|
maxTokens: number;
|
|
11548
11538
|
};
|
|
11549
|
-
readonly "z-ai/glm-4
|
|
11539
|
+
readonly "z-ai/glm-4.7": {
|
|
11550
11540
|
id: string;
|
|
11551
11541
|
name: string;
|
|
11552
11542
|
api: "openai-completions";
|
|
11553
11543
|
provider: string;
|
|
11554
11544
|
baseUrl: string;
|
|
11555
|
-
reasoning:
|
|
11545
|
+
reasoning: true;
|
|
11556
11546
|
input: "text"[];
|
|
11557
11547
|
cost: {
|
|
11558
11548
|
input: number;
|
|
@@ -11563,7 +11553,7 @@ export declare const MODELS: {
|
|
|
11563
11553
|
contextWindow: number;
|
|
11564
11554
|
maxTokens: number;
|
|
11565
11555
|
};
|
|
11566
|
-
readonly "z-ai/glm-4.
|
|
11556
|
+
readonly "z-ai/glm-4.7-flash": {
|
|
11567
11557
|
id: string;
|
|
11568
11558
|
name: string;
|
|
11569
11559
|
api: "openai-completions";
|
|
@@ -11580,7 +11570,7 @@ export declare const MODELS: {
|
|
|
11580
11570
|
contextWindow: number;
|
|
11581
11571
|
maxTokens: number;
|
|
11582
11572
|
};
|
|
11583
|
-
readonly "z-ai/glm-
|
|
11573
|
+
readonly "z-ai/glm-5": {
|
|
11584
11574
|
id: string;
|
|
11585
11575
|
name: string;
|
|
11586
11576
|
api: "openai-completions";
|
|
@@ -11597,7 +11587,7 @@ export declare const MODELS: {
|
|
|
11597
11587
|
contextWindow: number;
|
|
11598
11588
|
maxTokens: number;
|
|
11599
11589
|
};
|
|
11600
|
-
readonly "z-ai/glm-
|
|
11590
|
+
readonly "z-ai/glm-5-turbo": {
|
|
11601
11591
|
id: string;
|
|
11602
11592
|
name: string;
|
|
11603
11593
|
api: "openai-completions";
|
|
@@ -11614,14 +11604,14 @@ export declare const MODELS: {
|
|
|
11614
11604
|
contextWindow: number;
|
|
11615
11605
|
maxTokens: number;
|
|
11616
11606
|
};
|
|
11617
|
-
readonly "z-ai/glm-
|
|
11607
|
+
readonly "z-ai/glm-5.1": {
|
|
11618
11608
|
id: string;
|
|
11619
11609
|
name: string;
|
|
11620
11610
|
api: "openai-completions";
|
|
11621
11611
|
provider: string;
|
|
11622
11612
|
baseUrl: string;
|
|
11623
11613
|
reasoning: true;
|
|
11624
|
-
input:
|
|
11614
|
+
input: "text"[];
|
|
11625
11615
|
cost: {
|
|
11626
11616
|
input: number;
|
|
11627
11617
|
output: number;
|
|
@@ -11631,14 +11621,14 @@ export declare const MODELS: {
|
|
|
11631
11621
|
contextWindow: number;
|
|
11632
11622
|
maxTokens: number;
|
|
11633
11623
|
};
|
|
11634
|
-
readonly "z-ai/glm-
|
|
11624
|
+
readonly "z-ai/glm-5v-turbo": {
|
|
11635
11625
|
id: string;
|
|
11636
11626
|
name: string;
|
|
11637
11627
|
api: "openai-completions";
|
|
11638
11628
|
provider: string;
|
|
11639
11629
|
baseUrl: string;
|
|
11640
11630
|
reasoning: true;
|
|
11641
|
-
input: "text"[];
|
|
11631
|
+
input: ("image" | "text")[];
|
|
11642
11632
|
cost: {
|
|
11643
11633
|
input: number;
|
|
11644
11634
|
output: number;
|
|
@@ -11648,7 +11638,7 @@ export declare const MODELS: {
|
|
|
11648
11638
|
contextWindow: number;
|
|
11649
11639
|
maxTokens: number;
|
|
11650
11640
|
};
|
|
11651
|
-
readonly "
|
|
11641
|
+
readonly "~anthropic/claude-haiku-latest": {
|
|
11652
11642
|
id: string;
|
|
11653
11643
|
name: string;
|
|
11654
11644
|
api: "openai-completions";
|
|
@@ -11665,14 +11655,14 @@ export declare const MODELS: {
|
|
|
11665
11655
|
contextWindow: number;
|
|
11666
11656
|
maxTokens: number;
|
|
11667
11657
|
};
|
|
11668
|
-
readonly "
|
|
11658
|
+
readonly "~anthropic/claude-opus-latest": {
|
|
11669
11659
|
id: string;
|
|
11670
11660
|
name: string;
|
|
11671
11661
|
api: "openai-completions";
|
|
11672
11662
|
provider: string;
|
|
11673
11663
|
baseUrl: string;
|
|
11674
11664
|
reasoning: true;
|
|
11675
|
-
input: "text"[];
|
|
11665
|
+
input: ("image" | "text")[];
|
|
11676
11666
|
cost: {
|
|
11677
11667
|
input: number;
|
|
11678
11668
|
output: number;
|
|
@@ -11682,14 +11672,14 @@ export declare const MODELS: {
|
|
|
11682
11672
|
contextWindow: number;
|
|
11683
11673
|
maxTokens: number;
|
|
11684
11674
|
};
|
|
11685
|
-
readonly "
|
|
11675
|
+
readonly "~anthropic/claude-sonnet-latest": {
|
|
11686
11676
|
id: string;
|
|
11687
11677
|
name: string;
|
|
11688
11678
|
api: "openai-completions";
|
|
11689
11679
|
provider: string;
|
|
11690
11680
|
baseUrl: string;
|
|
11691
11681
|
reasoning: true;
|
|
11692
|
-
input: "text"[];
|
|
11682
|
+
input: ("image" | "text")[];
|
|
11693
11683
|
cost: {
|
|
11694
11684
|
input: number;
|
|
11695
11685
|
output: number;
|
|
@@ -11699,14 +11689,14 @@ export declare const MODELS: {
|
|
|
11699
11689
|
contextWindow: number;
|
|
11700
11690
|
maxTokens: number;
|
|
11701
11691
|
};
|
|
11702
|
-
readonly "
|
|
11692
|
+
readonly "~google/gemini-flash-latest": {
|
|
11703
11693
|
id: string;
|
|
11704
11694
|
name: string;
|
|
11705
11695
|
api: "openai-completions";
|
|
11706
11696
|
provider: string;
|
|
11707
11697
|
baseUrl: string;
|
|
11708
11698
|
reasoning: true;
|
|
11709
|
-
input: "text"[];
|
|
11699
|
+
input: ("image" | "text")[];
|
|
11710
11700
|
cost: {
|
|
11711
11701
|
input: number;
|
|
11712
11702
|
output: number;
|
|
@@ -11716,14 +11706,14 @@ export declare const MODELS: {
|
|
|
11716
11706
|
contextWindow: number;
|
|
11717
11707
|
maxTokens: number;
|
|
11718
11708
|
};
|
|
11719
|
-
readonly "
|
|
11709
|
+
readonly "~google/gemini-pro-latest": {
|
|
11720
11710
|
id: string;
|
|
11721
11711
|
name: string;
|
|
11722
11712
|
api: "openai-completions";
|
|
11723
11713
|
provider: string;
|
|
11724
11714
|
baseUrl: string;
|
|
11725
11715
|
reasoning: true;
|
|
11726
|
-
input: "text"[];
|
|
11716
|
+
input: ("image" | "text")[];
|
|
11727
11717
|
cost: {
|
|
11728
11718
|
input: number;
|
|
11729
11719
|
output: number;
|
|
@@ -11733,14 +11723,14 @@ export declare const MODELS: {
|
|
|
11733
11723
|
contextWindow: number;
|
|
11734
11724
|
maxTokens: number;
|
|
11735
11725
|
};
|
|
11736
|
-
readonly "
|
|
11726
|
+
readonly "~moonshotai/kimi-latest": {
|
|
11737
11727
|
id: string;
|
|
11738
11728
|
name: string;
|
|
11739
11729
|
api: "openai-completions";
|
|
11740
11730
|
provider: string;
|
|
11741
11731
|
baseUrl: string;
|
|
11742
11732
|
reasoning: true;
|
|
11743
|
-
input: "text"[];
|
|
11733
|
+
input: ("image" | "text")[];
|
|
11744
11734
|
cost: {
|
|
11745
11735
|
input: number;
|
|
11746
11736
|
output: number;
|
|
@@ -11750,7 +11740,7 @@ export declare const MODELS: {
|
|
|
11750
11740
|
contextWindow: number;
|
|
11751
11741
|
maxTokens: number;
|
|
11752
11742
|
};
|
|
11753
|
-
readonly "
|
|
11743
|
+
readonly "~openai/gpt-latest": {
|
|
11754
11744
|
id: string;
|
|
11755
11745
|
name: string;
|
|
11756
11746
|
api: "openai-completions";
|
|
@@ -11767,7 +11757,7 @@ export declare const MODELS: {
|
|
|
11767
11757
|
contextWindow: number;
|
|
11768
11758
|
maxTokens: number;
|
|
11769
11759
|
};
|
|
11770
|
-
readonly "~
|
|
11760
|
+
readonly "~openai/gpt-mini-latest": {
|
|
11771
11761
|
id: string;
|
|
11772
11762
|
name: string;
|
|
11773
11763
|
api: "openai-completions";
|
|
@@ -12058,7 +12048,7 @@ export declare const MODELS: {
|
|
|
12058
12048
|
contextWindow: number;
|
|
12059
12049
|
maxTokens: number;
|
|
12060
12050
|
};
|
|
12061
|
-
readonly "alibaba/qwen3.6-
|
|
12051
|
+
readonly "alibaba/qwen3.6-27b": {
|
|
12062
12052
|
id: string;
|
|
12063
12053
|
name: string;
|
|
12064
12054
|
api: "anthropic-messages";
|
|
@@ -12075,13 +12065,13 @@ export declare const MODELS: {
|
|
|
12075
12065
|
contextWindow: number;
|
|
12076
12066
|
maxTokens: number;
|
|
12077
12067
|
};
|
|
12078
|
-
readonly "
|
|
12068
|
+
readonly "alibaba/qwen3.6-plus": {
|
|
12079
12069
|
id: string;
|
|
12080
12070
|
name: string;
|
|
12081
12071
|
api: "anthropic-messages";
|
|
12082
12072
|
provider: string;
|
|
12083
12073
|
baseUrl: string;
|
|
12084
|
-
reasoning:
|
|
12074
|
+
reasoning: true;
|
|
12085
12075
|
input: ("image" | "text")[];
|
|
12086
12076
|
cost: {
|
|
12087
12077
|
input: number;
|
|
@@ -12092,7 +12082,7 @@ export declare const MODELS: {
|
|
|
12092
12082
|
contextWindow: number;
|
|
12093
12083
|
maxTokens: number;
|
|
12094
12084
|
};
|
|
12095
|
-
readonly "anthropic/claude-3
|
|
12085
|
+
readonly "anthropic/claude-3-haiku": {
|
|
12096
12086
|
id: string;
|
|
12097
12087
|
name: string;
|
|
12098
12088
|
api: "anthropic-messages";
|
|
@@ -12109,13 +12099,13 @@ export declare const MODELS: {
|
|
|
12109
12099
|
contextWindow: number;
|
|
12110
12100
|
maxTokens: number;
|
|
12111
12101
|
};
|
|
12112
|
-
readonly "anthropic/claude-3.
|
|
12102
|
+
readonly "anthropic/claude-3.5-haiku": {
|
|
12113
12103
|
id: string;
|
|
12114
12104
|
name: string;
|
|
12115
12105
|
api: "anthropic-messages";
|
|
12116
12106
|
provider: string;
|
|
12117
12107
|
baseUrl: string;
|
|
12118
|
-
reasoning:
|
|
12108
|
+
reasoning: false;
|
|
12119
12109
|
input: ("image" | "text")[];
|
|
12120
12110
|
cost: {
|
|
12121
12111
|
input: number;
|
|
@@ -12438,7 +12428,7 @@ export declare const MODELS: {
|
|
|
12438
12428
|
api: "anthropic-messages";
|
|
12439
12429
|
provider: string;
|
|
12440
12430
|
baseUrl: string;
|
|
12441
|
-
reasoning:
|
|
12431
|
+
reasoning: false;
|
|
12442
12432
|
input: "text"[];
|
|
12443
12433
|
cost: {
|
|
12444
12434
|
input: number;
|
|
@@ -12602,6 +12592,23 @@ export declare const MODELS: {
|
|
|
12602
12592
|
contextWindow: number;
|
|
12603
12593
|
maxTokens: number;
|
|
12604
12594
|
};
|
|
12595
|
+
readonly "google/gemini-3.1-flash-lite": {
|
|
12596
|
+
id: string;
|
|
12597
|
+
name: string;
|
|
12598
|
+
api: "anthropic-messages";
|
|
12599
|
+
provider: string;
|
|
12600
|
+
baseUrl: string;
|
|
12601
|
+
reasoning: true;
|
|
12602
|
+
input: ("image" | "text")[];
|
|
12603
|
+
cost: {
|
|
12604
|
+
input: number;
|
|
12605
|
+
output: number;
|
|
12606
|
+
cacheRead: number;
|
|
12607
|
+
cacheWrite: number;
|
|
12608
|
+
};
|
|
12609
|
+
contextWindow: number;
|
|
12610
|
+
maxTokens: number;
|
|
12611
|
+
};
|
|
12605
12612
|
readonly "google/gemini-3.1-flash-lite-preview": {
|
|
12606
12613
|
id: string;
|
|
12607
12614
|
name: string;
|
|
@@ -13163,23 +13170,6 @@ export declare const MODELS: {
|
|
|
13163
13170
|
contextWindow: number;
|
|
13164
13171
|
maxTokens: number;
|
|
13165
13172
|
};
|
|
13166
|
-
readonly "moonshotai/kimi-k2-0905": {
|
|
13167
|
-
id: string;
|
|
13168
|
-
name: string;
|
|
13169
|
-
api: "anthropic-messages";
|
|
13170
|
-
provider: string;
|
|
13171
|
-
baseUrl: string;
|
|
13172
|
-
reasoning: false;
|
|
13173
|
-
input: "text"[];
|
|
13174
|
-
cost: {
|
|
13175
|
-
input: number;
|
|
13176
|
-
output: number;
|
|
13177
|
-
cacheRead: number;
|
|
13178
|
-
cacheWrite: number;
|
|
13179
|
-
};
|
|
13180
|
-
contextWindow: number;
|
|
13181
|
-
maxTokens: number;
|
|
13182
|
-
};
|
|
13183
13173
|
readonly "moonshotai/kimi-k2-thinking": {
|
|
13184
13174
|
id: string;
|
|
13185
13175
|
name: string;
|
|
@@ -13962,23 +13952,6 @@ export declare const MODELS: {
|
|
|
13962
13952
|
contextWindow: number;
|
|
13963
13953
|
maxTokens: number;
|
|
13964
13954
|
};
|
|
13965
|
-
readonly "prime-intellect/intellect-3": {
|
|
13966
|
-
id: string;
|
|
13967
|
-
name: string;
|
|
13968
|
-
api: "anthropic-messages";
|
|
13969
|
-
provider: string;
|
|
13970
|
-
baseUrl: string;
|
|
13971
|
-
reasoning: true;
|
|
13972
|
-
input: "text"[];
|
|
13973
|
-
cost: {
|
|
13974
|
-
input: number;
|
|
13975
|
-
output: number;
|
|
13976
|
-
cacheRead: number;
|
|
13977
|
-
cacheWrite: number;
|
|
13978
|
-
};
|
|
13979
|
-
contextWindow: number;
|
|
13980
|
-
maxTokens: number;
|
|
13981
|
-
};
|
|
13982
13955
|
readonly "xai/grok-3": {
|
|
13983
13956
|
id: string;
|
|
13984
13957
|
name: string;
|
|
@@ -14234,6 +14207,23 @@ export declare const MODELS: {
|
|
|
14234
14207
|
contextWindow: number;
|
|
14235
14208
|
maxTokens: number;
|
|
14236
14209
|
};
|
|
14210
|
+
readonly "xai/grok-4.3": {
|
|
14211
|
+
id: string;
|
|
14212
|
+
name: string;
|
|
14213
|
+
api: "anthropic-messages";
|
|
14214
|
+
provider: string;
|
|
14215
|
+
baseUrl: string;
|
|
14216
|
+
reasoning: true;
|
|
14217
|
+
input: ("image" | "text")[];
|
|
14218
|
+
cost: {
|
|
14219
|
+
input: number;
|
|
14220
|
+
output: number;
|
|
14221
|
+
cacheRead: number;
|
|
14222
|
+
cacheWrite: number;
|
|
14223
|
+
};
|
|
14224
|
+
contextWindow: number;
|
|
14225
|
+
maxTokens: number;
|
|
14226
|
+
};
|
|
14237
14227
|
readonly "xai/grok-code-fast-1": {
|
|
14238
14228
|
id: string;
|
|
14239
14229
|
name: string;
|
|
@@ -14285,6 +14275,40 @@ export declare const MODELS: {
|
|
|
14285
14275
|
contextWindow: number;
|
|
14286
14276
|
maxTokens: number;
|
|
14287
14277
|
};
|
|
14278
|
+
readonly "xiaomi/mimo-v2.5": {
|
|
14279
|
+
id: string;
|
|
14280
|
+
name: string;
|
|
14281
|
+
api: "anthropic-messages";
|
|
14282
|
+
provider: string;
|
|
14283
|
+
baseUrl: string;
|
|
14284
|
+
reasoning: true;
|
|
14285
|
+
input: ("image" | "text")[];
|
|
14286
|
+
cost: {
|
|
14287
|
+
input: number;
|
|
14288
|
+
output: number;
|
|
14289
|
+
cacheRead: number;
|
|
14290
|
+
cacheWrite: number;
|
|
14291
|
+
};
|
|
14292
|
+
contextWindow: number;
|
|
14293
|
+
maxTokens: number;
|
|
14294
|
+
};
|
|
14295
|
+
readonly "xiaomi/mimo-v2.5-pro": {
|
|
14296
|
+
id: string;
|
|
14297
|
+
name: string;
|
|
14298
|
+
api: "anthropic-messages";
|
|
14299
|
+
provider: string;
|
|
14300
|
+
baseUrl: string;
|
|
14301
|
+
reasoning: true;
|
|
14302
|
+
input: ("image" | "text")[];
|
|
14303
|
+
cost: {
|
|
14304
|
+
input: number;
|
|
14305
|
+
output: number;
|
|
14306
|
+
cacheRead: number;
|
|
14307
|
+
cacheWrite: number;
|
|
14308
|
+
};
|
|
14309
|
+
contextWindow: number;
|
|
14310
|
+
maxTokens: number;
|
|
14311
|
+
};
|
|
14288
14312
|
readonly "zai/glm-4.5": {
|
|
14289
14313
|
id: string;
|
|
14290
14314
|
name: string;
|
|
@@ -14865,6 +14889,23 @@ export declare const MODELS: {
|
|
|
14865
14889
|
contextWindow: number;
|
|
14866
14890
|
maxTokens: number;
|
|
14867
14891
|
};
|
|
14892
|
+
readonly "grok-4.3": {
|
|
14893
|
+
id: string;
|
|
14894
|
+
name: string;
|
|
14895
|
+
api: "openai-completions";
|
|
14896
|
+
provider: string;
|
|
14897
|
+
baseUrl: string;
|
|
14898
|
+
reasoning: true;
|
|
14899
|
+
input: ("image" | "text")[];
|
|
14900
|
+
cost: {
|
|
14901
|
+
input: number;
|
|
14902
|
+
output: number;
|
|
14903
|
+
cacheRead: number;
|
|
14904
|
+
cacheWrite: number;
|
|
14905
|
+
};
|
|
14906
|
+
contextWindow: number;
|
|
14907
|
+
maxTokens: number;
|
|
14908
|
+
};
|
|
14868
14909
|
readonly "grok-beta": {
|
|
14869
14910
|
id: string;
|
|
14870
14911
|
name: string;
|
|
@@ -15005,6 +15046,28 @@ export declare const MODELS: {
|
|
|
15005
15046
|
contextWindow: number;
|
|
15006
15047
|
maxTokens: number;
|
|
15007
15048
|
};
|
|
15049
|
+
readonly "glm-5v-turbo": {
|
|
15050
|
+
id: string;
|
|
15051
|
+
name: string;
|
|
15052
|
+
api: "openai-completions";
|
|
15053
|
+
provider: string;
|
|
15054
|
+
baseUrl: string;
|
|
15055
|
+
compat: {
|
|
15056
|
+
supportsDeveloperRole: false;
|
|
15057
|
+
thinkingFormat: "zai";
|
|
15058
|
+
zaiToolStream: true;
|
|
15059
|
+
};
|
|
15060
|
+
reasoning: true;
|
|
15061
|
+
input: ("image" | "text")[];
|
|
15062
|
+
cost: {
|
|
15063
|
+
input: number;
|
|
15064
|
+
output: number;
|
|
15065
|
+
cacheRead: number;
|
|
15066
|
+
cacheWrite: number;
|
|
15067
|
+
};
|
|
15068
|
+
contextWindow: number;
|
|
15069
|
+
maxTokens: number;
|
|
15070
|
+
};
|
|
15008
15071
|
};
|
|
15009
15072
|
};
|
|
15010
15073
|
//# sourceMappingURL=models.generated.d.ts.map
|