@dreb/ai 2.15.2 → 2.17.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/models.generated.d.ts +92 -411
- package/dist/models.generated.d.ts.map +1 -1
- package/dist/models.generated.js +200 -480
- package/dist/models.generated.js.map +1 -1
- package/dist/types.d.ts +1 -0
- package/dist/types.d.ts.map +1 -1
- package/dist/types.js.map +1 -1
- package/package.json +1 -1
package/dist/models.generated.js
CHANGED
|
@@ -53,23 +53,6 @@ export const MODELS = {
|
|
|
53
53
|
contextWindow: 128000,
|
|
54
54
|
maxTokens: 8192,
|
|
55
55
|
},
|
|
56
|
-
"amazon.nova-premier-v1:0": {
|
|
57
|
-
id: "amazon.nova-premier-v1:0",
|
|
58
|
-
name: "Nova Premier",
|
|
59
|
-
api: "bedrock-converse-stream",
|
|
60
|
-
provider: "amazon-bedrock",
|
|
61
|
-
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
62
|
-
reasoning: true,
|
|
63
|
-
input: ["text", "image"],
|
|
64
|
-
cost: {
|
|
65
|
-
input: 2.5,
|
|
66
|
-
output: 12.5,
|
|
67
|
-
cacheRead: 0,
|
|
68
|
-
cacheWrite: 0,
|
|
69
|
-
},
|
|
70
|
-
contextWindow: 1000000,
|
|
71
|
-
maxTokens: 16384,
|
|
72
|
-
},
|
|
73
56
|
"amazon.nova-pro-v1:0": {
|
|
74
57
|
id: "amazon.nova-pro-v1:0",
|
|
75
58
|
name: "Nova Pro",
|
|
@@ -87,91 +70,6 @@ export const MODELS = {
|
|
|
87
70
|
contextWindow: 300000,
|
|
88
71
|
maxTokens: 8192,
|
|
89
72
|
},
|
|
90
|
-
"anthropic.claude-3-5-haiku-20241022-v1:0": {
|
|
91
|
-
id: "anthropic.claude-3-5-haiku-20241022-v1:0",
|
|
92
|
-
name: "Claude Haiku 3.5",
|
|
93
|
-
api: "bedrock-converse-stream",
|
|
94
|
-
provider: "amazon-bedrock",
|
|
95
|
-
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
96
|
-
reasoning: false,
|
|
97
|
-
input: ["text", "image"],
|
|
98
|
-
cost: {
|
|
99
|
-
input: 0.8,
|
|
100
|
-
output: 4,
|
|
101
|
-
cacheRead: 0.08,
|
|
102
|
-
cacheWrite: 1,
|
|
103
|
-
},
|
|
104
|
-
contextWindow: 200000,
|
|
105
|
-
maxTokens: 8192,
|
|
106
|
-
},
|
|
107
|
-
"anthropic.claude-3-5-sonnet-20240620-v1:0": {
|
|
108
|
-
id: "anthropic.claude-3-5-sonnet-20240620-v1:0",
|
|
109
|
-
name: "Claude Sonnet 3.5",
|
|
110
|
-
api: "bedrock-converse-stream",
|
|
111
|
-
provider: "amazon-bedrock",
|
|
112
|
-
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
113
|
-
reasoning: false,
|
|
114
|
-
input: ["text", "image"],
|
|
115
|
-
cost: {
|
|
116
|
-
input: 3,
|
|
117
|
-
output: 15,
|
|
118
|
-
cacheRead: 0.3,
|
|
119
|
-
cacheWrite: 3.75,
|
|
120
|
-
},
|
|
121
|
-
contextWindow: 200000,
|
|
122
|
-
maxTokens: 8192,
|
|
123
|
-
},
|
|
124
|
-
"anthropic.claude-3-5-sonnet-20241022-v2:0": {
|
|
125
|
-
id: "anthropic.claude-3-5-sonnet-20241022-v2:0",
|
|
126
|
-
name: "Claude Sonnet 3.5 v2",
|
|
127
|
-
api: "bedrock-converse-stream",
|
|
128
|
-
provider: "amazon-bedrock",
|
|
129
|
-
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
130
|
-
reasoning: false,
|
|
131
|
-
input: ["text", "image"],
|
|
132
|
-
cost: {
|
|
133
|
-
input: 3,
|
|
134
|
-
output: 15,
|
|
135
|
-
cacheRead: 0.3,
|
|
136
|
-
cacheWrite: 3.75,
|
|
137
|
-
},
|
|
138
|
-
contextWindow: 200000,
|
|
139
|
-
maxTokens: 8192,
|
|
140
|
-
},
|
|
141
|
-
"anthropic.claude-3-7-sonnet-20250219-v1:0": {
|
|
142
|
-
id: "anthropic.claude-3-7-sonnet-20250219-v1:0",
|
|
143
|
-
name: "Claude Sonnet 3.7",
|
|
144
|
-
api: "bedrock-converse-stream",
|
|
145
|
-
provider: "amazon-bedrock",
|
|
146
|
-
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
147
|
-
reasoning: false,
|
|
148
|
-
input: ["text", "image"],
|
|
149
|
-
cost: {
|
|
150
|
-
input: 3,
|
|
151
|
-
output: 15,
|
|
152
|
-
cacheRead: 0.3,
|
|
153
|
-
cacheWrite: 3.75,
|
|
154
|
-
},
|
|
155
|
-
contextWindow: 200000,
|
|
156
|
-
maxTokens: 8192,
|
|
157
|
-
},
|
|
158
|
-
"anthropic.claude-3-haiku-20240307-v1:0": {
|
|
159
|
-
id: "anthropic.claude-3-haiku-20240307-v1:0",
|
|
160
|
-
name: "Claude Haiku 3",
|
|
161
|
-
api: "bedrock-converse-stream",
|
|
162
|
-
provider: "amazon-bedrock",
|
|
163
|
-
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
164
|
-
reasoning: false,
|
|
165
|
-
input: ["text", "image"],
|
|
166
|
-
cost: {
|
|
167
|
-
input: 0.25,
|
|
168
|
-
output: 1.25,
|
|
169
|
-
cacheRead: 0,
|
|
170
|
-
cacheWrite: 0,
|
|
171
|
-
},
|
|
172
|
-
contextWindow: 200000,
|
|
173
|
-
maxTokens: 4096,
|
|
174
|
-
},
|
|
175
73
|
"anthropic.claude-haiku-4-5-20251001-v1:0": {
|
|
176
74
|
id: "anthropic.claude-haiku-4-5-20251001-v1:0",
|
|
177
75
|
name: "Claude Haiku 4.5",
|
|
@@ -206,23 +104,6 @@ export const MODELS = {
|
|
|
206
104
|
contextWindow: 200000,
|
|
207
105
|
maxTokens: 32000,
|
|
208
106
|
},
|
|
209
|
-
"anthropic.claude-opus-4-20250514-v1:0": {
|
|
210
|
-
id: "anthropic.claude-opus-4-20250514-v1:0",
|
|
211
|
-
name: "Claude Opus 4",
|
|
212
|
-
api: "bedrock-converse-stream",
|
|
213
|
-
provider: "amazon-bedrock",
|
|
214
|
-
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
215
|
-
reasoning: true,
|
|
216
|
-
input: ["text", "image"],
|
|
217
|
-
cost: {
|
|
218
|
-
input: 15,
|
|
219
|
-
output: 75,
|
|
220
|
-
cacheRead: 1.5,
|
|
221
|
-
cacheWrite: 18.75,
|
|
222
|
-
},
|
|
223
|
-
contextWindow: 200000,
|
|
224
|
-
maxTokens: 32000,
|
|
225
|
-
},
|
|
226
107
|
"anthropic.claude-opus-4-5-20251101-v1:0": {
|
|
227
108
|
id: "anthropic.claude-opus-4-5-20251101-v1:0",
|
|
228
109
|
name: "Claude Opus 4.5",
|
|
@@ -274,9 +155,9 @@ export const MODELS = {
|
|
|
274
155
|
contextWindow: 1000000,
|
|
275
156
|
maxTokens: 128000,
|
|
276
157
|
},
|
|
277
|
-
"anthropic.claude-sonnet-4-
|
|
278
|
-
id: "anthropic.claude-sonnet-4-
|
|
279
|
-
name: "Claude Sonnet 4",
|
|
158
|
+
"anthropic.claude-sonnet-4-5-20250929-v1:0": {
|
|
159
|
+
id: "anthropic.claude-sonnet-4-5-20250929-v1:0",
|
|
160
|
+
name: "Claude Sonnet 4.5",
|
|
280
161
|
api: "bedrock-converse-stream",
|
|
281
162
|
provider: "amazon-bedrock",
|
|
282
163
|
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
@@ -291,9 +172,9 @@ export const MODELS = {
|
|
|
291
172
|
contextWindow: 200000,
|
|
292
173
|
maxTokens: 64000,
|
|
293
174
|
},
|
|
294
|
-
"anthropic.claude-sonnet-4-
|
|
295
|
-
id: "anthropic.claude-sonnet-4-
|
|
296
|
-
name: "Claude Sonnet 4.
|
|
175
|
+
"anthropic.claude-sonnet-4-6": {
|
|
176
|
+
id: "anthropic.claude-sonnet-4-6",
|
|
177
|
+
name: "Claude Sonnet 4.6",
|
|
297
178
|
api: "bedrock-converse-stream",
|
|
298
179
|
provider: "amazon-bedrock",
|
|
299
180
|
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
@@ -305,24 +186,24 @@ export const MODELS = {
|
|
|
305
186
|
cacheRead: 0.3,
|
|
306
187
|
cacheWrite: 3.75,
|
|
307
188
|
},
|
|
308
|
-
contextWindow:
|
|
189
|
+
contextWindow: 1000000,
|
|
309
190
|
maxTokens: 64000,
|
|
310
191
|
},
|
|
311
|
-
"anthropic.claude-
|
|
312
|
-
id: "anthropic.claude-
|
|
313
|
-
name: "Claude
|
|
192
|
+
"au.anthropic.claude-haiku-4-5-20251001-v1:0": {
|
|
193
|
+
id: "au.anthropic.claude-haiku-4-5-20251001-v1:0",
|
|
194
|
+
name: "Claude Haiku 4.5 (AU)",
|
|
314
195
|
api: "bedrock-converse-stream",
|
|
315
196
|
provider: "amazon-bedrock",
|
|
316
197
|
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
317
198
|
reasoning: true,
|
|
318
199
|
input: ["text", "image"],
|
|
319
200
|
cost: {
|
|
320
|
-
input:
|
|
321
|
-
output:
|
|
322
|
-
cacheRead: 0.
|
|
323
|
-
cacheWrite:
|
|
201
|
+
input: 1,
|
|
202
|
+
output: 5,
|
|
203
|
+
cacheRead: 0.1,
|
|
204
|
+
cacheWrite: 1.25,
|
|
324
205
|
},
|
|
325
|
-
contextWindow:
|
|
206
|
+
contextWindow: 200000,
|
|
326
207
|
maxTokens: 64000,
|
|
327
208
|
},
|
|
328
209
|
"au.anthropic.claude-opus-4-6-v1": {
|
|
@@ -342,6 +223,23 @@ export const MODELS = {
|
|
|
342
223
|
contextWindow: 1000000,
|
|
343
224
|
maxTokens: 128000,
|
|
344
225
|
},
|
|
226
|
+
"au.anthropic.claude-sonnet-4-5-20250929-v1:0": {
|
|
227
|
+
id: "au.anthropic.claude-sonnet-4-5-20250929-v1:0",
|
|
228
|
+
name: "Claude Sonnet 4.5 (AU)",
|
|
229
|
+
api: "bedrock-converse-stream",
|
|
230
|
+
provider: "amazon-bedrock",
|
|
231
|
+
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
232
|
+
reasoning: true,
|
|
233
|
+
input: ["text", "image"],
|
|
234
|
+
cost: {
|
|
235
|
+
input: 3,
|
|
236
|
+
output: 15,
|
|
237
|
+
cacheRead: 0.3,
|
|
238
|
+
cacheWrite: 3.75,
|
|
239
|
+
},
|
|
240
|
+
contextWindow: 200000,
|
|
241
|
+
maxTokens: 64000,
|
|
242
|
+
},
|
|
345
243
|
"au.anthropic.claude-sonnet-4-6": {
|
|
346
244
|
id: "au.anthropic.claude-sonnet-4-6",
|
|
347
245
|
name: "AU Anthropic Claude Sonnet 4.6",
|
|
@@ -478,23 +376,6 @@ export const MODELS = {
|
|
|
478
376
|
contextWindow: 1000000,
|
|
479
377
|
maxTokens: 128000,
|
|
480
378
|
},
|
|
481
|
-
"eu.anthropic.claude-sonnet-4-20250514-v1:0": {
|
|
482
|
-
id: "eu.anthropic.claude-sonnet-4-20250514-v1:0",
|
|
483
|
-
name: "Claude Sonnet 4 (EU)",
|
|
484
|
-
api: "bedrock-converse-stream",
|
|
485
|
-
provider: "amazon-bedrock",
|
|
486
|
-
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
487
|
-
reasoning: true,
|
|
488
|
-
input: ["text", "image"],
|
|
489
|
-
cost: {
|
|
490
|
-
input: 3,
|
|
491
|
-
output: 15,
|
|
492
|
-
cacheRead: 0.3,
|
|
493
|
-
cacheWrite: 3.75,
|
|
494
|
-
},
|
|
495
|
-
contextWindow: 200000,
|
|
496
|
-
maxTokens: 64000,
|
|
497
|
-
},
|
|
498
379
|
"eu.anthropic.claude-sonnet-4-5-20250929-v1:0": {
|
|
499
380
|
id: "eu.anthropic.claude-sonnet-4-5-20250929-v1:0",
|
|
500
381
|
name: "Claude Sonnet 4.5 (EU)",
|
|
@@ -597,23 +478,6 @@ export const MODELS = {
|
|
|
597
478
|
contextWindow: 1000000,
|
|
598
479
|
maxTokens: 128000,
|
|
599
480
|
},
|
|
600
|
-
"global.anthropic.claude-sonnet-4-20250514-v1:0": {
|
|
601
|
-
id: "global.anthropic.claude-sonnet-4-20250514-v1:0",
|
|
602
|
-
name: "Claude Sonnet 4 (Global)",
|
|
603
|
-
api: "bedrock-converse-stream",
|
|
604
|
-
provider: "amazon-bedrock",
|
|
605
|
-
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
606
|
-
reasoning: true,
|
|
607
|
-
input: ["text", "image"],
|
|
608
|
-
cost: {
|
|
609
|
-
input: 3,
|
|
610
|
-
output: 15,
|
|
611
|
-
cacheRead: 0.3,
|
|
612
|
-
cacheWrite: 3.75,
|
|
613
|
-
},
|
|
614
|
-
contextWindow: 200000,
|
|
615
|
-
maxTokens: 64000,
|
|
616
|
-
},
|
|
617
481
|
"global.anthropic.claude-sonnet-4-5-20250929-v1:0": {
|
|
618
482
|
id: "global.anthropic.claude-sonnet-4-5-20250929-v1:0",
|
|
619
483
|
name: "Claude Sonnet 4.5 (Global)",
|
|
@@ -682,119 +546,85 @@ export const MODELS = {
|
|
|
682
546
|
contextWindow: 128000,
|
|
683
547
|
maxTokens: 4096,
|
|
684
548
|
},
|
|
685
|
-
"
|
|
686
|
-
id: "
|
|
687
|
-
name: "
|
|
688
|
-
api: "bedrock-converse-stream",
|
|
689
|
-
provider: "amazon-bedrock",
|
|
690
|
-
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
691
|
-
reasoning: false,
|
|
692
|
-
input: ["text"],
|
|
693
|
-
cost: {
|
|
694
|
-
input: 2.4,
|
|
695
|
-
output: 2.4,
|
|
696
|
-
cacheRead: 0,
|
|
697
|
-
cacheWrite: 0,
|
|
698
|
-
},
|
|
699
|
-
contextWindow: 128000,
|
|
700
|
-
maxTokens: 4096,
|
|
701
|
-
},
|
|
702
|
-
"meta.llama3-1-70b-instruct-v1:0": {
|
|
703
|
-
id: "meta.llama3-1-70b-instruct-v1:0",
|
|
704
|
-
name: "Llama 3.1 70B Instruct",
|
|
549
|
+
"jp.anthropic.claude-opus-4-7": {
|
|
550
|
+
id: "jp.anthropic.claude-opus-4-7",
|
|
551
|
+
name: "Claude Opus 4.7 (JP)",
|
|
705
552
|
api: "bedrock-converse-stream",
|
|
706
553
|
provider: "amazon-bedrock",
|
|
707
554
|
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
708
|
-
reasoning:
|
|
709
|
-
input: ["text"],
|
|
555
|
+
reasoning: true,
|
|
556
|
+
input: ["text", "image"],
|
|
710
557
|
cost: {
|
|
711
|
-
input:
|
|
712
|
-
output:
|
|
713
|
-
cacheRead: 0,
|
|
714
|
-
cacheWrite:
|
|
558
|
+
input: 5,
|
|
559
|
+
output: 25,
|
|
560
|
+
cacheRead: 0.5,
|
|
561
|
+
cacheWrite: 6.25,
|
|
715
562
|
},
|
|
716
|
-
contextWindow:
|
|
717
|
-
maxTokens:
|
|
563
|
+
contextWindow: 1000000,
|
|
564
|
+
maxTokens: 128000,
|
|
718
565
|
},
|
|
719
|
-
"
|
|
720
|
-
id: "
|
|
721
|
-
name: "
|
|
566
|
+
"jp.anthropic.claude-sonnet-4-5-20250929-v1:0": {
|
|
567
|
+
id: "jp.anthropic.claude-sonnet-4-5-20250929-v1:0",
|
|
568
|
+
name: "Claude Sonnet 4.5 (JP)",
|
|
722
569
|
api: "bedrock-converse-stream",
|
|
723
570
|
provider: "amazon-bedrock",
|
|
724
571
|
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
725
|
-
reasoning:
|
|
726
|
-
input: ["text"],
|
|
572
|
+
reasoning: true,
|
|
573
|
+
input: ["text", "image"],
|
|
727
574
|
cost: {
|
|
728
|
-
input:
|
|
729
|
-
output:
|
|
730
|
-
cacheRead: 0,
|
|
731
|
-
cacheWrite:
|
|
575
|
+
input: 3,
|
|
576
|
+
output: 15,
|
|
577
|
+
cacheRead: 0.3,
|
|
578
|
+
cacheWrite: 3.75,
|
|
732
579
|
},
|
|
733
|
-
contextWindow:
|
|
734
|
-
maxTokens:
|
|
580
|
+
contextWindow: 200000,
|
|
581
|
+
maxTokens: 64000,
|
|
735
582
|
},
|
|
736
|
-
"
|
|
737
|
-
id: "
|
|
738
|
-
name: "
|
|
583
|
+
"jp.anthropic.claude-sonnet-4-6": {
|
|
584
|
+
id: "jp.anthropic.claude-sonnet-4-6",
|
|
585
|
+
name: "Claude Sonnet 4.6 (JP)",
|
|
739
586
|
api: "bedrock-converse-stream",
|
|
740
587
|
provider: "amazon-bedrock",
|
|
741
588
|
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
742
|
-
reasoning:
|
|
589
|
+
reasoning: true,
|
|
743
590
|
input: ["text", "image"],
|
|
744
591
|
cost: {
|
|
745
|
-
input:
|
|
746
|
-
output:
|
|
747
|
-
cacheRead: 0,
|
|
748
|
-
cacheWrite:
|
|
592
|
+
input: 3,
|
|
593
|
+
output: 15,
|
|
594
|
+
cacheRead: 0.3,
|
|
595
|
+
cacheWrite: 3.75,
|
|
749
596
|
},
|
|
750
|
-
contextWindow:
|
|
751
|
-
maxTokens:
|
|
597
|
+
contextWindow: 1000000,
|
|
598
|
+
maxTokens: 64000,
|
|
752
599
|
},
|
|
753
|
-
"meta.llama3-
|
|
754
|
-
id: "meta.llama3-
|
|
755
|
-
name: "Llama 3.
|
|
600
|
+
"meta.llama3-1-70b-instruct-v1:0": {
|
|
601
|
+
id: "meta.llama3-1-70b-instruct-v1:0",
|
|
602
|
+
name: "Llama 3.1 70B Instruct",
|
|
756
603
|
api: "bedrock-converse-stream",
|
|
757
604
|
provider: "amazon-bedrock",
|
|
758
605
|
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
759
606
|
reasoning: false,
|
|
760
607
|
input: ["text"],
|
|
761
608
|
cost: {
|
|
762
|
-
input: 0.
|
|
763
|
-
output: 0.
|
|
609
|
+
input: 0.72,
|
|
610
|
+
output: 0.72,
|
|
764
611
|
cacheRead: 0,
|
|
765
612
|
cacheWrite: 0,
|
|
766
613
|
},
|
|
767
|
-
contextWindow:
|
|
614
|
+
contextWindow: 128000,
|
|
768
615
|
maxTokens: 4096,
|
|
769
616
|
},
|
|
770
|
-
"meta.llama3-
|
|
771
|
-
id: "meta.llama3-
|
|
772
|
-
name: "Llama 3.
|
|
617
|
+
"meta.llama3-1-8b-instruct-v1:0": {
|
|
618
|
+
id: "meta.llama3-1-8b-instruct-v1:0",
|
|
619
|
+
name: "Llama 3.1 8B Instruct",
|
|
773
620
|
api: "bedrock-converse-stream",
|
|
774
621
|
provider: "amazon-bedrock",
|
|
775
622
|
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
776
623
|
reasoning: false,
|
|
777
624
|
input: ["text"],
|
|
778
625
|
cost: {
|
|
779
|
-
input: 0.
|
|
780
|
-
output: 0.
|
|
781
|
-
cacheRead: 0,
|
|
782
|
-
cacheWrite: 0,
|
|
783
|
-
},
|
|
784
|
-
contextWindow: 131000,
|
|
785
|
-
maxTokens: 4096,
|
|
786
|
-
},
|
|
787
|
-
"meta.llama3-2-90b-instruct-v1:0": {
|
|
788
|
-
id: "meta.llama3-2-90b-instruct-v1:0",
|
|
789
|
-
name: "Llama 3.2 90B Instruct",
|
|
790
|
-
api: "bedrock-converse-stream",
|
|
791
|
-
provider: "amazon-bedrock",
|
|
792
|
-
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
793
|
-
reasoning: false,
|
|
794
|
-
input: ["text", "image"],
|
|
795
|
-
cost: {
|
|
796
|
-
input: 0.72,
|
|
797
|
-
output: 0.72,
|
|
626
|
+
input: 0.22,
|
|
627
|
+
output: 0.22,
|
|
798
628
|
cacheRead: 0,
|
|
799
629
|
cacheWrite: 0,
|
|
800
630
|
},
|
|
@@ -1379,23 +1209,6 @@ export const MODELS = {
|
|
|
1379
1209
|
contextWindow: 200000,
|
|
1380
1210
|
maxTokens: 32000,
|
|
1381
1211
|
},
|
|
1382
|
-
"us.anthropic.claude-opus-4-20250514-v1:0": {
|
|
1383
|
-
id: "us.anthropic.claude-opus-4-20250514-v1:0",
|
|
1384
|
-
name: "Claude Opus 4 (US)",
|
|
1385
|
-
api: "bedrock-converse-stream",
|
|
1386
|
-
provider: "amazon-bedrock",
|
|
1387
|
-
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
1388
|
-
reasoning: true,
|
|
1389
|
-
input: ["text", "image"],
|
|
1390
|
-
cost: {
|
|
1391
|
-
input: 15,
|
|
1392
|
-
output: 75,
|
|
1393
|
-
cacheRead: 1.5,
|
|
1394
|
-
cacheWrite: 18.75,
|
|
1395
|
-
},
|
|
1396
|
-
contextWindow: 200000,
|
|
1397
|
-
maxTokens: 32000,
|
|
1398
|
-
},
|
|
1399
1212
|
"us.anthropic.claude-opus-4-5-20251101-v1:0": {
|
|
1400
1213
|
id: "us.anthropic.claude-opus-4-5-20251101-v1:0",
|
|
1401
1214
|
name: "Claude Opus 4.5 (US)",
|
|
@@ -1447,9 +1260,9 @@ export const MODELS = {
|
|
|
1447
1260
|
contextWindow: 1000000,
|
|
1448
1261
|
maxTokens: 128000,
|
|
1449
1262
|
},
|
|
1450
|
-
"us.anthropic.claude-sonnet-4-
|
|
1451
|
-
id: "us.anthropic.claude-sonnet-4-
|
|
1452
|
-
name: "Claude Sonnet 4 (US)",
|
|
1263
|
+
"us.anthropic.claude-sonnet-4-5-20250929-v1:0": {
|
|
1264
|
+
id: "us.anthropic.claude-sonnet-4-5-20250929-v1:0",
|
|
1265
|
+
name: "Claude Sonnet 4.5 (US)",
|
|
1453
1266
|
api: "bedrock-converse-stream",
|
|
1454
1267
|
provider: "amazon-bedrock",
|
|
1455
1268
|
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
@@ -1464,9 +1277,9 @@ export const MODELS = {
|
|
|
1464
1277
|
contextWindow: 200000,
|
|
1465
1278
|
maxTokens: 64000,
|
|
1466
1279
|
},
|
|
1467
|
-
"us.anthropic.claude-sonnet-4-
|
|
1468
|
-
id: "us.anthropic.claude-sonnet-4-
|
|
1469
|
-
name: "Claude Sonnet 4.
|
|
1280
|
+
"us.anthropic.claude-sonnet-4-6": {
|
|
1281
|
+
id: "us.anthropic.claude-sonnet-4-6",
|
|
1282
|
+
name: "Claude Sonnet 4.6 (US)",
|
|
1470
1283
|
api: "bedrock-converse-stream",
|
|
1471
1284
|
provider: "amazon-bedrock",
|
|
1472
1285
|
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
@@ -1478,25 +1291,59 @@ export const MODELS = {
|
|
|
1478
1291
|
cacheRead: 0.3,
|
|
1479
1292
|
cacheWrite: 3.75,
|
|
1480
1293
|
},
|
|
1481
|
-
contextWindow:
|
|
1294
|
+
contextWindow: 1000000,
|
|
1482
1295
|
maxTokens: 64000,
|
|
1483
1296
|
},
|
|
1484
|
-
"us.
|
|
1485
|
-
id: "us.
|
|
1486
|
-
name: "
|
|
1297
|
+
"us.deepseek.r1-v1:0": {
|
|
1298
|
+
id: "us.deepseek.r1-v1:0",
|
|
1299
|
+
name: "DeepSeek-R1 (US)",
|
|
1300
|
+
api: "bedrock-converse-stream",
|
|
1301
|
+
provider: "amazon-bedrock",
|
|
1302
|
+
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
1303
|
+
reasoning: true,
|
|
1304
|
+
input: ["text"],
|
|
1305
|
+
cost: {
|
|
1306
|
+
input: 1.35,
|
|
1307
|
+
output: 5.4,
|
|
1308
|
+
cacheRead: 0,
|
|
1309
|
+
cacheWrite: 0,
|
|
1310
|
+
},
|
|
1311
|
+
contextWindow: 128000,
|
|
1312
|
+
maxTokens: 32768,
|
|
1313
|
+
},
|
|
1314
|
+
"us.meta.llama4-maverick-17b-instruct-v1:0": {
|
|
1315
|
+
id: "us.meta.llama4-maverick-17b-instruct-v1:0",
|
|
1316
|
+
name: "Llama 4 Maverick 17B Instruct (US)",
|
|
1317
|
+
api: "bedrock-converse-stream",
|
|
1318
|
+
provider: "amazon-bedrock",
|
|
1319
|
+
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
1320
|
+
reasoning: false,
|
|
1321
|
+
input: ["text", "image"],
|
|
1322
|
+
cost: {
|
|
1323
|
+
input: 0.24,
|
|
1324
|
+
output: 0.97,
|
|
1325
|
+
cacheRead: 0,
|
|
1326
|
+
cacheWrite: 0,
|
|
1327
|
+
},
|
|
1328
|
+
contextWindow: 1000000,
|
|
1329
|
+
maxTokens: 16384,
|
|
1330
|
+
},
|
|
1331
|
+
"us.meta.llama4-scout-17b-instruct-v1:0": {
|
|
1332
|
+
id: "us.meta.llama4-scout-17b-instruct-v1:0",
|
|
1333
|
+
name: "Llama 4 Scout 17B Instruct (US)",
|
|
1487
1334
|
api: "bedrock-converse-stream",
|
|
1488
1335
|
provider: "amazon-bedrock",
|
|
1489
1336
|
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
1490
|
-
reasoning:
|
|
1337
|
+
reasoning: false,
|
|
1491
1338
|
input: ["text", "image"],
|
|
1492
1339
|
cost: {
|
|
1493
|
-
input:
|
|
1494
|
-
output:
|
|
1495
|
-
cacheRead: 0
|
|
1496
|
-
cacheWrite:
|
|
1340
|
+
input: 0.17,
|
|
1341
|
+
output: 0.66,
|
|
1342
|
+
cacheRead: 0,
|
|
1343
|
+
cacheWrite: 0,
|
|
1497
1344
|
},
|
|
1498
|
-
contextWindow:
|
|
1499
|
-
maxTokens:
|
|
1345
|
+
contextWindow: 3500000,
|
|
1346
|
+
maxTokens: 16384,
|
|
1500
1347
|
},
|
|
1501
1348
|
"writer.palmyra-x4-v1:0": {
|
|
1502
1349
|
id: "writer.palmyra-x4-v1:0",
|
|
@@ -2819,24 +2666,6 @@ export const MODELS = {
|
|
|
2819
2666
|
contextWindow: 144000,
|
|
2820
2667
|
maxTokens: 64000,
|
|
2821
2668
|
},
|
|
2822
|
-
"claude-sonnet-4": {
|
|
2823
|
-
id: "claude-sonnet-4",
|
|
2824
|
-
name: "Claude Sonnet 4",
|
|
2825
|
-
api: "anthropic-messages",
|
|
2826
|
-
provider: "github-copilot",
|
|
2827
|
-
baseUrl: "https://api.individual.githubcopilot.com",
|
|
2828
|
-
headers: { "User-Agent": "GitHubCopilotChat/0.35.0", "Editor-Version": "vscode/1.107.0", "Editor-Plugin-Version": "copilot-chat/0.35.0", "Copilot-Integration-Id": "vscode-chat" },
|
|
2829
|
-
reasoning: true,
|
|
2830
|
-
input: ["text", "image"],
|
|
2831
|
-
cost: {
|
|
2832
|
-
input: 0,
|
|
2833
|
-
output: 0,
|
|
2834
|
-
cacheRead: 0,
|
|
2835
|
-
cacheWrite: 0,
|
|
2836
|
-
},
|
|
2837
|
-
contextWindow: 216000,
|
|
2838
|
-
maxTokens: 16000,
|
|
2839
|
-
},
|
|
2840
2669
|
"claude-sonnet-4.5": {
|
|
2841
2670
|
id: "claude-sonnet-4.5",
|
|
2842
2671
|
name: "Claude Sonnet 4.5",
|
|
@@ -2911,25 +2740,6 @@ export const MODELS = {
|
|
|
2911
2740
|
contextWindow: 128000,
|
|
2912
2741
|
maxTokens: 64000,
|
|
2913
2742
|
},
|
|
2914
|
-
"gemini-3-pro-preview": {
|
|
2915
|
-
id: "gemini-3-pro-preview",
|
|
2916
|
-
name: "Gemini 3 Pro Preview",
|
|
2917
|
-
api: "openai-completions",
|
|
2918
|
-
provider: "github-copilot",
|
|
2919
|
-
baseUrl: "https://api.individual.githubcopilot.com",
|
|
2920
|
-
headers: { "User-Agent": "GitHubCopilotChat/0.35.0", "Editor-Version": "vscode/1.107.0", "Editor-Plugin-Version": "copilot-chat/0.35.0", "Copilot-Integration-Id": "vscode-chat" },
|
|
2921
|
-
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false },
|
|
2922
|
-
reasoning: true,
|
|
2923
|
-
input: ["text", "image"],
|
|
2924
|
-
cost: {
|
|
2925
|
-
input: 0,
|
|
2926
|
-
output: 0,
|
|
2927
|
-
cacheRead: 0,
|
|
2928
|
-
cacheWrite: 0,
|
|
2929
|
-
},
|
|
2930
|
-
contextWindow: 128000,
|
|
2931
|
-
maxTokens: 64000,
|
|
2932
|
-
},
|
|
2933
2743
|
"gemini-3.1-pro-preview": {
|
|
2934
2744
|
id: "gemini-3.1-pro-preview",
|
|
2935
2745
|
name: "Gemini 3.1 Pro Preview",
|
|
@@ -2987,24 +2797,6 @@ export const MODELS = {
|
|
|
2987
2797
|
contextWindow: 128000,
|
|
2988
2798
|
maxTokens: 4096,
|
|
2989
2799
|
},
|
|
2990
|
-
"gpt-5": {
|
|
2991
|
-
id: "gpt-5",
|
|
2992
|
-
name: "GPT-5",
|
|
2993
|
-
api: "openai-responses",
|
|
2994
|
-
provider: "github-copilot",
|
|
2995
|
-
baseUrl: "https://api.individual.githubcopilot.com",
|
|
2996
|
-
headers: { "User-Agent": "GitHubCopilotChat/0.35.0", "Editor-Version": "vscode/1.107.0", "Editor-Plugin-Version": "copilot-chat/0.35.0", "Copilot-Integration-Id": "vscode-chat" },
|
|
2997
|
-
reasoning: true,
|
|
2998
|
-
input: ["text", "image"],
|
|
2999
|
-
cost: {
|
|
3000
|
-
input: 0,
|
|
3001
|
-
output: 0,
|
|
3002
|
-
cacheRead: 0,
|
|
3003
|
-
cacheWrite: 0,
|
|
3004
|
-
},
|
|
3005
|
-
contextWindow: 128000,
|
|
3006
|
-
maxTokens: 128000,
|
|
3007
|
-
},
|
|
3008
2800
|
"gpt-5-mini": {
|
|
3009
2801
|
id: "gpt-5-mini",
|
|
3010
2802
|
name: "GPT-5-mini",
|
|
@@ -3023,78 +2815,6 @@ export const MODELS = {
|
|
|
3023
2815
|
contextWindow: 264000,
|
|
3024
2816
|
maxTokens: 64000,
|
|
3025
2817
|
},
|
|
3026
|
-
"gpt-5.1": {
|
|
3027
|
-
id: "gpt-5.1",
|
|
3028
|
-
name: "GPT-5.1",
|
|
3029
|
-
api: "openai-responses",
|
|
3030
|
-
provider: "github-copilot",
|
|
3031
|
-
baseUrl: "https://api.individual.githubcopilot.com",
|
|
3032
|
-
headers: { "User-Agent": "GitHubCopilotChat/0.35.0", "Editor-Version": "vscode/1.107.0", "Editor-Plugin-Version": "copilot-chat/0.35.0", "Copilot-Integration-Id": "vscode-chat" },
|
|
3033
|
-
reasoning: true,
|
|
3034
|
-
input: ["text", "image"],
|
|
3035
|
-
cost: {
|
|
3036
|
-
input: 0,
|
|
3037
|
-
output: 0,
|
|
3038
|
-
cacheRead: 0,
|
|
3039
|
-
cacheWrite: 0,
|
|
3040
|
-
},
|
|
3041
|
-
contextWindow: 264000,
|
|
3042
|
-
maxTokens: 64000,
|
|
3043
|
-
},
|
|
3044
|
-
"gpt-5.1-codex": {
|
|
3045
|
-
id: "gpt-5.1-codex",
|
|
3046
|
-
name: "GPT-5.1-Codex",
|
|
3047
|
-
api: "openai-responses",
|
|
3048
|
-
provider: "github-copilot",
|
|
3049
|
-
baseUrl: "https://api.individual.githubcopilot.com",
|
|
3050
|
-
headers: { "User-Agent": "GitHubCopilotChat/0.35.0", "Editor-Version": "vscode/1.107.0", "Editor-Plugin-Version": "copilot-chat/0.35.0", "Copilot-Integration-Id": "vscode-chat" },
|
|
3051
|
-
reasoning: true,
|
|
3052
|
-
input: ["text", "image"],
|
|
3053
|
-
cost: {
|
|
3054
|
-
input: 0,
|
|
3055
|
-
output: 0,
|
|
3056
|
-
cacheRead: 0,
|
|
3057
|
-
cacheWrite: 0,
|
|
3058
|
-
},
|
|
3059
|
-
contextWindow: 400000,
|
|
3060
|
-
maxTokens: 128000,
|
|
3061
|
-
},
|
|
3062
|
-
"gpt-5.1-codex-max": {
|
|
3063
|
-
id: "gpt-5.1-codex-max",
|
|
3064
|
-
name: "GPT-5.1-Codex-max",
|
|
3065
|
-
api: "openai-responses",
|
|
3066
|
-
provider: "github-copilot",
|
|
3067
|
-
baseUrl: "https://api.individual.githubcopilot.com",
|
|
3068
|
-
headers: { "User-Agent": "GitHubCopilotChat/0.35.0", "Editor-Version": "vscode/1.107.0", "Editor-Plugin-Version": "copilot-chat/0.35.0", "Copilot-Integration-Id": "vscode-chat" },
|
|
3069
|
-
reasoning: true,
|
|
3070
|
-
input: ["text", "image"],
|
|
3071
|
-
cost: {
|
|
3072
|
-
input: 0,
|
|
3073
|
-
output: 0,
|
|
3074
|
-
cacheRead: 0,
|
|
3075
|
-
cacheWrite: 0,
|
|
3076
|
-
},
|
|
3077
|
-
contextWindow: 400000,
|
|
3078
|
-
maxTokens: 128000,
|
|
3079
|
-
},
|
|
3080
|
-
"gpt-5.1-codex-mini": {
|
|
3081
|
-
id: "gpt-5.1-codex-mini",
|
|
3082
|
-
name: "GPT-5.1-Codex-mini",
|
|
3083
|
-
api: "openai-responses",
|
|
3084
|
-
provider: "github-copilot",
|
|
3085
|
-
baseUrl: "https://api.individual.githubcopilot.com",
|
|
3086
|
-
headers: { "User-Agent": "GitHubCopilotChat/0.35.0", "Editor-Version": "vscode/1.107.0", "Editor-Plugin-Version": "copilot-chat/0.35.0", "Copilot-Integration-Id": "vscode-chat" },
|
|
3087
|
-
reasoning: true,
|
|
3088
|
-
input: ["text", "image"],
|
|
3089
|
-
cost: {
|
|
3090
|
-
input: 0,
|
|
3091
|
-
output: 0,
|
|
3092
|
-
cacheRead: 0,
|
|
3093
|
-
cacheWrite: 0,
|
|
3094
|
-
},
|
|
3095
|
-
contextWindow: 400000,
|
|
3096
|
-
maxTokens: 128000,
|
|
3097
|
-
},
|
|
3098
2818
|
"gpt-5.2": {
|
|
3099
2819
|
id: "gpt-5.2",
|
|
3100
2820
|
name: "GPT-5.2",
|
|
@@ -6486,6 +6206,23 @@ export const MODELS = {
|
|
|
6486
6206
|
contextWindow: 1000000,
|
|
6487
6207
|
maxTokens: 64000,
|
|
6488
6208
|
},
|
|
6209
|
+
"deepseek-v4-flash-free": {
|
|
6210
|
+
id: "deepseek-v4-flash-free",
|
|
6211
|
+
name: "DeepSeek V4 Flash Free",
|
|
6212
|
+
api: "openai-completions",
|
|
6213
|
+
provider: "opencode",
|
|
6214
|
+
baseUrl: "https://opencode.ai/zen/v1",
|
|
6215
|
+
reasoning: true,
|
|
6216
|
+
input: ["text"],
|
|
6217
|
+
cost: {
|
|
6218
|
+
input: 0,
|
|
6219
|
+
output: 0,
|
|
6220
|
+
cacheRead: 0,
|
|
6221
|
+
cacheWrite: 0,
|
|
6222
|
+
},
|
|
6223
|
+
contextWindow: 1000000,
|
|
6224
|
+
maxTokens: 384000,
|
|
6225
|
+
},
|
|
6489
6226
|
"gemini-3-flash": {
|
|
6490
6227
|
id: "gemini-3-flash",
|
|
6491
6228
|
name: "Gemini 3 Flash",
|
|
@@ -6962,6 +6699,23 @@ export const MODELS = {
|
|
|
6962
6699
|
contextWindow: 262144,
|
|
6963
6700
|
maxTokens: 65536,
|
|
6964
6701
|
},
|
|
6702
|
+
"ring-2.6-1t-free": {
|
|
6703
|
+
id: "ring-2.6-1t-free",
|
|
6704
|
+
name: "Ring 2.6 1T Free",
|
|
6705
|
+
api: "openai-completions",
|
|
6706
|
+
provider: "opencode",
|
|
6707
|
+
baseUrl: "https://opencode.ai/zen/v1",
|
|
6708
|
+
reasoning: true,
|
|
6709
|
+
input: ["text"],
|
|
6710
|
+
cost: {
|
|
6711
|
+
input: 0,
|
|
6712
|
+
output: 0,
|
|
6713
|
+
cacheRead: 0,
|
|
6714
|
+
cacheWrite: 0,
|
|
6715
|
+
},
|
|
6716
|
+
contextWindow: 262000,
|
|
6717
|
+
maxTokens: 66000,
|
|
6718
|
+
},
|
|
6965
6719
|
},
|
|
6966
6720
|
"opencode-go": {
|
|
6967
6721
|
"deepseek-v4-flash": {
|
|
@@ -7323,40 +7077,6 @@ export const MODELS = {
|
|
|
7323
7077
|
contextWindow: 200000,
|
|
7324
7078
|
maxTokens: 8192,
|
|
7325
7079
|
},
|
|
7326
|
-
"anthropic/claude-3.7-sonnet": {
|
|
7327
|
-
id: "anthropic/claude-3.7-sonnet",
|
|
7328
|
-
name: "Anthropic: Claude 3.7 Sonnet",
|
|
7329
|
-
api: "openai-completions",
|
|
7330
|
-
provider: "openrouter",
|
|
7331
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
7332
|
-
reasoning: true,
|
|
7333
|
-
input: ["text", "image"],
|
|
7334
|
-
cost: {
|
|
7335
|
-
input: 3,
|
|
7336
|
-
output: 15,
|
|
7337
|
-
cacheRead: 0.3,
|
|
7338
|
-
cacheWrite: 3.75,
|
|
7339
|
-
},
|
|
7340
|
-
contextWindow: 200000,
|
|
7341
|
-
maxTokens: 64000,
|
|
7342
|
-
},
|
|
7343
|
-
"anthropic/claude-3.7-sonnet:thinking": {
|
|
7344
|
-
id: "anthropic/claude-3.7-sonnet:thinking",
|
|
7345
|
-
name: "Anthropic: Claude 3.7 Sonnet (thinking)",
|
|
7346
|
-
api: "openai-completions",
|
|
7347
|
-
provider: "openrouter",
|
|
7348
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
7349
|
-
reasoning: true,
|
|
7350
|
-
input: ["text", "image"],
|
|
7351
|
-
cost: {
|
|
7352
|
-
input: 3,
|
|
7353
|
-
output: 15,
|
|
7354
|
-
cacheRead: 0.3,
|
|
7355
|
-
cacheWrite: 3.75,
|
|
7356
|
-
},
|
|
7357
|
-
contextWindow: 200000,
|
|
7358
|
-
maxTokens: 64000,
|
|
7359
|
-
},
|
|
7360
7080
|
"anthropic/claude-haiku-4.5": {
|
|
7361
7081
|
id: "anthropic/claude-haiku-4.5",
|
|
7362
7082
|
name: "Anthropic: Claude Haiku 4.5",
|
|
@@ -7561,6 +7281,23 @@ export const MODELS = {
|
|
|
7561
7281
|
contextWindow: 262144,
|
|
7562
7282
|
maxTokens: 262144,
|
|
7563
7283
|
},
|
|
7284
|
+
"arcee-ai/trinity-large-thinking:free": {
|
|
7285
|
+
id: "arcee-ai/trinity-large-thinking:free",
|
|
7286
|
+
name: "Arcee AI: Trinity Large Thinking (free)",
|
|
7287
|
+
api: "openai-completions",
|
|
7288
|
+
provider: "openrouter",
|
|
7289
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
7290
|
+
reasoning: true,
|
|
7291
|
+
input: ["text"],
|
|
7292
|
+
cost: {
|
|
7293
|
+
input: 0,
|
|
7294
|
+
output: 0,
|
|
7295
|
+
cacheRead: 0,
|
|
7296
|
+
cacheWrite: 0,
|
|
7297
|
+
},
|
|
7298
|
+
contextWindow: 262144,
|
|
7299
|
+
maxTokens: 80000,
|
|
7300
|
+
},
|
|
7564
7301
|
"arcee-ai/trinity-mini": {
|
|
7565
7302
|
id: "arcee-ai/trinity-mini",
|
|
7566
7303
|
name: "Arcee AI: Trinity Mini",
|
|
@@ -7808,13 +7545,13 @@ export const MODELS = {
|
|
|
7808
7545
|
reasoning: true,
|
|
7809
7546
|
input: ["text"],
|
|
7810
7547
|
cost: {
|
|
7811
|
-
input: 0.
|
|
7812
|
-
output: 0.
|
|
7813
|
-
cacheRead: 0,
|
|
7548
|
+
input: 0.21,
|
|
7549
|
+
output: 0.7899999999999999,
|
|
7550
|
+
cacheRead: 0.13,
|
|
7814
7551
|
cacheWrite: 0,
|
|
7815
7552
|
},
|
|
7816
|
-
contextWindow:
|
|
7817
|
-
maxTokens:
|
|
7553
|
+
contextWindow: 163840,
|
|
7554
|
+
maxTokens: 32768,
|
|
7818
7555
|
},
|
|
7819
7556
|
"deepseek/deepseek-r1": {
|
|
7820
7557
|
id: "deepseek/deepseek-r1",
|
|
@@ -7966,7 +7703,7 @@ export const MODELS = {
|
|
|
7966
7703
|
cacheRead: 0.024999999999999998,
|
|
7967
7704
|
cacheWrite: 0.08333333333333334,
|
|
7968
7705
|
},
|
|
7969
|
-
contextWindow:
|
|
7706
|
+
contextWindow: 1048576,
|
|
7970
7707
|
maxTokens: 8192,
|
|
7971
7708
|
},
|
|
7972
7709
|
"google/gemini-2.0-flash-lite-001": {
|
|
@@ -8250,8 +7987,8 @@ export const MODELS = {
|
|
|
8250
7987
|
reasoning: true,
|
|
8251
7988
|
input: ["text", "image"],
|
|
8252
7989
|
cost: {
|
|
8253
|
-
input: 0.
|
|
8254
|
-
output: 0.
|
|
7990
|
+
input: 0.12,
|
|
7991
|
+
output: 0.37,
|
|
8255
7992
|
cacheRead: 0,
|
|
8256
7993
|
cacheWrite: 0,
|
|
8257
7994
|
},
|
|
@@ -8556,13 +8293,13 @@ export const MODELS = {
|
|
|
8556
8293
|
reasoning: true,
|
|
8557
8294
|
input: ["text"],
|
|
8558
8295
|
cost: {
|
|
8559
|
-
input: 0.
|
|
8296
|
+
input: 0.19999999999999998,
|
|
8560
8297
|
output: 1.2,
|
|
8561
8298
|
cacheRead: 0,
|
|
8562
8299
|
cacheWrite: 0,
|
|
8563
8300
|
},
|
|
8564
8301
|
contextWindow: 196608,
|
|
8565
|
-
maxTokens:
|
|
8302
|
+
maxTokens: 4096,
|
|
8566
8303
|
},
|
|
8567
8304
|
"mistralai/codestral-2508": {
|
|
8568
8305
|
id: "mistralai/codestral-2508",
|
|
@@ -8998,13 +8735,13 @@ export const MODELS = {
|
|
|
8998
8735
|
reasoning: true,
|
|
8999
8736
|
input: ["text", "image"],
|
|
9000
8737
|
cost: {
|
|
9001
|
-
input: 0.
|
|
8738
|
+
input: 0.74,
|
|
9002
8739
|
output: 3.5,
|
|
9003
|
-
cacheRead: 0.
|
|
8740
|
+
cacheRead: 0.25,
|
|
9004
8741
|
cacheWrite: 0,
|
|
9005
8742
|
},
|
|
9006
|
-
contextWindow:
|
|
9007
|
-
maxTokens:
|
|
8743
|
+
contextWindow: 32768,
|
|
8744
|
+
maxTokens: 32768,
|
|
9008
8745
|
},
|
|
9009
8746
|
"nex-agi/deepseek-v3.1-nex-n1": {
|
|
9010
8747
|
id: "nex-agi/deepseek-v3.1-nex-n1",
|
|
@@ -10904,7 +10641,7 @@ export const MODELS = {
|
|
|
10904
10641
|
cost: {
|
|
10905
10642
|
input: 0.39,
|
|
10906
10643
|
output: 2.34,
|
|
10907
|
-
cacheRead: 0
|
|
10644
|
+
cacheRead: 0,
|
|
10908
10645
|
cacheWrite: 0,
|
|
10909
10646
|
},
|
|
10910
10647
|
contextWindow: 262144,
|
|
@@ -11667,13 +11404,13 @@ export const MODELS = {
|
|
|
11667
11404
|
reasoning: true,
|
|
11668
11405
|
input: ["text"],
|
|
11669
11406
|
cost: {
|
|
11670
|
-
input:
|
|
11671
|
-
output: 3.
|
|
11672
|
-
cacheRead: 0.
|
|
11407
|
+
input: 0.98,
|
|
11408
|
+
output: 3.08,
|
|
11409
|
+
cacheRead: 0.182,
|
|
11673
11410
|
cacheWrite: 0,
|
|
11674
11411
|
},
|
|
11675
11412
|
contextWindow: 202752,
|
|
11676
|
-
maxTokens:
|
|
11413
|
+
maxTokens: 4096,
|
|
11677
11414
|
},
|
|
11678
11415
|
"z-ai/glm-5v-turbo": {
|
|
11679
11416
|
id: "z-ai/glm-5v-turbo",
|
|
@@ -11786,13 +11523,13 @@ export const MODELS = {
|
|
|
11786
11523
|
reasoning: true,
|
|
11787
11524
|
input: ["text", "image"],
|
|
11788
11525
|
cost: {
|
|
11789
|
-
input: 0.
|
|
11526
|
+
input: 0.74,
|
|
11790
11527
|
output: 3.5,
|
|
11791
|
-
cacheRead: 0.
|
|
11528
|
+
cacheRead: 0.25,
|
|
11792
11529
|
cacheWrite: 0,
|
|
11793
11530
|
},
|
|
11794
|
-
contextWindow:
|
|
11795
|
-
maxTokens:
|
|
11531
|
+
contextWindow: 32768,
|
|
11532
|
+
maxTokens: 32768,
|
|
11796
11533
|
},
|
|
11797
11534
|
"~openai/gpt-latest": {
|
|
11798
11535
|
id: "~openai/gpt-latest",
|
|
@@ -12170,23 +11907,6 @@ export const MODELS = {
|
|
|
12170
11907
|
contextWindow: 200000,
|
|
12171
11908
|
maxTokens: 8192,
|
|
12172
11909
|
},
|
|
12173
|
-
"anthropic/claude-3.7-sonnet": {
|
|
12174
|
-
id: "anthropic/claude-3.7-sonnet",
|
|
12175
|
-
name: "Claude 3.7 Sonnet",
|
|
12176
|
-
api: "anthropic-messages",
|
|
12177
|
-
provider: "vercel-ai-gateway",
|
|
12178
|
-
baseUrl: "https://ai-gateway.vercel.sh",
|
|
12179
|
-
reasoning: true,
|
|
12180
|
-
input: ["text", "image"],
|
|
12181
|
-
cost: {
|
|
12182
|
-
input: 3,
|
|
12183
|
-
output: 15,
|
|
12184
|
-
cacheRead: 0.3,
|
|
12185
|
-
cacheWrite: 3.75,
|
|
12186
|
-
},
|
|
12187
|
-
contextWindow: 200000,
|
|
12188
|
-
maxTokens: 8192,
|
|
12189
|
-
},
|
|
12190
11910
|
"anthropic/claude-haiku-4.5": {
|
|
12191
11911
|
id: "anthropic/claude-haiku-4.5",
|
|
12192
11912
|
name: "Claude Haiku 4.5",
|