@aeye/models 0.1.0 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/src/models/aws.ts CHANGED
@@ -18,7 +18,7 @@ export const awsModels: ModelInfo[] = [{
18
18
  capabilities: new Set(['image']),
19
19
  pricing: {},
20
20
  metadata: {
21
- modelArn: "arn:aws:bedrock:us-east-1::foundation-model/stability.stable-fast-upscale-v1:0",
21
+ modelArn: "arn:aws:bedrock:us-east-2::foundation-model/stability.stable-fast-upscale-v1:0",
22
22
  providerName: "Stability AI",
23
23
  responseStreamingSupported: false,
24
24
  customizationsSupported: [],
@@ -37,12 +37,18 @@ export const awsModels: ModelInfo[] = [{
37
37
  id: 'anthropic.claude-sonnet-4-20250514-v1:0',
38
38
  provider: 'aws',
39
39
  name: 'Claude Sonnet 4',
40
- contextWindow: 0,
40
+ contextWindow: 200000,
41
+ maxOutputTokens: 16384,
41
42
  tier: 'efficient',
42
- capabilities: new Set(['chat', 'streaming', 'vision']),
43
- pricing: {},
43
+ capabilities: new Set(['chat', 'streaming', 'vision', 'tools']),
44
+ pricing: {
45
+ text: {
46
+ input: 3,
47
+ output: 15
48
+ }
49
+ },
44
50
  metadata: {
45
- modelArn: "arn:aws:bedrock:us-east-1::foundation-model/anthropic.claude-sonnet-4-20250514-v1:0",
51
+ modelArn: "arn:aws:bedrock:us-east-2::foundation-model/anthropic.claude-sonnet-4-20250514-v1:0",
46
52
  providerName: "Anthropic",
47
53
  responseStreamingSupported: true,
48
54
  customizationsSupported: [],
@@ -61,12 +67,18 @@ export const awsModels: ModelInfo[] = [{
61
67
  id: 'anthropic.claude-haiku-4-5-20251001-v1:0',
62
68
  provider: 'aws',
63
69
  name: 'Claude Haiku 4.5',
64
- contextWindow: 0,
70
+ contextWindow: 200000,
71
+ maxOutputTokens: 16384,
65
72
  tier: 'efficient',
66
- capabilities: new Set(['chat', 'streaming', 'vision']),
67
- pricing: {},
73
+ capabilities: new Set(['chat', 'streaming', 'vision', 'tools']),
74
+ pricing: {
75
+ text: {
76
+ input: 1,
77
+ output: 5
78
+ }
79
+ },
68
80
  metadata: {
69
- modelArn: "arn:aws:bedrock:us-east-1::foundation-model/anthropic.claude-haiku-4-5-20251001-v1:0",
81
+ modelArn: "arn:aws:bedrock:us-east-2::foundation-model/anthropic.claude-haiku-4-5-20251001-v1:0",
70
82
  providerName: "Anthropic",
71
83
  responseStreamingSupported: true,
72
84
  customizationsSupported: [],
@@ -90,31 +102,7 @@ export const awsModels: ModelInfo[] = [{
90
102
  capabilities: new Set(['image']),
91
103
  pricing: {},
92
104
  metadata: {
93
- modelArn: "arn:aws:bedrock:us-east-1::foundation-model/stability.stable-image-erase-object-v1:0",
94
- providerName: "Stability AI",
95
- responseStreamingSupported: false,
96
- customizationsSupported: [],
97
- inferenceTypesSupported: [
98
- "INFERENCE_PROFILE"
99
- ],
100
- inputModalities: [
101
- "TEXT",
102
- "IMAGE"
103
- ],
104
- outputModalities: [
105
- "IMAGE"
106
- ]
107
- }
108
- }, {
109
- id: 'stability.stable-image-control-structure-v1:0',
110
- provider: 'aws',
111
- name: 'Stable Image Control Structure',
112
- contextWindow: 0,
113
- tier: 'efficient',
114
- capabilities: new Set(['image']),
115
- pricing: {},
116
- metadata: {
117
- modelArn: "arn:aws:bedrock:us-east-1::foundation-model/stability.stable-image-control-structure-v1:0",
105
+ modelArn: "arn:aws:bedrock:us-east-2::foundation-model/stability.stable-image-erase-object-v1:0",
118
106
  providerName: "Stability AI",
119
107
  responseStreamingSupported: false,
120
108
  customizationsSupported: [],
@@ -130,16 +118,16 @@ export const awsModels: ModelInfo[] = [{
130
118
  ]
131
119
  }
132
120
  }, {
133
- id: 'openai.gpt-oss-120b-1:0',
121
+ id: 'qwen.qwen3-235b-a22b-2507-v1:0',
134
122
  provider: 'aws',
135
- name: 'gpt-oss-120b',
123
+ name: 'Qwen3 235B A22B 2507',
136
124
  contextWindow: 0,
137
125
  tier: 'efficient',
138
126
  capabilities: new Set([]),
139
127
  pricing: {},
140
128
  metadata: {
141
- modelArn: "arn:aws:bedrock:us-east-1::foundation-model/openai.gpt-oss-120b-1:0",
142
- providerName: "OpenAI",
129
+ modelArn: "arn:aws:bedrock:us-east-2::foundation-model/qwen.qwen3-235b-a22b-2507-v1:0",
130
+ providerName: "Qwen",
143
131
  responseStreamingSupported: true,
144
132
  customizationsSupported: [],
145
133
  inferenceTypesSupported: [
@@ -153,80 +141,79 @@ export const awsModels: ModelInfo[] = [{
153
141
  ]
154
142
  }
155
143
  }, {
156
- id: 'twelvelabs.marengo-embed-3-0-v1:0',
144
+ id: 'stability.stable-image-control-structure-v1:0',
157
145
  provider: 'aws',
158
- name: 'Marengo Embed 3.0',
146
+ name: 'Stable Image Control Structure',
159
147
  contextWindow: 0,
160
148
  tier: 'efficient',
161
- capabilities: new Set([]),
149
+ capabilities: new Set(['image']),
162
150
  pricing: {},
163
151
  metadata: {
164
- modelArn: "arn:aws:bedrock:us-east-1::foundation-model/twelvelabs.marengo-embed-3-0-v1:0",
165
- providerName: "TwelveLabs",
152
+ modelArn: "arn:aws:bedrock:us-east-2::foundation-model/stability.stable-image-control-structure-v1:0",
153
+ providerName: "Stability AI",
166
154
  responseStreamingSupported: false,
167
155
  customizationsSupported: [],
168
156
  inferenceTypesSupported: [
169
- "INFERENCE_PROFILE",
170
- "ON_DEMAND"
157
+ "INFERENCE_PROFILE"
171
158
  ],
172
159
  inputModalities: [
173
160
  "TEXT",
174
- "IMAGE",
175
- "SPEECH",
176
- "VIDEO"
161
+ "IMAGE"
177
162
  ],
178
163
  outputModalities: [
179
- "EMBEDDING"
164
+ "IMAGE"
180
165
  ]
181
166
  }
182
167
  }, {
183
- id: 'anthropic.claude-sonnet-4-5-20250929-v1:0',
168
+ id: 'openai.gpt-oss-120b-1:0',
184
169
  provider: 'aws',
185
- name: 'Claude Sonnet 4.5',
170
+ name: 'gpt-oss-120b',
186
171
  contextWindow: 0,
187
172
  tier: 'efficient',
188
- capabilities: new Set(['chat', 'streaming', 'vision']),
173
+ capabilities: new Set([]),
189
174
  pricing: {},
190
175
  metadata: {
191
- modelArn: "arn:aws:bedrock:us-east-1::foundation-model/anthropic.claude-sonnet-4-5-20250929-v1:0",
192
- providerName: "Anthropic",
176
+ modelArn: "arn:aws:bedrock:us-east-2::foundation-model/openai.gpt-oss-120b-1:0",
177
+ providerName: "OpenAI",
193
178
  responseStreamingSupported: true,
194
179
  customizationsSupported: [],
195
180
  inferenceTypesSupported: [
196
- "INFERENCE_PROFILE"
181
+ "ON_DEMAND"
197
182
  ],
198
183
  inputModalities: [
199
- "TEXT",
200
- "IMAGE"
184
+ "TEXT"
201
185
  ],
202
186
  outputModalities: [
203
187
  "TEXT"
204
188
  ]
205
189
  }
206
190
  }, {
207
- id: 'twelvelabs.marengo-embed-2-7-v1:0',
191
+ id: 'anthropic.claude-sonnet-4-5-20250929-v1:0',
208
192
  provider: 'aws',
209
- name: 'Marengo Embed v2.7',
193
+ name: 'Claude Sonnet 4.5',
210
194
  contextWindow: 0,
211
195
  tier: 'efficient',
212
- capabilities: new Set([]),
213
- pricing: {},
196
+ capabilities: new Set(['chat', 'streaming', 'vision', 'tools']),
197
+ pricing: {
198
+ text: {
199
+ input: 3,
200
+ output: 15
201
+ }
202
+ },
214
203
  metadata: {
215
- modelArn: "arn:aws:bedrock:us-east-1::foundation-model/twelvelabs.marengo-embed-2-7-v1:0",
216
- providerName: "TwelveLabs",
217
- responseStreamingSupported: false,
204
+ modelArn: "arn:aws:bedrock:us-east-2::foundation-model/anthropic.claude-sonnet-4-5-20250929-v1:0",
205
+ providerName: "Anthropic",
206
+ responseStreamingSupported: true,
218
207
  customizationsSupported: [],
219
208
  inferenceTypesSupported: [
220
209
  "INFERENCE_PROFILE"
221
210
  ],
222
211
  inputModalities: [
223
212
  "TEXT",
224
- "IMAGE",
225
- "SPEECH",
226
- "VIDEO"
213
+ "IMAGE"
227
214
  ],
228
215
  outputModalities: [
229
- "EMBEDDING"
216
+ "TEXT"
230
217
  ]
231
218
  }
232
219
  }, {
@@ -238,7 +225,7 @@ export const awsModels: ModelInfo[] = [{
238
225
  capabilities: new Set(['image']),
239
226
  pricing: {},
240
227
  metadata: {
241
- modelArn: "arn:aws:bedrock:us-east-1::foundation-model/stability.stable-creative-upscale-v1:0",
228
+ modelArn: "arn:aws:bedrock:us-east-2::foundation-model/stability.stable-creative-upscale-v1:0",
242
229
  providerName: "Stability AI",
243
230
  responseStreamingSupported: false,
244
231
  customizationsSupported: [],
@@ -253,32 +240,6 @@ export const awsModels: ModelInfo[] = [{
253
240
  "IMAGE"
254
241
  ]
255
242
  }
256
- }, {
257
- id: 'amazon.nova-2-multimodal-embeddings-v1:0',
258
- provider: 'aws',
259
- name: 'Amazon Nova Multimodal Embeddings',
260
- contextWindow: 0,
261
- tier: 'efficient',
262
- capabilities: new Set(['embedding']),
263
- pricing: {},
264
- metadata: {
265
- modelArn: "arn:aws:bedrock:us-east-1::foundation-model/amazon.nova-2-multimodal-embeddings-v1:0",
266
- providerName: "Amazon",
267
- responseStreamingSupported: false,
268
- customizationsSupported: [],
269
- inferenceTypesSupported: [
270
- "ON_DEMAND"
271
- ],
272
- inputModalities: [
273
- "TEXT",
274
- "IMAGE",
275
- "AUDIO",
276
- "VIDEO"
277
- ],
278
- outputModalities: [
279
- "EMBEDDING"
280
- ]
281
- }
282
243
  }, {
283
244
  id: 'stability.stable-outpaint-v1:0',
284
245
  provider: 'aws',
@@ -288,7 +249,7 @@ export const awsModels: ModelInfo[] = [{
288
249
  capabilities: new Set(['image']),
289
250
  pricing: {},
290
251
  metadata: {
291
- modelArn: "arn:aws:bedrock:us-east-1::foundation-model/stability.stable-outpaint-v1:0",
252
+ modelArn: "arn:aws:bedrock:us-east-2::foundation-model/stability.stable-outpaint-v1:0",
292
253
  providerName: "Stability AI",
293
254
  responseStreamingSupported: false,
294
255
  customizationsSupported: [],
@@ -312,7 +273,7 @@ export const awsModels: ModelInfo[] = [{
312
273
  capabilities: new Set(['image']),
313
274
  pricing: {},
314
275
  metadata: {
315
- modelArn: "arn:aws:bedrock:us-east-1::foundation-model/stability.stable-image-inpaint-v1:0",
276
+ modelArn: "arn:aws:bedrock:us-east-2::foundation-model/stability.stable-image-inpaint-v1:0",
316
277
  providerName: "Stability AI",
317
278
  responseStreamingSupported: false,
318
279
  customizationsSupported: [],
@@ -331,12 +292,18 @@ export const awsModels: ModelInfo[] = [{
331
292
  id: 'anthropic.claude-opus-4-1-20250805-v1:0',
332
293
  provider: 'aws',
333
294
  name: 'Claude Opus 4.1',
334
- contextWindow: 0,
295
+ contextWindow: 200000,
296
+ maxOutputTokens: 16384,
335
297
  tier: 'flagship',
336
- capabilities: new Set(['chat', 'streaming', 'vision']),
337
- pricing: {},
298
+ capabilities: new Set(['chat', 'streaming', 'vision', 'tools']),
299
+ pricing: {
300
+ text: {
301
+ input: 15,
302
+ output: 75
303
+ }
304
+ },
338
305
  metadata: {
339
- modelArn: "arn:aws:bedrock:us-east-1::foundation-model/anthropic.claude-opus-4-1-20250805-v1:0",
306
+ modelArn: "arn:aws:bedrock:us-east-2::foundation-model/anthropic.claude-opus-4-1-20250805-v1:0",
340
307
  providerName: "Anthropic",
341
308
  responseStreamingSupported: true,
342
309
  customizationsSupported: [],
@@ -360,12 +327,11 @@ export const awsModels: ModelInfo[] = [{
360
327
  capabilities: new Set(['vision']),
361
328
  pricing: {},
362
329
  metadata: {
363
- modelArn: "arn:aws:bedrock:us-east-1::foundation-model/amazon.nova-pro-v1:0",
330
+ modelArn: "arn:aws:bedrock:us-east-2::foundation-model/amazon.nova-pro-v1:0",
364
331
  providerName: "Amazon",
365
332
  responseStreamingSupported: true,
366
333
  customizationsSupported: [],
367
334
  inferenceTypesSupported: [
368
- "ON_DEMAND",
369
335
  "INFERENCE_PROFILE"
370
336
  ],
371
337
  inputModalities: [
@@ -386,7 +352,7 @@ export const awsModels: ModelInfo[] = [{
386
352
  capabilities: new Set(['image']),
387
353
  pricing: {},
388
354
  metadata: {
389
- modelArn: "arn:aws:bedrock:us-east-1::foundation-model/stability.stable-image-remove-background-v1:0",
355
+ modelArn: "arn:aws:bedrock:us-east-2::foundation-model/stability.stable-image-remove-background-v1:0",
390
356
  providerName: "Stability AI",
391
357
  responseStreamingSupported: false,
392
358
  customizationsSupported: [],
@@ -401,6 +367,29 @@ export const awsModels: ModelInfo[] = [{
401
367
  "IMAGE"
402
368
  ]
403
369
  }
370
+ }, {
371
+ id: 'qwen.qwen3-coder-480b-a35b-v1:0',
372
+ provider: 'aws',
373
+ name: 'Qwen3 Coder 480B A35B Instruct',
374
+ contextWindow: 0,
375
+ tier: 'efficient',
376
+ capabilities: new Set([]),
377
+ pricing: {},
378
+ metadata: {
379
+ modelArn: "arn:aws:bedrock:us-east-2::foundation-model/qwen.qwen3-coder-480b-a35b-v1:0",
380
+ providerName: "Qwen",
381
+ responseStreamingSupported: true,
382
+ customizationsSupported: [],
383
+ inferenceTypesSupported: [
384
+ "ON_DEMAND"
385
+ ],
386
+ inputModalities: [
387
+ "TEXT"
388
+ ],
389
+ outputModalities: [
390
+ "TEXT"
391
+ ]
392
+ }
404
393
  }, {
405
394
  id: 'stability.stable-image-style-guide-v1:0',
406
395
  provider: 'aws',
@@ -410,7 +399,7 @@ export const awsModels: ModelInfo[] = [{
410
399
  capabilities: new Set(['image']),
411
400
  pricing: {},
412
401
  metadata: {
413
- modelArn: "arn:aws:bedrock:us-east-1::foundation-model/stability.stable-image-style-guide-v1:0",
402
+ modelArn: "arn:aws:bedrock:us-east-2::foundation-model/stability.stable-image-style-guide-v1:0",
414
403
  providerName: "Stability AI",
415
404
  responseStreamingSupported: false,
416
405
  customizationsSupported: [],
@@ -434,7 +423,7 @@ export const awsModels: ModelInfo[] = [{
434
423
  capabilities: new Set(['image']),
435
424
  pricing: {},
436
425
  metadata: {
437
- modelArn: "arn:aws:bedrock:us-east-1::foundation-model/stability.stable-image-control-sketch-v1:0",
426
+ modelArn: "arn:aws:bedrock:us-east-2::foundation-model/stability.stable-image-control-sketch-v1:0",
438
427
  providerName: "Stability AI",
439
428
  responseStreamingSupported: false,
440
429
  customizationsSupported: [],
@@ -458,7 +447,7 @@ export const awsModels: ModelInfo[] = [{
458
447
  capabilities: new Set(['image']),
459
448
  pricing: {},
460
449
  metadata: {
461
- modelArn: "arn:aws:bedrock:us-east-1::foundation-model/stability.stable-conservative-upscale-v1:0",
450
+ modelArn: "arn:aws:bedrock:us-east-2::foundation-model/stability.stable-conservative-upscale-v1:0",
462
451
  providerName: "Stability AI",
463
452
  responseStreamingSupported: false,
464
453
  customizationsSupported: [],
@@ -482,7 +471,7 @@ export const awsModels: ModelInfo[] = [{
482
471
  capabilities: new Set(['image']),
483
472
  pricing: {},
484
473
  metadata: {
485
- modelArn: "arn:aws:bedrock:us-east-1::foundation-model/stability.stable-image-search-recolor-v1:0",
474
+ modelArn: "arn:aws:bedrock:us-east-2::foundation-model/stability.stable-image-search-recolor-v1:0",
486
475
  providerName: "Stability AI",
487
476
  responseStreamingSupported: false,
488
477
  customizationsSupported: [],
@@ -506,7 +495,7 @@ export const awsModels: ModelInfo[] = [{
506
495
  capabilities: new Set([]),
507
496
  pricing: {},
508
497
  metadata: {
509
- modelArn: "arn:aws:bedrock:us-east-1::foundation-model/twelvelabs.pegasus-1-2-v1:0",
498
+ modelArn: "arn:aws:bedrock:us-east-2::foundation-model/twelvelabs.pegasus-1-2-v1:0",
510
499
  providerName: "TwelveLabs",
511
500
  responseStreamingSupported: true,
512
501
  customizationsSupported: [],
@@ -530,7 +519,7 @@ export const awsModels: ModelInfo[] = [{
530
519
  capabilities: new Set(['image']),
531
520
  pricing: {},
532
521
  metadata: {
533
- modelArn: "arn:aws:bedrock:us-east-1::foundation-model/stability.stable-style-transfer-v1:0",
522
+ modelArn: "arn:aws:bedrock:us-east-2::foundation-model/stability.stable-style-transfer-v1:0",
534
523
  providerName: "Stability AI",
535
524
  responseStreamingSupported: false,
536
525
  customizationsSupported: [],
@@ -554,12 +543,11 @@ export const awsModels: ModelInfo[] = [{
554
543
  capabilities: new Set(['embedding']),
555
544
  pricing: {},
556
545
  metadata: {
557
- modelArn: "arn:aws:bedrock:us-east-1::foundation-model/cohere.embed-v4:0",
546
+ modelArn: "arn:aws:bedrock:us-east-2::foundation-model/cohere.embed-v4:0",
558
547
  providerName: "Cohere",
559
548
  responseStreamingSupported: false,
560
549
  customizationsSupported: [],
561
550
  inferenceTypesSupported: [
562
- "ON_DEMAND",
563
551
  "INFERENCE_PROFILE"
564
552
  ],
565
553
  inputModalities: [
@@ -570,6 +558,29 @@ export const awsModels: ModelInfo[] = [{
570
558
  "EMBEDDING"
571
559
  ]
572
560
  }
561
+ }, {
562
+ id: 'deepseek.v3-v1:0',
563
+ provider: 'aws',
564
+ name: 'DeepSeek-V3.1',
565
+ contextWindow: 0,
566
+ tier: 'efficient',
567
+ capabilities: new Set([]),
568
+ pricing: {},
569
+ metadata: {
570
+ modelArn: "arn:aws:bedrock:us-east-2::foundation-model/deepseek.v3-v1:0",
571
+ providerName: "DeepSeek",
572
+ responseStreamingSupported: true,
573
+ customizationsSupported: [],
574
+ inferenceTypesSupported: [
575
+ "ON_DEMAND"
576
+ ],
577
+ inputModalities: [
578
+ "TEXT"
579
+ ],
580
+ outputModalities: [
581
+ "TEXT"
582
+ ]
583
+ }
573
584
  }, {
574
585
  id: 'stability.stable-image-search-replace-v1:0',
575
586
  provider: 'aws',
@@ -579,7 +590,7 @@ export const awsModels: ModelInfo[] = [{
579
590
  capabilities: new Set(['image']),
580
591
  pricing: {},
581
592
  metadata: {
582
- modelArn: "arn:aws:bedrock:us-east-1::foundation-model/stability.stable-image-search-replace-v1:0",
593
+ modelArn: "arn:aws:bedrock:us-east-2::foundation-model/stability.stable-image-search-replace-v1:0",
583
594
  providerName: "Stability AI",
584
595
  responseStreamingSupported: false,
585
596
  customizationsSupported: [],
@@ -603,7 +614,7 @@ export const awsModels: ModelInfo[] = [{
603
614
  capabilities: new Set([]),
604
615
  pricing: {},
605
616
  metadata: {
606
- modelArn: "arn:aws:bedrock:us-east-1::foundation-model/qwen.qwen3-coder-30b-a3b-v1:0",
617
+ modelArn: "arn:aws:bedrock:us-east-2::foundation-model/qwen.qwen3-coder-30b-a3b-v1:0",
607
618
  providerName: "Qwen",
608
619
  responseStreamingSupported: true,
609
620
  customizationsSupported: [],
@@ -626,7 +637,7 @@ export const awsModels: ModelInfo[] = [{
626
637
  capabilities: new Set([]),
627
638
  pricing: {},
628
639
  metadata: {
629
- modelArn: "arn:aws:bedrock:us-east-1::foundation-model/qwen.qwen3-32b-v1:0",
640
+ modelArn: "arn:aws:bedrock:us-east-2::foundation-model/qwen.qwen3-32b-v1:0",
630
641
  providerName: "Qwen",
631
642
  responseStreamingSupported: true,
632
643
  customizationsSupported: [],
@@ -649,7 +660,7 @@ export const awsModels: ModelInfo[] = [{
649
660
  capabilities: new Set([]),
650
661
  pricing: {},
651
662
  metadata: {
652
- modelArn: "arn:aws:bedrock:us-east-1::foundation-model/openai.gpt-oss-20b-1:0",
663
+ modelArn: "arn:aws:bedrock:us-east-2::foundation-model/openai.gpt-oss-20b-1:0",
653
664
  providerName: "OpenAI",
654
665
  responseStreamingSupported: true,
655
666
  customizationsSupported: [],
@@ -664,17 +675,17 @@ export const awsModels: ModelInfo[] = [{
664
675
  ]
665
676
  }
666
677
  }, {
667
- id: 'amazon.titan-tg1-large',
678
+ id: 'amazon.titan-embed-text-v2:0',
668
679
  provider: 'aws',
669
- name: 'Titan Text Large',
680
+ name: 'Titan Text Embeddings V2',
670
681
  contextWindow: 0,
671
682
  tier: 'efficient',
672
- capabilities: new Set([]),
683
+ capabilities: new Set(['embedding']),
673
684
  pricing: {},
674
685
  metadata: {
675
- modelArn: "arn:aws:bedrock:us-east-1::foundation-model/amazon.titan-tg1-large",
686
+ modelArn: "arn:aws:bedrock:us-east-2::foundation-model/amazon.titan-embed-text-v2:0",
676
687
  providerName: "Amazon",
677
- responseStreamingSupported: true,
688
+ responseStreamingSupported: false,
678
689
  customizationsSupported: [],
679
690
  inferenceTypesSupported: [
680
691
  "ON_DEMAND"
@@ -683,81 +694,7 @@ export const awsModels: ModelInfo[] = [{
683
694
  "TEXT"
684
695
  ],
685
696
  outputModalities: [
686
- "TEXT"
687
- ]
688
- }
689
- }, {
690
- id: 'amazon.titan-image-generator-v1:0',
691
- provider: 'aws',
692
- name: 'Titan Image Generator G1',
693
- contextWindow: 0,
694
- tier: 'efficient',
695
- capabilities: new Set(['image']),
696
- pricing: {},
697
- metadata: {
698
- modelArn: "arn:aws:bedrock:us-east-1::foundation-model/amazon.titan-image-generator-v1:0",
699
- providerName: "Amazon",
700
- customizationsSupported: [
701
- "FINE_TUNING"
702
- ],
703
- inferenceTypesSupported: [
704
- "PROVISIONED"
705
- ],
706
- inputModalities: [
707
- "TEXT",
708
- "IMAGE"
709
- ],
710
- outputModalities: [
711
- "IMAGE"
712
- ]
713
- }
714
- }, {
715
- id: 'amazon.titan-image-generator-v1',
716
- provider: 'aws',
717
- name: 'Titan Image Generator G1',
718
- contextWindow: 0,
719
- tier: 'efficient',
720
- capabilities: new Set(['image']),
721
- pricing: {},
722
- metadata: {
723
- modelArn: "arn:aws:bedrock:us-east-1::foundation-model/amazon.titan-image-generator-v1",
724
- providerName: "Amazon",
725
- customizationsSupported: [],
726
- inferenceTypesSupported: [
727
- "ON_DEMAND"
728
- ],
729
- inputModalities: [
730
- "TEXT",
731
- "IMAGE"
732
- ],
733
- outputModalities: [
734
- "IMAGE"
735
- ]
736
- }
737
- }, {
738
- id: 'amazon.titan-image-generator-v2:0',
739
- provider: 'aws',
740
- name: 'Titan Image Generator G1 v2',
741
- contextWindow: 0,
742
- tier: 'efficient',
743
- capabilities: new Set(['image']),
744
- pricing: {},
745
- metadata: {
746
- modelArn: "arn:aws:bedrock:us-east-1::foundation-model/amazon.titan-image-generator-v2:0",
747
- providerName: "Amazon",
748
- customizationsSupported: [
749
- "FINE_TUNING"
750
- ],
751
- inferenceTypesSupported: [
752
- "PROVISIONED",
753
- "ON_DEMAND"
754
- ],
755
- inputModalities: [
756
- "TEXT",
757
- "IMAGE"
758
- ],
759
- outputModalities: [
760
- "IMAGE"
697
+ "EMBEDDING"
761
698
  ]
762
699
  }
763
700
  }, {
@@ -769,7 +706,7 @@ export const awsModels: ModelInfo[] = [{
769
706
  capabilities: new Set(['vision']),
770
707
  pricing: {},
771
708
  metadata: {
772
- modelArn: "arn:aws:bedrock:us-east-1::foundation-model/amazon.nova-premier-v1:0:8k",
709
+ modelArn: "arn:aws:bedrock:us-east-2::foundation-model/amazon.nova-premier-v1:0:8k",
773
710
  providerName: "Amazon",
774
711
  responseStreamingSupported: true,
775
712
  customizationsSupported: [],
@@ -792,7 +729,7 @@ export const awsModels: ModelInfo[] = [{
792
729
  capabilities: new Set(['vision']),
793
730
  pricing: {},
794
731
  metadata: {
795
- modelArn: "arn:aws:bedrock:us-east-1::foundation-model/amazon.nova-premier-v1:0:20k",
732
+ modelArn: "arn:aws:bedrock:us-east-2::foundation-model/amazon.nova-premier-v1:0:20k",
796
733
  providerName: "Amazon",
797
734
  responseStreamingSupported: true,
798
735
  customizationsSupported: [],
@@ -815,7 +752,7 @@ export const awsModels: ModelInfo[] = [{
815
752
  capabilities: new Set(['vision']),
816
753
  pricing: {},
817
754
  metadata: {
818
- modelArn: "arn:aws:bedrock:us-east-1::foundation-model/amazon.nova-premier-v1:0:1000k",
755
+ modelArn: "arn:aws:bedrock:us-east-2::foundation-model/amazon.nova-premier-v1:0:1000k",
819
756
  providerName: "Amazon",
820
757
  responseStreamingSupported: true,
821
758
  customizationsSupported: [],
@@ -838,7 +775,7 @@ export const awsModels: ModelInfo[] = [{
838
775
  capabilities: new Set(['vision']),
839
776
  pricing: {},
840
777
  metadata: {
841
- modelArn: "arn:aws:bedrock:us-east-1::foundation-model/amazon.nova-premier-v1:0:mm",
778
+ modelArn: "arn:aws:bedrock:us-east-2::foundation-model/amazon.nova-premier-v1:0:mm",
842
779
  providerName: "Amazon",
843
780
  responseStreamingSupported: true,
844
781
  customizationsSupported: [],
@@ -861,7 +798,7 @@ export const awsModels: ModelInfo[] = [{
861
798
  capabilities: new Set(['vision']),
862
799
  pricing: {},
863
800
  metadata: {
864
- modelArn: "arn:aws:bedrock:us-east-1::foundation-model/amazon.nova-premier-v1:0",
801
+ modelArn: "arn:aws:bedrock:us-east-2::foundation-model/amazon.nova-premier-v1:0",
865
802
  providerName: "Amazon",
866
803
  responseStreamingSupported: true,
867
804
  customizationsSupported: [],
@@ -878,20 +815,20 @@ export const awsModels: ModelInfo[] = [{
878
815
  ]
879
816
  }
880
817
  }, {
881
- id: 'amazon.nova-pro-v1:0:24k',
818
+ id: 'amazon.nova-lite-v1:0',
882
819
  provider: 'aws',
883
- name: 'Nova Pro',
820
+ name: 'Nova Lite',
884
821
  contextWindow: 0,
885
822
  tier: 'efficient',
886
823
  capabilities: new Set(['vision']),
887
824
  pricing: {},
888
825
  metadata: {
889
- modelArn: "arn:aws:bedrock:us-east-1::foundation-model/amazon.nova-pro-v1:0:24k",
826
+ modelArn: "arn:aws:bedrock:us-east-2::foundation-model/amazon.nova-lite-v1:0",
890
827
  providerName: "Amazon",
891
828
  responseStreamingSupported: true,
892
829
  customizationsSupported: [],
893
830
  inferenceTypesSupported: [
894
- "PROVISIONED"
831
+ "INFERENCE_PROFILE"
895
832
  ],
896
833
  inputModalities: [
897
834
  "TEXT",
@@ -903,969 +840,30 @@ export const awsModels: ModelInfo[] = [{
903
840
  ]
904
841
  }
905
842
  }, {
906
- id: 'amazon.nova-pro-v1:0:300k',
843
+ id: 'amazon.nova-micro-v1:0',
907
844
  provider: 'aws',
908
- name: 'Nova Pro',
845
+ name: 'Nova Micro',
909
846
  contextWindow: 0,
910
847
  tier: 'efficient',
911
- capabilities: new Set(['vision']),
848
+ capabilities: new Set([]),
912
849
  pricing: {},
913
850
  metadata: {
914
- modelArn: "arn:aws:bedrock:us-east-1::foundation-model/amazon.nova-pro-v1:0:300k",
851
+ modelArn: "arn:aws:bedrock:us-east-2::foundation-model/amazon.nova-micro-v1:0",
915
852
  providerName: "Amazon",
916
853
  responseStreamingSupported: true,
917
- customizationsSupported: [
918
- "FINE_TUNING",
919
- "DISTILLATION"
920
- ],
854
+ customizationsSupported: [],
921
855
  inferenceTypesSupported: [
922
- "PROVISIONED"
856
+ "INFERENCE_PROFILE"
923
857
  ],
924
858
  inputModalities: [
925
- "TEXT",
926
- "IMAGE",
927
- "VIDEO"
859
+ "TEXT"
928
860
  ],
929
861
  outputModalities: [
930
862
  "TEXT"
931
863
  ]
932
864
  }
933
865
  }, {
934
- id: 'amazon.nova-lite-v1:0:24k',
935
- provider: 'aws',
936
- name: 'Nova Lite',
937
- contextWindow: 0,
938
- tier: 'efficient',
939
- capabilities: new Set(['vision']),
940
- pricing: {},
941
- metadata: {
942
- modelArn: "arn:aws:bedrock:us-east-1::foundation-model/amazon.nova-lite-v1:0:24k",
943
- providerName: "Amazon",
944
- responseStreamingSupported: true,
945
- customizationsSupported: [],
946
- inferenceTypesSupported: [
947
- "PROVISIONED"
948
- ],
949
- inputModalities: [
950
- "TEXT",
951
- "IMAGE",
952
- "VIDEO"
953
- ],
954
- outputModalities: [
955
- "TEXT"
956
- ]
957
- }
958
- }, {
959
- id: 'amazon.nova-lite-v1:0:300k',
960
- provider: 'aws',
961
- name: 'Nova Lite',
962
- contextWindow: 0,
963
- tier: 'efficient',
964
- capabilities: new Set(['vision']),
965
- pricing: {},
966
- metadata: {
967
- modelArn: "arn:aws:bedrock:us-east-1::foundation-model/amazon.nova-lite-v1:0:300k",
968
- providerName: "Amazon",
969
- responseStreamingSupported: true,
970
- customizationsSupported: [
971
- "FINE_TUNING",
972
- "DISTILLATION"
973
- ],
974
- inferenceTypesSupported: [
975
- "PROVISIONED"
976
- ],
977
- inputModalities: [
978
- "TEXT",
979
- "IMAGE",
980
- "VIDEO"
981
- ],
982
- outputModalities: [
983
- "TEXT"
984
- ]
985
- }
986
- }, {
987
- id: 'amazon.nova-lite-v1:0',
988
- provider: 'aws',
989
- name: 'Nova Lite',
990
- contextWindow: 0,
991
- tier: 'efficient',
992
- capabilities: new Set(['vision']),
993
- pricing: {},
994
- metadata: {
995
- modelArn: "arn:aws:bedrock:us-east-1::foundation-model/amazon.nova-lite-v1:0",
996
- providerName: "Amazon",
997
- responseStreamingSupported: true,
998
- customizationsSupported: [],
999
- inferenceTypesSupported: [
1000
- "ON_DEMAND",
1001
- "INFERENCE_PROFILE"
1002
- ],
1003
- inputModalities: [
1004
- "TEXT",
1005
- "IMAGE",
1006
- "VIDEO"
1007
- ],
1008
- outputModalities: [
1009
- "TEXT"
1010
- ]
1011
- }
1012
- }, {
1013
- id: 'amazon.nova-canvas-v1:0',
1014
- provider: 'aws',
1015
- name: 'Nova Canvas',
1016
- contextWindow: 0,
1017
- tier: 'efficient',
1018
- capabilities: new Set(['image']),
1019
- pricing: {},
1020
- metadata: {
1021
- modelArn: "arn:aws:bedrock:us-east-1::foundation-model/amazon.nova-canvas-v1:0",
1022
- providerName: "Amazon",
1023
- responseStreamingSupported: false,
1024
- customizationsSupported: [
1025
- "FINE_TUNING"
1026
- ],
1027
- inferenceTypesSupported: [
1028
- "ON_DEMAND",
1029
- "PROVISIONED"
1030
- ],
1031
- inputModalities: [
1032
- "TEXT",
1033
- "IMAGE"
1034
- ],
1035
- outputModalities: [
1036
- "IMAGE"
1037
- ]
1038
- }
1039
- }, {
1040
- id: 'amazon.nova-reel-v1:0',
1041
- provider: 'aws',
1042
- name: 'Nova Reel',
1043
- contextWindow: 0,
1044
- tier: 'efficient',
1045
- capabilities: new Set([]),
1046
- pricing: {},
1047
- metadata: {
1048
- modelArn: "arn:aws:bedrock:us-east-1::foundation-model/amazon.nova-reel-v1:0",
1049
- providerName: "Amazon",
1050
- responseStreamingSupported: false,
1051
- customizationsSupported: [],
1052
- inferenceTypesSupported: [
1053
- "ON_DEMAND"
1054
- ],
1055
- inputModalities: [
1056
- "TEXT",
1057
- "IMAGE"
1058
- ],
1059
- outputModalities: [
1060
- "VIDEO"
1061
- ]
1062
- }
1063
- }, {
1064
- id: 'amazon.nova-reel-v1:1',
1065
- provider: 'aws',
1066
- name: 'Nova Reel',
1067
- contextWindow: 0,
1068
- tier: 'efficient',
1069
- capabilities: new Set([]),
1070
- pricing: {},
1071
- metadata: {
1072
- modelArn: "arn:aws:bedrock:us-east-1::foundation-model/amazon.nova-reel-v1:1",
1073
- providerName: "Amazon",
1074
- responseStreamingSupported: false,
1075
- customizationsSupported: [],
1076
- inferenceTypesSupported: [
1077
- "ON_DEMAND"
1078
- ],
1079
- inputModalities: [
1080
- "TEXT",
1081
- "IMAGE"
1082
- ],
1083
- outputModalities: [
1084
- "VIDEO"
1085
- ]
1086
- }
1087
- }, {
1088
- id: 'amazon.nova-micro-v1:0:24k',
1089
- provider: 'aws',
1090
- name: 'Nova Micro',
1091
- contextWindow: 0,
1092
- tier: 'efficient',
1093
- capabilities: new Set([]),
1094
- pricing: {},
1095
- metadata: {
1096
- modelArn: "arn:aws:bedrock:us-east-1::foundation-model/amazon.nova-micro-v1:0:24k",
1097
- providerName: "Amazon",
1098
- responseStreamingSupported: true,
1099
- customizationsSupported: [],
1100
- inferenceTypesSupported: [
1101
- "PROVISIONED"
1102
- ],
1103
- inputModalities: [
1104
- "TEXT"
1105
- ],
1106
- outputModalities: [
1107
- "TEXT"
1108
- ]
1109
- }
1110
- }, {
1111
- id: 'amazon.nova-micro-v1:0:128k',
1112
- provider: 'aws',
1113
- name: 'Nova Micro',
1114
- contextWindow: 0,
1115
- tier: 'efficient',
1116
- capabilities: new Set([]),
1117
- pricing: {},
1118
- metadata: {
1119
- modelArn: "arn:aws:bedrock:us-east-1::foundation-model/amazon.nova-micro-v1:0:128k",
1120
- providerName: "Amazon",
1121
- responseStreamingSupported: true,
1122
- customizationsSupported: [
1123
- "FINE_TUNING",
1124
- "DISTILLATION"
1125
- ],
1126
- inferenceTypesSupported: [
1127
- "PROVISIONED"
1128
- ],
1129
- inputModalities: [
1130
- "TEXT"
1131
- ],
1132
- outputModalities: [
1133
- "TEXT"
1134
- ]
1135
- }
1136
- }, {
1137
- id: 'amazon.nova-micro-v1:0',
1138
- provider: 'aws',
1139
- name: 'Nova Micro',
1140
- contextWindow: 0,
1141
- tier: 'efficient',
1142
- capabilities: new Set([]),
1143
- pricing: {},
1144
- metadata: {
1145
- modelArn: "arn:aws:bedrock:us-east-1::foundation-model/amazon.nova-micro-v1:0",
1146
- providerName: "Amazon",
1147
- responseStreamingSupported: true,
1148
- customizationsSupported: [],
1149
- inferenceTypesSupported: [
1150
- "ON_DEMAND",
1151
- "INFERENCE_PROFILE"
1152
- ],
1153
- inputModalities: [
1154
- "TEXT"
1155
- ],
1156
- outputModalities: [
1157
- "TEXT"
1158
- ]
1159
- }
1160
- }, {
1161
- id: 'amazon.nova-sonic-v1:0',
1162
- provider: 'aws',
1163
- name: 'Nova Sonic',
1164
- contextWindow: 0,
1165
- tier: 'efficient',
1166
- capabilities: new Set([]),
1167
- pricing: {},
1168
- metadata: {
1169
- modelArn: "arn:aws:bedrock:us-east-1::foundation-model/amazon.nova-sonic-v1:0",
1170
- providerName: "Amazon",
1171
- responseStreamingSupported: true,
1172
- customizationsSupported: [],
1173
- inferenceTypesSupported: [
1174
- "ON_DEMAND"
1175
- ],
1176
- inputModalities: [
1177
- "SPEECH"
1178
- ],
1179
- outputModalities: [
1180
- "SPEECH",
1181
- "TEXT"
1182
- ]
1183
- }
1184
- }, {
1185
- id: 'amazon.titan-embed-g1-text-02',
1186
- provider: 'aws',
1187
- name: 'Titan Text Embeddings v2',
1188
- contextWindow: 0,
1189
- tier: 'efficient',
1190
- capabilities: new Set(['embedding']),
1191
- pricing: {},
1192
- metadata: {
1193
- modelArn: "arn:aws:bedrock:us-east-1::foundation-model/amazon.titan-embed-g1-text-02",
1194
- providerName: "Amazon",
1195
- customizationsSupported: [],
1196
- inferenceTypesSupported: [
1197
- "ON_DEMAND"
1198
- ],
1199
- inputModalities: [
1200
- "TEXT"
1201
- ],
1202
- outputModalities: [
1203
- "EMBEDDING"
1204
- ]
1205
- }
1206
- }, {
1207
- id: 'amazon.titan-text-lite-v1:0:4k',
1208
- provider: 'aws',
1209
- name: 'Titan Text G1 - Lite',
1210
- contextWindow: 0,
1211
- tier: 'efficient',
1212
- capabilities: new Set(['chat', 'streaming']),
1213
- pricing: {},
1214
- metadata: {
1215
- modelArn: "arn:aws:bedrock:us-east-1::foundation-model/amazon.titan-text-lite-v1:0:4k",
1216
- providerName: "Amazon",
1217
- responseStreamingSupported: true,
1218
- customizationsSupported: [
1219
- "FINE_TUNING",
1220
- "CONTINUED_PRE_TRAINING"
1221
- ],
1222
- inferenceTypesSupported: [
1223
- "PROVISIONED"
1224
- ],
1225
- inputModalities: [
1226
- "TEXT"
1227
- ],
1228
- outputModalities: [
1229
- "TEXT"
1230
- ]
1231
- }
1232
- }, {
1233
- id: 'amazon.titan-text-lite-v1',
1234
- provider: 'aws',
1235
- name: 'Titan Text G1 - Lite',
1236
- contextWindow: 4096,
1237
- maxOutputTokens: 4096,
1238
- tier: 'efficient',
1239
- capabilities: new Set(['chat', 'streaming']),
1240
- pricing: {
1241
- text: {
1242
- input: 0.15,
1243
- output: 0.2
1244
- }
1245
- },
1246
- metadata: {
1247
- modelArn: "arn:aws:bedrock:us-east-1::foundation-model/amazon.titan-text-lite-v1",
1248
- providerName: "Amazon",
1249
- responseStreamingSupported: true,
1250
- customizationsSupported: [],
1251
- inferenceTypesSupported: [
1252
- "ON_DEMAND"
1253
- ],
1254
- inputModalities: [
1255
- "TEXT"
1256
- ],
1257
- outputModalities: [
1258
- "TEXT"
1259
- ]
1260
- }
1261
- }, {
1262
- id: 'amazon.titan-text-express-v1:0:8k',
1263
- provider: 'aws',
1264
- name: 'Titan Text G1 - Express',
1265
- contextWindow: 0,
1266
- tier: 'efficient',
1267
- capabilities: new Set(['chat', 'streaming']),
1268
- pricing: {},
1269
- metadata: {
1270
- modelArn: "arn:aws:bedrock:us-east-1::foundation-model/amazon.titan-text-express-v1:0:8k",
1271
- providerName: "Amazon",
1272
- responseStreamingSupported: true,
1273
- customizationsSupported: [
1274
- "FINE_TUNING",
1275
- "CONTINUED_PRE_TRAINING"
1276
- ],
1277
- inferenceTypesSupported: [
1278
- "PROVISIONED"
1279
- ],
1280
- inputModalities: [
1281
- "TEXT"
1282
- ],
1283
- outputModalities: [
1284
- "TEXT"
1285
- ]
1286
- }
1287
- }, {
1288
- id: 'amazon.titan-text-express-v1',
1289
- provider: 'aws',
1290
- name: 'Titan Text G1 - Express',
1291
- contextWindow: 8192,
1292
- maxOutputTokens: 8192,
1293
- tier: 'efficient',
1294
- capabilities: new Set(['chat', 'streaming']),
1295
- pricing: {
1296
- text: {
1297
- input: 0.2,
1298
- output: 0.6
1299
- }
1300
- },
1301
- metadata: {
1302
- modelArn: "arn:aws:bedrock:us-east-1::foundation-model/amazon.titan-text-express-v1",
1303
- providerName: "Amazon",
1304
- responseStreamingSupported: true,
1305
- customizationsSupported: [],
1306
- inferenceTypesSupported: [
1307
- "ON_DEMAND"
1308
- ],
1309
- inputModalities: [
1310
- "TEXT"
1311
- ],
1312
- outputModalities: [
1313
- "TEXT"
1314
- ]
1315
- }
1316
- }, {
1317
- id: 'amazon.titan-embed-text-v1:2:8k',
1318
- provider: 'aws',
1319
- name: 'Titan Embeddings G1 - Text',
1320
- contextWindow: 0,
1321
- tier: 'efficient',
1322
- capabilities: new Set(['embedding']),
1323
- pricing: {},
1324
- metadata: {
1325
- modelArn: "arn:aws:bedrock:us-east-1::foundation-model/amazon.titan-embed-text-v1:2:8k",
1326
- providerName: "Amazon",
1327
- responseStreamingSupported: false,
1328
- customizationsSupported: [],
1329
- inferenceTypesSupported: [
1330
- "PROVISIONED"
1331
- ],
1332
- inputModalities: [
1333
- "TEXT"
1334
- ],
1335
- outputModalities: [
1336
- "EMBEDDING"
1337
- ]
1338
- }
1339
- }, {
1340
- id: 'amazon.titan-embed-text-v1',
1341
- provider: 'aws',
1342
- name: 'Titan Embeddings G1 - Text',
1343
- contextWindow: 0,
1344
- tier: 'efficient',
1345
- capabilities: new Set(['embedding']),
1346
- pricing: {},
1347
- metadata: {
1348
- modelArn: "arn:aws:bedrock:us-east-1::foundation-model/amazon.titan-embed-text-v1",
1349
- providerName: "Amazon",
1350
- responseStreamingSupported: false,
1351
- customizationsSupported: [],
1352
- inferenceTypesSupported: [
1353
- "ON_DEMAND"
1354
- ],
1355
- inputModalities: [
1356
- "TEXT"
1357
- ],
1358
- outputModalities: [
1359
- "EMBEDDING"
1360
- ]
1361
- }
1362
- }, {
1363
- id: 'amazon.titan-embed-text-v2:0:8k',
1364
- provider: 'aws',
1365
- name: 'Titan Text Embeddings V2',
1366
- contextWindow: 0,
1367
- tier: 'efficient',
1368
- capabilities: new Set(['embedding']),
1369
- pricing: {},
1370
- metadata: {
1371
- modelArn: "arn:aws:bedrock:us-east-1::foundation-model/amazon.titan-embed-text-v2:0:8k",
1372
- providerName: "Amazon",
1373
- responseStreamingSupported: false,
1374
- customizationsSupported: [],
1375
- inferenceTypesSupported: [],
1376
- inputModalities: [
1377
- "TEXT"
1378
- ],
1379
- outputModalities: [
1380
- "EMBEDDING"
1381
- ]
1382
- }
1383
- }, {
1384
- id: 'amazon.titan-embed-text-v2:0',
1385
- provider: 'aws',
1386
- name: 'Titan Text Embeddings V2',
1387
- contextWindow: 0,
1388
- tier: 'efficient',
1389
- capabilities: new Set(['embedding']),
1390
- pricing: {},
1391
- metadata: {
1392
- modelArn: "arn:aws:bedrock:us-east-1::foundation-model/amazon.titan-embed-text-v2:0",
1393
- providerName: "Amazon",
1394
- responseStreamingSupported: false,
1395
- customizationsSupported: [],
1396
- inferenceTypesSupported: [
1397
- "ON_DEMAND"
1398
- ],
1399
- inputModalities: [
1400
- "TEXT"
1401
- ],
1402
- outputModalities: [
1403
- "EMBEDDING"
1404
- ]
1405
- }
1406
- }, {
1407
- id: 'amazon.titan-embed-image-v1:0',
1408
- provider: 'aws',
1409
- name: 'Titan Multimodal Embeddings G1',
1410
- contextWindow: 0,
1411
- tier: 'efficient',
1412
- capabilities: new Set(['embedding']),
1413
- pricing: {},
1414
- metadata: {
1415
- modelArn: "arn:aws:bedrock:us-east-1::foundation-model/amazon.titan-embed-image-v1:0",
1416
- providerName: "Amazon",
1417
- customizationsSupported: [
1418
- "FINE_TUNING"
1419
- ],
1420
- inferenceTypesSupported: [
1421
- "PROVISIONED"
1422
- ],
1423
- inputModalities: [
1424
- "TEXT",
1425
- "IMAGE"
1426
- ],
1427
- outputModalities: [
1428
- "EMBEDDING"
1429
- ]
1430
- }
1431
- }, {
1432
- id: 'amazon.titan-embed-image-v1',
1433
- provider: 'aws',
1434
- name: 'Titan Multimodal Embeddings G1',
1435
- contextWindow: 0,
1436
- tier: 'efficient',
1437
- capabilities: new Set(['embedding']),
1438
- pricing: {},
1439
- metadata: {
1440
- modelArn: "arn:aws:bedrock:us-east-1::foundation-model/amazon.titan-embed-image-v1",
1441
- providerName: "Amazon",
1442
- customizationsSupported: [],
1443
- inferenceTypesSupported: [
1444
- "ON_DEMAND"
1445
- ],
1446
- inputModalities: [
1447
- "TEXT",
1448
- "IMAGE"
1449
- ],
1450
- outputModalities: [
1451
- "EMBEDDING"
1452
- ]
1453
- }
1454
- }, {
1455
- id: 'ai21.jamba-1-5-large-v1:0',
1456
- provider: 'aws',
1457
- name: 'Jamba 1.5 Large',
1458
- contextWindow: 0,
1459
- tier: 'efficient',
1460
- capabilities: new Set(['chat', 'streaming']),
1461
- pricing: {},
1462
- metadata: {
1463
- modelArn: "arn:aws:bedrock:us-east-1::foundation-model/ai21.jamba-1-5-large-v1:0",
1464
- providerName: "AI21 Labs",
1465
- responseStreamingSupported: true,
1466
- customizationsSupported: [],
1467
- inferenceTypesSupported: [
1468
- "ON_DEMAND"
1469
- ],
1470
- inputModalities: [
1471
- "TEXT"
1472
- ],
1473
- outputModalities: [
1474
- "TEXT"
1475
- ]
1476
- }
1477
- }, {
1478
- id: 'ai21.jamba-1-5-mini-v1:0',
1479
- provider: 'aws',
1480
- name: 'Jamba 1.5 Mini',
1481
- contextWindow: 0,
1482
- tier: 'efficient',
1483
- capabilities: new Set(['chat', 'streaming']),
1484
- pricing: {},
1485
- metadata: {
1486
- modelArn: "arn:aws:bedrock:us-east-1::foundation-model/ai21.jamba-1-5-mini-v1:0",
1487
- providerName: "AI21 Labs",
1488
- responseStreamingSupported: true,
1489
- customizationsSupported: [],
1490
- inferenceTypesSupported: [
1491
- "ON_DEMAND"
1492
- ],
1493
- inputModalities: [
1494
- "TEXT"
1495
- ],
1496
- outputModalities: [
1497
- "TEXT"
1498
- ]
1499
- }
1500
- }, {
1501
- id: 'anthropic.claude-instant-v1:2:100k',
1502
- provider: 'aws',
1503
- name: 'Claude Instant',
1504
- contextWindow: 0,
1505
- tier: 'efficient',
1506
- capabilities: new Set(['chat', 'streaming']),
1507
- pricing: {},
1508
- metadata: {
1509
- modelArn: "arn:aws:bedrock:us-east-1::foundation-model/anthropic.claude-instant-v1:2:100k",
1510
- providerName: "Anthropic",
1511
- responseStreamingSupported: true,
1512
- customizationsSupported: [],
1513
- inferenceTypesSupported: [
1514
- "PROVISIONED"
1515
- ],
1516
- inputModalities: [
1517
- "TEXT"
1518
- ],
1519
- outputModalities: [
1520
- "TEXT"
1521
- ]
1522
- }
1523
- }, {
1524
- id: 'anthropic.claude-v2:0:18k',
1525
- provider: 'aws',
1526
- name: 'Claude',
1527
- contextWindow: 0,
1528
- tier: 'efficient',
1529
- capabilities: new Set(['chat', 'streaming']),
1530
- pricing: {},
1531
- metadata: {
1532
- modelArn: "arn:aws:bedrock:us-east-1::foundation-model/anthropic.claude-v2:0:18k",
1533
- providerName: "Anthropic",
1534
- responseStreamingSupported: true,
1535
- customizationsSupported: [],
1536
- inferenceTypesSupported: [
1537
- "PROVISIONED"
1538
- ],
1539
- inputModalities: [
1540
- "TEXT"
1541
- ],
1542
- outputModalities: [
1543
- "TEXT"
1544
- ]
1545
- }
1546
- }, {
1547
- id: 'anthropic.claude-v2:0:100k',
1548
- provider: 'aws',
1549
- name: 'Claude',
1550
- contextWindow: 0,
1551
- tier: 'efficient',
1552
- capabilities: new Set(['chat', 'streaming']),
1553
- pricing: {},
1554
- metadata: {
1555
- modelArn: "arn:aws:bedrock:us-east-1::foundation-model/anthropic.claude-v2:0:100k",
1556
- providerName: "Anthropic",
1557
- responseStreamingSupported: true,
1558
- customizationsSupported: [],
1559
- inferenceTypesSupported: [
1560
- "PROVISIONED"
1561
- ],
1562
- inputModalities: [
1563
- "TEXT"
1564
- ],
1565
- outputModalities: [
1566
- "TEXT"
1567
- ]
1568
- }
1569
- }, {
1570
- id: 'anthropic.claude-v2:1:18k',
1571
- provider: 'aws',
1572
- name: 'Claude',
1573
- contextWindow: 0,
1574
- tier: 'efficient',
1575
- capabilities: new Set(['chat', 'streaming']),
1576
- pricing: {},
1577
- metadata: {
1578
- modelArn: "arn:aws:bedrock:us-east-1::foundation-model/anthropic.claude-v2:1:18k",
1579
- providerName: "Anthropic",
1580
- responseStreamingSupported: true,
1581
- customizationsSupported: [],
1582
- inferenceTypesSupported: [
1583
- "PROVISIONED"
1584
- ],
1585
- inputModalities: [
1586
- "TEXT"
1587
- ],
1588
- outputModalities: [
1589
- "TEXT"
1590
- ]
1591
- }
1592
- }, {
1593
- id: 'anthropic.claude-v2:1:200k',
1594
- provider: 'aws',
1595
- name: 'Claude',
1596
- contextWindow: 0,
1597
- tier: 'efficient',
1598
- capabilities: new Set(['chat', 'streaming']),
1599
- pricing: {},
1600
- metadata: {
1601
- modelArn: "arn:aws:bedrock:us-east-1::foundation-model/anthropic.claude-v2:1:200k",
1602
- providerName: "Anthropic",
1603
- responseStreamingSupported: true,
1604
- customizationsSupported: [],
1605
- inferenceTypesSupported: [
1606
- "PROVISIONED"
1607
- ],
1608
- inputModalities: [
1609
- "TEXT"
1610
- ],
1611
- outputModalities: [
1612
- "TEXT"
1613
- ]
1614
- }
1615
- }, {
1616
- id: 'anthropic.claude-3-sonnet-20240229-v1:0:28k',
1617
- provider: 'aws',
1618
- name: 'Claude 3 Sonnet',
1619
- contextWindow: 0,
1620
- tier: 'efficient',
1621
- capabilities: new Set(['chat', 'streaming', 'vision', 'tools']),
1622
- pricing: {},
1623
- metadata: {
1624
- modelArn: "arn:aws:bedrock:us-east-1::foundation-model/anthropic.claude-3-sonnet-20240229-v1:0:28k",
1625
- providerName: "Anthropic",
1626
- responseStreamingSupported: true,
1627
- customizationsSupported: [],
1628
- inferenceTypesSupported: [
1629
- "PROVISIONED"
1630
- ],
1631
- inputModalities: [
1632
- "TEXT",
1633
- "IMAGE"
1634
- ],
1635
- outputModalities: [
1636
- "TEXT"
1637
- ]
1638
- }
1639
- }, {
1640
- id: 'anthropic.claude-3-sonnet-20240229-v1:0:200k',
1641
- provider: 'aws',
1642
- name: 'Claude 3 Sonnet',
1643
- contextWindow: 0,
1644
- tier: 'efficient',
1645
- capabilities: new Set(['chat', 'streaming', 'vision', 'tools']),
1646
- pricing: {},
1647
- metadata: {
1648
- modelArn: "arn:aws:bedrock:us-east-1::foundation-model/anthropic.claude-3-sonnet-20240229-v1:0:200k",
1649
- providerName: "Anthropic",
1650
- responseStreamingSupported: true,
1651
- customizationsSupported: [],
1652
- inferenceTypesSupported: [
1653
- "PROVISIONED"
1654
- ],
1655
- inputModalities: [
1656
- "TEXT",
1657
- "IMAGE"
1658
- ],
1659
- outputModalities: [
1660
- "TEXT"
1661
- ]
1662
- }
1663
- }, {
1664
- id: 'anthropic.claude-3-sonnet-20240229-v1:0',
1665
- provider: 'aws',
1666
- name: 'Claude 3 Sonnet',
1667
- contextWindow: 200000,
1668
- maxOutputTokens: 4096,
1669
- tier: 'efficient',
1670
- capabilities: new Set(['chat', 'streaming', 'vision', 'tools']),
1671
- pricing: {
1672
- text: {
1673
- input: 3,
1674
- output: 15
1675
- }
1676
- },
1677
- metadata: {
1678
- modelArn: "arn:aws:bedrock:us-east-1::foundation-model/anthropic.claude-3-sonnet-20240229-v1:0",
1679
- providerName: "Anthropic",
1680
- responseStreamingSupported: true,
1681
- customizationsSupported: [],
1682
- inferenceTypesSupported: [
1683
- "ON_DEMAND"
1684
- ],
1685
- inputModalities: [
1686
- "TEXT",
1687
- "IMAGE"
1688
- ],
1689
- outputModalities: [
1690
- "TEXT"
1691
- ]
1692
- }
1693
- }, {
1694
- id: 'anthropic.claude-3-haiku-20240307-v1:0:48k',
1695
- provider: 'aws',
1696
- name: 'Claude 3 Haiku',
1697
- contextWindow: 0,
1698
- tier: 'efficient',
1699
- capabilities: new Set(['chat', 'streaming', 'vision', 'tools']),
1700
- pricing: {},
1701
- metadata: {
1702
- modelArn: "arn:aws:bedrock:us-east-1::foundation-model/anthropic.claude-3-haiku-20240307-v1:0:48k",
1703
- providerName: "Anthropic",
1704
- responseStreamingSupported: true,
1705
- customizationsSupported: [],
1706
- inferenceTypesSupported: [
1707
- "PROVISIONED"
1708
- ],
1709
- inputModalities: [
1710
- "TEXT",
1711
- "IMAGE"
1712
- ],
1713
- outputModalities: [
1714
- "TEXT"
1715
- ]
1716
- }
1717
- }, {
1718
- id: 'anthropic.claude-3-haiku-20240307-v1:0:200k',
1719
- provider: 'aws',
1720
- name: 'Claude 3 Haiku',
1721
- contextWindow: 0,
1722
- tier: 'efficient',
1723
- capabilities: new Set(['chat', 'streaming', 'vision', 'tools']),
1724
- pricing: {},
1725
- metadata: {
1726
- modelArn: "arn:aws:bedrock:us-east-1::foundation-model/anthropic.claude-3-haiku-20240307-v1:0:200k",
1727
- providerName: "Anthropic",
1728
- responseStreamingSupported: true,
1729
- customizationsSupported: [],
1730
- inferenceTypesSupported: [
1731
- "PROVISIONED"
1732
- ],
1733
- inputModalities: [
1734
- "TEXT",
1735
- "IMAGE"
1736
- ],
1737
- outputModalities: [
1738
- "TEXT"
1739
- ]
1740
- }
1741
- }, {
1742
- id: 'anthropic.claude-3-haiku-20240307-v1:0',
1743
- provider: 'aws',
1744
- name: 'Claude 3 Haiku',
1745
- contextWindow: 200000,
1746
- maxOutputTokens: 4096,
1747
- tier: 'efficient',
1748
- capabilities: new Set(['chat', 'streaming', 'vision', 'tools']),
1749
- pricing: {
1750
- text: {
1751
- input: 0.25,
1752
- output: 1.25
1753
- }
1754
- },
1755
- metadata: {
1756
- modelArn: "arn:aws:bedrock:us-east-1::foundation-model/anthropic.claude-3-haiku-20240307-v1:0",
1757
- providerName: "Anthropic",
1758
- responseStreamingSupported: true,
1759
- customizationsSupported: [],
1760
- inferenceTypesSupported: [
1761
- "ON_DEMAND"
1762
- ],
1763
- inputModalities: [
1764
- "TEXT",
1765
- "IMAGE"
1766
- ],
1767
- outputModalities: [
1768
- "TEXT"
1769
- ]
1770
- }
1771
- }, {
1772
- id: 'anthropic.claude-3-opus-20240229-v1:0:12k',
1773
- provider: 'aws',
1774
- name: 'Claude 3 Opus',
1775
- contextWindow: 0,
1776
- tier: 'flagship',
1777
- capabilities: new Set(['chat', 'streaming', 'vision', 'tools']),
1778
- pricing: {},
1779
- metadata: {
1780
- modelArn: "arn:aws:bedrock:us-east-1::foundation-model/anthropic.claude-3-opus-20240229-v1:0:12k",
1781
- providerName: "Anthropic",
1782
- responseStreamingSupported: true,
1783
- customizationsSupported: [],
1784
- inferenceTypesSupported: [],
1785
- inputModalities: [
1786
- "TEXT",
1787
- "IMAGE"
1788
- ],
1789
- outputModalities: [
1790
- "TEXT"
1791
- ]
1792
- }
1793
- }, {
1794
- id: 'anthropic.claude-3-opus-20240229-v1:0:28k',
1795
- provider: 'aws',
1796
- name: 'Claude 3 Opus',
1797
- contextWindow: 0,
1798
- tier: 'flagship',
1799
- capabilities: new Set(['chat', 'streaming', 'vision', 'tools']),
1800
- pricing: {},
1801
- metadata: {
1802
- modelArn: "arn:aws:bedrock:us-east-1::foundation-model/anthropic.claude-3-opus-20240229-v1:0:28k",
1803
- providerName: "Anthropic",
1804
- responseStreamingSupported: true,
1805
- customizationsSupported: [],
1806
- inferenceTypesSupported: [],
1807
- inputModalities: [
1808
- "TEXT",
1809
- "IMAGE"
1810
- ],
1811
- outputModalities: [
1812
- "TEXT"
1813
- ]
1814
- }
1815
- }, {
1816
- id: 'anthropic.claude-3-opus-20240229-v1:0:200k',
1817
- provider: 'aws',
1818
- name: 'Claude 3 Opus',
1819
- contextWindow: 0,
1820
- tier: 'flagship',
1821
- capabilities: new Set(['chat', 'streaming', 'vision', 'tools']),
1822
- pricing: {},
1823
- metadata: {
1824
- modelArn: "arn:aws:bedrock:us-east-1::foundation-model/anthropic.claude-3-opus-20240229-v1:0:200k",
1825
- providerName: "Anthropic",
1826
- responseStreamingSupported: true,
1827
- customizationsSupported: [],
1828
- inferenceTypesSupported: [],
1829
- inputModalities: [
1830
- "TEXT",
1831
- "IMAGE"
1832
- ],
1833
- outputModalities: [
1834
- "TEXT"
1835
- ]
1836
- }
1837
- }, {
1838
- id: 'anthropic.claude-3-opus-20240229-v1:0',
1839
- provider: 'aws',
1840
- name: 'Claude 3 Opus',
1841
- contextWindow: 200000,
1842
- maxOutputTokens: 4096,
1843
- tier: 'flagship',
1844
- capabilities: new Set(['chat', 'streaming', 'vision', 'tools']),
1845
- pricing: {
1846
- text: {
1847
- input: 15,
1848
- output: 75
1849
- }
1850
- },
1851
- metadata: {
1852
- modelArn: "arn:aws:bedrock:us-east-1::foundation-model/anthropic.claude-3-opus-20240229-v1:0",
1853
- providerName: "Anthropic",
1854
- responseStreamingSupported: true,
1855
- customizationsSupported: [],
1856
- inferenceTypesSupported: [
1857
- "INFERENCE_PROFILE"
1858
- ],
1859
- inputModalities: [
1860
- "TEXT",
1861
- "IMAGE"
1862
- ],
1863
- outputModalities: [
1864
- "TEXT"
1865
- ]
1866
- }
1867
- }, {
1868
- id: 'anthropic.claude-3-5-sonnet-20240620-v1:0',
866
+ id: 'anthropic.claude-3-5-sonnet-20240620-v1:0',
1869
867
  provider: 'aws',
1870
868
  name: 'Claude 3.5 Sonnet',
1871
869
  contextWindow: 200000,
@@ -1879,12 +877,11 @@ export const awsModels: ModelInfo[] = [{
1879
877
  }
1880
878
  },
1881
879
  metadata: {
1882
- modelArn: "arn:aws:bedrock:us-east-1::foundation-model/anthropic.claude-3-5-sonnet-20240620-v1:0",
880
+ modelArn: "arn:aws:bedrock:us-east-2::foundation-model/anthropic.claude-3-5-sonnet-20240620-v1:0",
1883
881
  providerName: "Anthropic",
1884
882
  responseStreamingSupported: true,
1885
883
  customizationsSupported: [],
1886
884
  inferenceTypesSupported: [
1887
- "ON_DEMAND",
1888
885
  "INFERENCE_PROFILE"
1889
886
  ],
1890
887
  inputModalities: [
@@ -1896,9 +893,9 @@ export const awsModels: ModelInfo[] = [{
1896
893
  ]
1897
894
  }
1898
895
  }, {
1899
- id: 'anthropic.claude-3-5-sonnet-20241022-v2:0',
896
+ id: 'anthropic.claude-3-7-sonnet-20250219-v1:0',
1900
897
  provider: 'aws',
1901
- name: 'Claude 3.5 Sonnet v2',
898
+ name: 'Claude 3.7 Sonnet',
1902
899
  contextWindow: 200000,
1903
900
  maxOutputTokens: 8192,
1904
901
  tier: 'efficient',
@@ -1910,7 +907,7 @@ export const awsModels: ModelInfo[] = [{
1910
907
  }
1911
908
  },
1912
909
  metadata: {
1913
- modelArn: "arn:aws:bedrock:us-east-1::foundation-model/anthropic.claude-3-5-sonnet-20241022-v2:0",
910
+ modelArn: "arn:aws:bedrock:us-east-2::foundation-model/anthropic.claude-3-7-sonnet-20250219-v1:0",
1914
911
  providerName: "Anthropic",
1915
912
  responseStreamingSupported: true,
1916
913
  customizationsSupported: [],
@@ -1926,68 +923,19 @@ export const awsModels: ModelInfo[] = [{
1926
923
  ]
1927
924
  }
1928
925
  }, {
1929
- id: 'anthropic.claude-3-7-sonnet-20250219-v1:0',
926
+ id: 'anthropic.claude-3-haiku-20240307-v1:0:200k',
1930
927
  provider: 'aws',
1931
- name: 'Claude 3.7 Sonnet',
928
+ name: 'Claude 3 Haiku',
1932
929
  contextWindow: 0,
1933
930
  tier: 'efficient',
1934
931
  capabilities: new Set(['chat', 'streaming', 'vision', 'tools']),
1935
932
  pricing: {},
1936
933
  metadata: {
1937
- modelArn: "arn:aws:bedrock:us-east-1::foundation-model/anthropic.claude-3-7-sonnet-20250219-v1:0",
1938
- providerName: "Anthropic",
1939
- responseStreamingSupported: true,
1940
- customizationsSupported: [],
1941
- inferenceTypesSupported: [
1942
- "INFERENCE_PROFILE"
1943
- ],
1944
- inputModalities: [
1945
- "TEXT",
1946
- "IMAGE"
1947
- ],
1948
- outputModalities: [
1949
- "TEXT"
1950
- ]
1951
- }
1952
- }, {
1953
- id: 'anthropic.claude-3-5-haiku-20241022-v1:0',
1954
- provider: 'aws',
1955
- name: 'Claude 3.5 Haiku',
1956
- contextWindow: 0,
1957
- tier: 'efficient',
1958
- capabilities: new Set(['chat', 'streaming', 'tools']),
1959
- pricing: {},
1960
- metadata: {
1961
- modelArn: "arn:aws:bedrock:us-east-1::foundation-model/anthropic.claude-3-5-haiku-20241022-v1:0",
1962
- providerName: "Anthropic",
1963
- responseStreamingSupported: true,
1964
- customizationsSupported: [],
1965
- inferenceTypesSupported: [
1966
- "INFERENCE_PROFILE"
1967
- ],
1968
- inputModalities: [
1969
- "TEXT"
1970
- ],
1971
- outputModalities: [
1972
- "TEXT"
1973
- ]
1974
- }
1975
- }, {
1976
- id: 'anthropic.claude-opus-4-20250514-v1:0',
1977
- provider: 'aws',
1978
- name: 'Claude Opus 4',
1979
- contextWindow: 0,
1980
- tier: 'flagship',
1981
- capabilities: new Set(['chat', 'streaming', 'vision']),
1982
- pricing: {},
1983
- metadata: {
1984
- modelArn: "arn:aws:bedrock:us-east-1::foundation-model/anthropic.claude-opus-4-20250514-v1:0",
934
+ modelArn: "arn:aws:bedrock:us-east-2::foundation-model/anthropic.claude-3-haiku-20240307-v1:0:200k",
1985
935
  providerName: "Anthropic",
1986
936
  responseStreamingSupported: true,
1987
937
  customizationsSupported: [],
1988
- inferenceTypesSupported: [
1989
- "INFERENCE_PROFILE"
1990
- ],
938
+ inferenceTypesSupported: [],
1991
939
  inputModalities: [
1992
940
  "TEXT",
1993
941
  "IMAGE"
@@ -1997,194 +945,175 @@ export const awsModels: ModelInfo[] = [{
1997
945
  ]
1998
946
  }
1999
947
  }, {
2000
- id: 'cohere.command-r-v1:0',
2001
- provider: 'aws',
2002
- name: 'Command R',
2003
- contextWindow: 128000,
2004
- maxOutputTokens: 4096,
2005
- tier: 'efficient',
2006
- capabilities: new Set(['chat', 'streaming']),
2007
- pricing: {
2008
- text: {
2009
- input: 0.5,
2010
- output: 1.5
2011
- }
2012
- },
2013
- metadata: {
2014
- modelArn: "arn:aws:bedrock:us-east-1::foundation-model/cohere.command-r-v1:0",
2015
- providerName: "Cohere",
2016
- responseStreamingSupported: true,
2017
- customizationsSupported: [],
2018
- inferenceTypesSupported: [
2019
- "ON_DEMAND"
2020
- ],
2021
- inputModalities: [
2022
- "TEXT"
2023
- ],
2024
- outputModalities: [
2025
- "TEXT"
2026
- ]
2027
- }
2028
- }, {
2029
- id: 'cohere.command-r-plus-v1:0',
948
+ id: 'anthropic.claude-3-haiku-20240307-v1:0',
2030
949
  provider: 'aws',
2031
- name: 'Command R+',
2032
- contextWindow: 128000,
950
+ name: 'Claude 3 Haiku',
951
+ contextWindow: 200000,
2033
952
  maxOutputTokens: 4096,
2034
- tier: 'flagship',
2035
- capabilities: new Set(['chat', 'streaming']),
953
+ tier: 'efficient',
954
+ capabilities: new Set(['chat', 'streaming', 'vision', 'tools']),
2036
955
  pricing: {
2037
956
  text: {
2038
- input: 3,
2039
- output: 15
957
+ input: 0.25,
958
+ output: 1.25
2040
959
  }
2041
960
  },
2042
961
  metadata: {
2043
- modelArn: "arn:aws:bedrock:us-east-1::foundation-model/cohere.command-r-plus-v1:0",
2044
- providerName: "Cohere",
962
+ modelArn: "arn:aws:bedrock:us-east-2::foundation-model/anthropic.claude-3-haiku-20240307-v1:0",
963
+ providerName: "Anthropic",
2045
964
  responseStreamingSupported: true,
2046
965
  customizationsSupported: [],
2047
966
  inferenceTypesSupported: [
2048
- "ON_DEMAND"
967
+ "INFERENCE_PROFILE"
2049
968
  ],
2050
969
  inputModalities: [
2051
- "TEXT"
970
+ "TEXT",
971
+ "IMAGE"
2052
972
  ],
2053
973
  outputModalities: [
2054
974
  "TEXT"
2055
975
  ]
2056
976
  }
2057
977
  }, {
2058
- id: 'cohere.embed-english-v3:0:512',
978
+ id: 'anthropic.claude-3-5-sonnet-20241022-v2:0',
2059
979
  provider: 'aws',
2060
- name: 'Embed English',
2061
- contextWindow: 0,
980
+ name: 'Claude 3.5 Sonnet v2',
981
+ contextWindow: 200000,
982
+ maxOutputTokens: 8192,
2062
983
  tier: 'efficient',
2063
- capabilities: new Set(['embedding']),
2064
- pricing: {},
984
+ capabilities: new Set(['chat', 'streaming', 'vision', 'tools']),
985
+ pricing: {
986
+ text: {
987
+ input: 3,
988
+ output: 15
989
+ }
990
+ },
2065
991
  metadata: {
2066
- modelArn: "arn:aws:bedrock:us-east-1::foundation-model/cohere.embed-english-v3:0:512",
2067
- providerName: "Cohere",
2068
- responseStreamingSupported: false,
992
+ modelArn: "arn:aws:bedrock:us-east-2::foundation-model/anthropic.claude-3-5-sonnet-20241022-v2:0",
993
+ providerName: "Anthropic",
994
+ responseStreamingSupported: true,
2069
995
  customizationsSupported: [],
2070
996
  inferenceTypesSupported: [
2071
- "PROVISIONED"
997
+ "INFERENCE_PROFILE"
2072
998
  ],
2073
999
  inputModalities: [
2074
- "TEXT"
1000
+ "TEXT",
1001
+ "IMAGE"
2075
1002
  ],
2076
1003
  outputModalities: [
2077
- "EMBEDDING"
1004
+ "TEXT"
2078
1005
  ]
2079
1006
  }
2080
1007
  }, {
2081
- id: 'cohere.embed-english-v3',
1008
+ id: 'anthropic.claude-3-5-haiku-20241022-v1:0',
2082
1009
  provider: 'aws',
2083
- name: 'Embed English',
2084
- contextWindow: 0,
1010
+ name: 'Claude 3.5 Haiku',
1011
+ contextWindow: 200000,
1012
+ maxOutputTokens: 8192,
2085
1013
  tier: 'efficient',
2086
- capabilities: new Set(['embedding']),
1014
+ capabilities: new Set(['chat', 'streaming', 'tools']),
2087
1015
  pricing: {},
2088
1016
  metadata: {
2089
- modelArn: "arn:aws:bedrock:us-east-1::foundation-model/cohere.embed-english-v3",
2090
- providerName: "Cohere",
2091
- responseStreamingSupported: false,
1017
+ modelArn: "arn:aws:bedrock:us-east-2::foundation-model/anthropic.claude-3-5-haiku-20241022-v1:0",
1018
+ providerName: "Anthropic",
1019
+ responseStreamingSupported: true,
2092
1020
  customizationsSupported: [],
2093
1021
  inferenceTypesSupported: [
2094
- "ON_DEMAND"
1022
+ "INFERENCE_PROFILE"
2095
1023
  ],
2096
1024
  inputModalities: [
2097
1025
  "TEXT"
2098
1026
  ],
2099
1027
  outputModalities: [
2100
- "EMBEDDING"
1028
+ "TEXT"
2101
1029
  ]
2102
1030
  }
2103
1031
  }, {
2104
- id: 'cohere.embed-multilingual-v3:0:512',
1032
+ id: 'anthropic.claude-opus-4-20250514-v1:0',
2105
1033
  provider: 'aws',
2106
- name: 'Embed Multilingual',
2107
- contextWindow: 0,
2108
- tier: 'efficient',
2109
- capabilities: new Set(['embedding']),
1034
+ name: 'Claude Opus 4',
1035
+ contextWindow: 200000,
1036
+ maxOutputTokens: 16384,
1037
+ tier: 'flagship',
1038
+ capabilities: new Set(['chat', 'streaming', 'vision', 'tools']),
2110
1039
  pricing: {},
2111
1040
  metadata: {
2112
- modelArn: "arn:aws:bedrock:us-east-1::foundation-model/cohere.embed-multilingual-v3:0:512",
2113
- providerName: "Cohere",
2114
- responseStreamingSupported: false,
1041
+ modelArn: "arn:aws:bedrock:us-east-2::foundation-model/anthropic.claude-opus-4-20250514-v1:0",
1042
+ providerName: "Anthropic",
1043
+ responseStreamingSupported: true,
2115
1044
  customizationsSupported: [],
2116
1045
  inferenceTypesSupported: [
2117
- "PROVISIONED"
1046
+ "INFERENCE_PROFILE"
2118
1047
  ],
2119
1048
  inputModalities: [
2120
- "TEXT"
1049
+ "TEXT",
1050
+ "IMAGE"
2121
1051
  ],
2122
1052
  outputModalities: [
2123
- "EMBEDDING"
1053
+ "TEXT"
2124
1054
  ]
2125
1055
  }
2126
1056
  }, {
2127
- id: 'cohere.embed-multilingual-v3',
1057
+ id: 'deepseek.r1-v1:0',
2128
1058
  provider: 'aws',
2129
- name: 'Embed Multilingual',
1059
+ name: 'DeepSeek-R1',
2130
1060
  contextWindow: 0,
2131
1061
  tier: 'efficient',
2132
- capabilities: new Set(['embedding']),
1062
+ capabilities: new Set([]),
2133
1063
  pricing: {},
2134
1064
  metadata: {
2135
- modelArn: "arn:aws:bedrock:us-east-1::foundation-model/cohere.embed-multilingual-v3",
2136
- providerName: "Cohere",
2137
- responseStreamingSupported: false,
1065
+ modelArn: "arn:aws:bedrock:us-east-2::foundation-model/deepseek.r1-v1:0",
1066
+ providerName: "DeepSeek",
1067
+ responseStreamingSupported: true,
2138
1068
  customizationsSupported: [],
2139
1069
  inferenceTypesSupported: [
2140
- "ON_DEMAND"
1070
+ "INFERENCE_PROFILE"
2141
1071
  ],
2142
1072
  inputModalities: [
2143
1073
  "TEXT"
2144
1074
  ],
2145
1075
  outputModalities: [
2146
- "EMBEDDING"
1076
+ "TEXT"
2147
1077
  ]
2148
1078
  }
2149
1079
  }, {
2150
- id: 'cohere.rerank-v3-5:0',
1080
+ id: 'mistral.pixtral-large-2502-v1:0',
2151
1081
  provider: 'aws',
2152
- name: 'Rerank 3.5',
1082
+ name: 'Pixtral Large (25.02)',
2153
1083
  contextWindow: 0,
2154
- tier: 'efficient',
2155
- capabilities: new Set(['chat']),
1084
+ tier: 'flagship',
1085
+ capabilities: new Set(['chat', 'streaming', 'vision']),
2156
1086
  pricing: {},
2157
1087
  metadata: {
2158
- modelArn: "arn:aws:bedrock:us-east-1::foundation-model/cohere.rerank-v3-5:0",
2159
- providerName: "Cohere",
2160
- responseStreamingSupported: false,
1088
+ modelArn: "arn:aws:bedrock:us-east-2::foundation-model/mistral.pixtral-large-2502-v1:0",
1089
+ providerName: "Mistral AI",
1090
+ responseStreamingSupported: true,
2161
1091
  customizationsSupported: [],
2162
1092
  inferenceTypesSupported: [
2163
- "ON_DEMAND"
1093
+ "INFERENCE_PROFILE"
2164
1094
  ],
2165
1095
  inputModalities: [
2166
- "TEXT"
1096
+ "TEXT",
1097
+ "IMAGE"
2167
1098
  ],
2168
1099
  outputModalities: [
2169
1100
  "TEXT"
2170
1101
  ]
2171
1102
  }
2172
1103
  }, {
2173
- id: 'deepseek.r1-v1:0',
1104
+ id: 'meta.llama3-1-8b-instruct-v1:0:128k',
2174
1105
  provider: 'aws',
2175
- name: 'DeepSeek-R1',
1106
+ name: 'Llama 3.1 8B Instruct',
2176
1107
  contextWindow: 0,
2177
1108
  tier: 'efficient',
2178
- capabilities: new Set([]),
1109
+ capabilities: new Set(['chat', 'streaming']),
2179
1110
  pricing: {},
2180
1111
  metadata: {
2181
- modelArn: "arn:aws:bedrock:us-east-1::foundation-model/deepseek.r1-v1:0",
2182
- providerName: "DeepSeek",
1112
+ modelArn: "arn:aws:bedrock:us-east-2::foundation-model/meta.llama3-1-8b-instruct-v1:0:128k",
1113
+ providerName: "Meta",
2183
1114
  responseStreamingSupported: true,
2184
1115
  customizationsSupported: [],
2185
- inferenceTypesSupported: [
2186
- "INFERENCE_PROFILE"
2187
- ],
1116
+ inferenceTypesSupported: [],
2188
1117
  inputModalities: [
2189
1118
  "TEXT"
2190
1119
  ],
@@ -2193,10 +1122,10 @@ export const awsModels: ModelInfo[] = [{
2193
1122
  ]
2194
1123
  }
2195
1124
  }, {
2196
- id: 'meta.llama3-8b-instruct-v1:0',
1125
+ id: 'meta.llama3-1-8b-instruct-v1:0',
2197
1126
  provider: 'aws',
2198
- name: 'Llama 3 8B Instruct',
2199
- contextWindow: 8192,
1127
+ name: 'Llama 3.1 8B Instruct',
1128
+ contextWindow: 128000,
2200
1129
  maxOutputTokens: 2048,
2201
1130
  tier: 'efficient',
2202
1131
  capabilities: new Set(['chat', 'streaming']),
@@ -2207,12 +1136,12 @@ export const awsModels: ModelInfo[] = [{
2207
1136
  }
2208
1137
  },
2209
1138
  metadata: {
2210
- modelArn: "arn:aws:bedrock:us-east-1::foundation-model/meta.llama3-8b-instruct-v1:0",
1139
+ modelArn: "arn:aws:bedrock:us-east-2::foundation-model/meta.llama3-1-8b-instruct-v1:0",
2211
1140
  providerName: "Meta",
2212
1141
  responseStreamingSupported: true,
2213
1142
  customizationsSupported: [],
2214
1143
  inferenceTypesSupported: [
2215
- "ON_DEMAND"
1144
+ "INFERENCE_PROFILE"
2216
1145
  ],
2217
1146
  inputModalities: [
2218
1147
  "TEXT"
@@ -2222,27 +1151,19 @@ export const awsModels: ModelInfo[] = [{
2222
1151
  ]
2223
1152
  }
2224
1153
  }, {
2225
- id: 'meta.llama3-70b-instruct-v1:0',
1154
+ id: 'meta.llama3-1-70b-instruct-v1:0:128k',
2226
1155
  provider: 'aws',
2227
- name: 'Llama 3 70B Instruct',
2228
- contextWindow: 8192,
2229
- maxOutputTokens: 2048,
1156
+ name: 'Llama 3.1 70B Instruct',
1157
+ contextWindow: 0,
2230
1158
  tier: 'efficient',
2231
1159
  capabilities: new Set(['chat', 'streaming']),
2232
- pricing: {
2233
- text: {
2234
- input: 2.65,
2235
- output: 3.5
2236
- }
2237
- },
1160
+ pricing: {},
2238
1161
  metadata: {
2239
- modelArn: "arn:aws:bedrock:us-east-1::foundation-model/meta.llama3-70b-instruct-v1:0",
1162
+ modelArn: "arn:aws:bedrock:us-east-2::foundation-model/meta.llama3-1-70b-instruct-v1:0:128k",
2240
1163
  providerName: "Meta",
2241
1164
  responseStreamingSupported: true,
2242
1165
  customizationsSupported: [],
2243
- inferenceTypesSupported: [
2244
- "ON_DEMAND"
2245
- ],
1166
+ inferenceTypesSupported: [],
2246
1167
  inputModalities: [
2247
1168
  "TEXT"
2248
1169
  ],
@@ -2251,21 +1172,21 @@ export const awsModels: ModelInfo[] = [{
2251
1172
  ]
2252
1173
  }
2253
1174
  }, {
2254
- id: 'meta.llama3-1-8b-instruct-v1:0',
1175
+ id: 'meta.llama3-1-70b-instruct-v1:0',
2255
1176
  provider: 'aws',
2256
- name: 'Llama 3.1 8B Instruct',
1177
+ name: 'Llama 3.1 70B Instruct',
2257
1178
  contextWindow: 128000,
2258
1179
  maxOutputTokens: 2048,
2259
1180
  tier: 'efficient',
2260
1181
  capabilities: new Set(['chat', 'streaming']),
2261
1182
  pricing: {
2262
1183
  text: {
2263
- input: 0.3,
2264
- output: 0.6
1184
+ input: 2.65,
1185
+ output: 3.5
2265
1186
  }
2266
1187
  },
2267
1188
  metadata: {
2268
- modelArn: "arn:aws:bedrock:us-east-1::foundation-model/meta.llama3-1-8b-instruct-v1:0",
1189
+ modelArn: "arn:aws:bedrock:us-east-2::foundation-model/meta.llama3-1-70b-instruct-v1:0",
2269
1190
  providerName: "Meta",
2270
1191
  responseStreamingSupported: true,
2271
1192
  customizationsSupported: [],
@@ -2280,21 +1201,21 @@ export const awsModels: ModelInfo[] = [{
2280
1201
  ]
2281
1202
  }
2282
1203
  }, {
2283
- id: 'meta.llama3-1-70b-instruct-v1:0',
1204
+ id: 'meta.llama3-1-405b-instruct-v1:0',
2284
1205
  provider: 'aws',
2285
- name: 'Llama 3.1 70B Instruct',
1206
+ name: 'Llama 3.1 405B Instruct',
2286
1207
  contextWindow: 128000,
2287
- maxOutputTokens: 2048,
2288
- tier: 'efficient',
1208
+ maxOutputTokens: 4096,
1209
+ tier: 'flagship',
2289
1210
  capabilities: new Set(['chat', 'streaming']),
2290
1211
  pricing: {
2291
1212
  text: {
2292
- input: 2.65,
2293
- output: 3.5
1213
+ input: 5.32,
1214
+ output: 16
2294
1215
  }
2295
1216
  },
2296
1217
  metadata: {
2297
- modelArn: "arn:aws:bedrock:us-east-1::foundation-model/meta.llama3-1-70b-instruct-v1:0",
1218
+ modelArn: "arn:aws:bedrock:us-east-2::foundation-model/meta.llama3-1-405b-instruct-v1:0",
2298
1219
  providerName: "Meta",
2299
1220
  responseStreamingSupported: true,
2300
1221
  customizationsSupported: [],
@@ -2323,7 +1244,7 @@ export const awsModels: ModelInfo[] = [{
2323
1244
  }
2324
1245
  },
2325
1246
  metadata: {
2326
- modelArn: "arn:aws:bedrock:us-east-1::foundation-model/meta.llama3-2-11b-instruct-v1:0",
1247
+ modelArn: "arn:aws:bedrock:us-east-2::foundation-model/meta.llama3-2-11b-instruct-v1:0",
2327
1248
  providerName: "Meta",
2328
1249
  responseStreamingSupported: true,
2329
1250
  customizationsSupported: [],
@@ -2353,7 +1274,7 @@ export const awsModels: ModelInfo[] = [{
2353
1274
  }
2354
1275
  },
2355
1276
  metadata: {
2356
- modelArn: "arn:aws:bedrock:us-east-1::foundation-model/meta.llama3-2-90b-instruct-v1:0",
1277
+ modelArn: "arn:aws:bedrock:us-east-2::foundation-model/meta.llama3-2-90b-instruct-v1:0",
2357
1278
  providerName: "Meta",
2358
1279
  responseStreamingSupported: true,
2359
1280
  customizationsSupported: [],
@@ -2383,7 +1304,7 @@ export const awsModels: ModelInfo[] = [{
2383
1304
  }
2384
1305
  },
2385
1306
  metadata: {
2386
- modelArn: "arn:aws:bedrock:us-east-1::foundation-model/meta.llama3-2-1b-instruct-v1:0",
1307
+ modelArn: "arn:aws:bedrock:us-east-2::foundation-model/meta.llama3-2-1b-instruct-v1:0",
2387
1308
  providerName: "Meta",
2388
1309
  responseStreamingSupported: true,
2389
1310
  customizationsSupported: [],
@@ -2412,7 +1333,7 @@ export const awsModels: ModelInfo[] = [{
2412
1333
  }
2413
1334
  },
2414
1335
  metadata: {
2415
- modelArn: "arn:aws:bedrock:us-east-1::foundation-model/meta.llama3-2-3b-instruct-v1:0",
1336
+ modelArn: "arn:aws:bedrock:us-east-2::foundation-model/meta.llama3-2-3b-instruct-v1:0",
2416
1337
  providerName: "Meta",
2417
1338
  responseStreamingSupported: true,
2418
1339
  customizationsSupported: [],
@@ -2435,11 +1356,12 @@ export const awsModels: ModelInfo[] = [{
2435
1356
  capabilities: new Set(['chat', 'streaming']),
2436
1357
  pricing: {},
2437
1358
  metadata: {
2438
- modelArn: "arn:aws:bedrock:us-east-1::foundation-model/meta.llama3-3-70b-instruct-v1:0",
1359
+ modelArn: "arn:aws:bedrock:us-east-2::foundation-model/meta.llama3-3-70b-instruct-v1:0",
2439
1360
  providerName: "Meta",
2440
1361
  responseStreamingSupported: true,
2441
1362
  customizationsSupported: [],
2442
1363
  inferenceTypesSupported: [
1364
+ "ON_DEMAND",
2443
1365
  "INFERENCE_PROFILE"
2444
1366
  ],
2445
1367
  inputModalities: [
@@ -2458,7 +1380,7 @@ export const awsModels: ModelInfo[] = [{
2458
1380
  capabilities: new Set(['chat', 'streaming', 'vision']),
2459
1381
  pricing: {},
2460
1382
  metadata: {
2461
- modelArn: "arn:aws:bedrock:us-east-1::foundation-model/meta.llama4-scout-17b-instruct-v1:0",
1383
+ modelArn: "arn:aws:bedrock:us-east-2::foundation-model/meta.llama4-scout-17b-instruct-v1:0",
2462
1384
  providerName: "Meta",
2463
1385
  responseStreamingSupported: true,
2464
1386
  customizationsSupported: [],
@@ -2482,7 +1404,7 @@ export const awsModels: ModelInfo[] = [{
2482
1404
  capabilities: new Set(['chat', 'streaming', 'vision']),
2483
1405
  pricing: {},
2484
1406
  metadata: {
2485
- modelArn: "arn:aws:bedrock:us-east-1::foundation-model/meta.llama4-maverick-17b-instruct-v1:0",
1407
+ modelArn: "arn:aws:bedrock:us-east-2::foundation-model/meta.llama4-maverick-17b-instruct-v1:0",
2486
1408
  providerName: "Meta",
2487
1409
  responseStreamingSupported: true,
2488
1410
  customizationsSupported: [],
@@ -2497,138 +1419,4 @@ export const awsModels: ModelInfo[] = [{
2497
1419
  "TEXT"
2498
1420
  ]
2499
1421
  }
2500
- }, {
2501
- id: 'mistral.mistral-7b-instruct-v0:2',
2502
- provider: 'aws',
2503
- name: 'Mistral 7B Instruct',
2504
- contextWindow: 32000,
2505
- maxOutputTokens: 8192,
2506
- tier: 'efficient',
2507
- capabilities: new Set(['chat', 'streaming']),
2508
- pricing: {
2509
- text: {
2510
- input: 0.15,
2511
- output: 0.2
2512
- }
2513
- },
2514
- metadata: {
2515
- modelArn: "arn:aws:bedrock:us-east-1::foundation-model/mistral.mistral-7b-instruct-v0:2",
2516
- providerName: "Mistral AI",
2517
- responseStreamingSupported: true,
2518
- customizationsSupported: [],
2519
- inferenceTypesSupported: [
2520
- "ON_DEMAND"
2521
- ],
2522
- inputModalities: [
2523
- "TEXT"
2524
- ],
2525
- outputModalities: [
2526
- "TEXT"
2527
- ]
2528
- }
2529
- }, {
2530
- id: 'mistral.mixtral-8x7b-instruct-v0:1',
2531
- provider: 'aws',
2532
- name: 'Mixtral 8x7B Instruct',
2533
- contextWindow: 32000,
2534
- maxOutputTokens: 8192,
2535
- tier: 'efficient',
2536
- capabilities: new Set(['chat', 'streaming']),
2537
- pricing: {
2538
- text: {
2539
- input: 0.45,
2540
- output: 0.7
2541
- }
2542
- },
2543
- metadata: {
2544
- modelArn: "arn:aws:bedrock:us-east-1::foundation-model/mistral.mixtral-8x7b-instruct-v0:1",
2545
- providerName: "Mistral AI",
2546
- responseStreamingSupported: true,
2547
- customizationsSupported: [],
2548
- inferenceTypesSupported: [
2549
- "ON_DEMAND"
2550
- ],
2551
- inputModalities: [
2552
- "TEXT"
2553
- ],
2554
- outputModalities: [
2555
- "TEXT"
2556
- ]
2557
- }
2558
- }, {
2559
- id: 'mistral.mistral-large-2402-v1:0',
2560
- provider: 'aws',
2561
- name: 'Mistral Large (24.02)',
2562
- contextWindow: 32000,
2563
- maxOutputTokens: 8192,
2564
- tier: 'flagship',
2565
- capabilities: new Set(['chat', 'streaming']),
2566
- pricing: {
2567
- text: {
2568
- input: 4,
2569
- output: 12
2570
- }
2571
- },
2572
- metadata: {
2573
- modelArn: "arn:aws:bedrock:us-east-1::foundation-model/mistral.mistral-large-2402-v1:0",
2574
- providerName: "Mistral AI",
2575
- responseStreamingSupported: true,
2576
- customizationsSupported: [],
2577
- inferenceTypesSupported: [
2578
- "ON_DEMAND"
2579
- ],
2580
- inputModalities: [
2581
- "TEXT"
2582
- ],
2583
- outputModalities: [
2584
- "TEXT"
2585
- ]
2586
- }
2587
- }, {
2588
- id: 'mistral.mistral-small-2402-v1:0',
2589
- provider: 'aws',
2590
- name: 'Mistral Small (24.02)',
2591
- contextWindow: 0,
2592
- tier: 'efficient',
2593
- capabilities: new Set(['chat', 'streaming']),
2594
- pricing: {},
2595
- metadata: {
2596
- modelArn: "arn:aws:bedrock:us-east-1::foundation-model/mistral.mistral-small-2402-v1:0",
2597
- providerName: "Mistral AI",
2598
- responseStreamingSupported: true,
2599
- customizationsSupported: [],
2600
- inferenceTypesSupported: [
2601
- "ON_DEMAND"
2602
- ],
2603
- inputModalities: [
2604
- "TEXT"
2605
- ],
2606
- outputModalities: [
2607
- "TEXT"
2608
- ]
2609
- }
2610
- }, {
2611
- id: 'mistral.pixtral-large-2502-v1:0',
2612
- provider: 'aws',
2613
- name: 'Pixtral Large (25.02)',
2614
- contextWindow: 0,
2615
- tier: 'flagship',
2616
- capabilities: new Set(['chat', 'streaming', 'vision']),
2617
- pricing: {},
2618
- metadata: {
2619
- modelArn: "arn:aws:bedrock:us-east-1::foundation-model/mistral.pixtral-large-2502-v1:0",
2620
- providerName: "Mistral AI",
2621
- responseStreamingSupported: true,
2622
- customizationsSupported: [],
2623
- inferenceTypesSupported: [
2624
- "INFERENCE_PROFILE"
2625
- ],
2626
- inputModalities: [
2627
- "TEXT",
2628
- "IMAGE"
2629
- ],
2630
- outputModalities: [
2631
- "TEXT"
2632
- ]
2633
- }
2634
1422
  }];