@anolilab/ai-model-registry 1.4.0 → 2.0.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.
Files changed (147) hide show
  1. package/CHANGELOG.md +41 -0
  2. package/LICENSE.md +8 -13
  3. package/MIGRATION.md +474 -0
  4. package/README.md +94 -49
  5. package/dist/index.d.ts +16 -16
  6. package/dist/index.js +1 -3
  7. package/dist/packem_chunks/alibaba.js +1 -0
  8. package/dist/packem_chunks/amazon-bedrock.js +1 -0
  9. package/dist/packem_chunks/anthropic.js +1 -0
  10. package/dist/packem_chunks/api.js +75 -0
  11. package/dist/packem_chunks/azure-open-ai.js +1 -0
  12. package/dist/packem_chunks/cerebras.js +1 -0
  13. package/dist/packem_chunks/chutes.js +1 -0
  14. package/dist/packem_chunks/cloudflare.js +3 -0
  15. package/dist/packem_chunks/deep-infra.js +1 -0
  16. package/dist/packem_chunks/deep-seek.js +1 -0
  17. package/dist/packem_chunks/fireworks-ai.js +1 -0
  18. package/dist/packem_chunks/git-hub-copilot.js +1 -0
  19. package/dist/packem_chunks/git-hub-models.js +1 -0
  20. package/dist/packem_chunks/google-partner.js +1 -0
  21. package/dist/packem_chunks/google-vertex.js +1 -0
  22. package/dist/packem_chunks/google.js +1 -0
  23. package/dist/packem_chunks/groq.js +1 -0
  24. package/dist/packem_chunks/hugging-face.js +1 -0
  25. package/dist/packem_chunks/inception.js +1 -0
  26. package/dist/packem_chunks/inference.js +1 -0
  27. package/dist/packem_chunks/meta.js +1 -0
  28. package/dist/packem_chunks/mistral.js +1 -0
  29. package/dist/packem_chunks/model-scope.js +1 -0
  30. package/dist/packem_chunks/morph.js +1 -0
  31. package/dist/packem_chunks/open-ai.js +1 -0
  32. package/dist/packem_chunks/open-router.js +1 -0
  33. package/dist/packem_chunks/providers.js +1 -0
  34. package/dist/packem_chunks/requesty.js +73 -0
  35. package/dist/packem_chunks/together-ai.js +1 -0
  36. package/dist/packem_chunks/upstage.js +1 -0
  37. package/dist/packem_chunks/v0.js +1 -0
  38. package/dist/packem_chunks/venice.js +1 -0
  39. package/dist/packem_chunks/vercel.js +1 -0
  40. package/dist/packem_chunks/weights-_-biases.js +1 -0
  41. package/dist/packem_chunks/xai.js +1 -0
  42. package/dist/schema.d.ts +1 -1
  43. package/dist/schema.js +1 -1
  44. package/dist/types/alibaba.d.ts +6 -0
  45. package/dist/types/alibaba.js +0 -0
  46. package/dist/types/amazon-bedrock.d.ts +6 -0
  47. package/dist/types/amazon-bedrock.js +0 -0
  48. package/dist/types/anthropic.d.ts +6 -0
  49. package/dist/types/anthropic.js +0 -0
  50. package/dist/types/azure-open-ai.d.ts +6 -0
  51. package/dist/types/azure-open-ai.js +0 -0
  52. package/dist/types/cerebras.d.ts +6 -0
  53. package/dist/types/cerebras.js +0 -0
  54. package/dist/types/chutes.d.ts +6 -0
  55. package/dist/types/chutes.js +0 -0
  56. package/dist/types/cloudflare.d.ts +6 -0
  57. package/dist/types/cloudflare.js +0 -0
  58. package/dist/types/deep-infra.d.ts +6 -0
  59. package/dist/types/deep-infra.js +0 -0
  60. package/dist/types/deep-seek.d.ts +6 -0
  61. package/dist/types/deep-seek.js +0 -0
  62. package/dist/types/fireworks-ai.d.ts +6 -0
  63. package/dist/types/fireworks-ai.js +0 -0
  64. package/dist/types/git-hub-copilot.d.ts +6 -0
  65. package/dist/types/git-hub-copilot.js +0 -0
  66. package/dist/types/git-hub-models.d.ts +6 -0
  67. package/dist/types/git-hub-models.js +0 -0
  68. package/dist/types/google-partner.d.ts +6 -0
  69. package/dist/types/google-partner.js +0 -0
  70. package/dist/types/google-vertex.d.ts +6 -0
  71. package/dist/types/google-vertex.js +0 -0
  72. package/dist/types/google.d.ts +6 -0
  73. package/dist/types/google.js +0 -0
  74. package/dist/types/groq.d.ts +6 -0
  75. package/dist/types/groq.js +0 -0
  76. package/dist/types/hugging-face.d.ts +6 -0
  77. package/dist/types/hugging-face.js +0 -0
  78. package/dist/types/inception.d.ts +6 -0
  79. package/dist/types/inception.js +0 -0
  80. package/dist/types/inference.d.ts +6 -0
  81. package/dist/types/inference.js +0 -0
  82. package/dist/types/meta.d.ts +6 -0
  83. package/dist/types/meta.js +0 -0
  84. package/dist/types/mistral.d.ts +6 -0
  85. package/dist/types/mistral.js +0 -0
  86. package/dist/types/model-scope.d.ts +6 -0
  87. package/dist/types/model-scope.js +0 -0
  88. package/dist/types/morph.d.ts +6 -0
  89. package/dist/types/morph.js +0 -0
  90. package/dist/types/open-ai.d.ts +6 -0
  91. package/dist/types/open-ai.js +0 -0
  92. package/dist/types/open-router.d.ts +6 -0
  93. package/dist/types/open-router.js +0 -0
  94. package/dist/types/providers.d.ts +11 -0
  95. package/dist/types/providers.js +1 -0
  96. package/dist/types/requesty.d.ts +6 -0
  97. package/dist/types/requesty.js +0 -0
  98. package/dist/types/together-ai.d.ts +6 -0
  99. package/dist/types/together-ai.js +0 -0
  100. package/dist/types/upstage.d.ts +6 -0
  101. package/dist/types/upstage.js +0 -0
  102. package/dist/types/v0.d.ts +6 -0
  103. package/dist/types/v0.js +0 -0
  104. package/dist/types/venice.d.ts +6 -0
  105. package/dist/types/venice.js +0 -0
  106. package/dist/types/vercel.d.ts +6 -0
  107. package/dist/types/vercel.js +0 -0
  108. package/dist/types/weights-_-biases.d.ts +6 -0
  109. package/dist/types/weights-_-biases.js +0 -0
  110. package/dist/types/xai.d.ts +6 -0
  111. package/dist/types/xai.js +0 -0
  112. package/package.json +6 -1
  113. package/public/alibaba.json +326 -0
  114. package/public/amazon-bedrock.json +2141 -0
  115. package/public/anthropic.json +396 -0
  116. package/public/api.json +13504 -3
  117. package/public/azure-open-ai.json +332 -0
  118. package/public/cerebras.json +288 -0
  119. package/public/chutes.json +3220 -0
  120. package/public/cloudflare.json +3094 -0
  121. package/public/deep-infra.json +956 -0
  122. package/public/deep-seek.json +46 -0
  123. package/public/fireworks-ai.json +14486 -0
  124. package/public/git-hub-copilot.json +676 -0
  125. package/public/git-hub-models.json +256 -0
  126. package/public/google-partner.json +536 -0
  127. package/public/google-vertex.json +1376 -0
  128. package/public/google.json +536 -0
  129. package/public/groq.json +882 -0
  130. package/public/hugging-face.json +1096 -0
  131. package/public/inception.json +81 -0
  132. package/public/inference.json +291 -0
  133. package/public/meta.json +151 -0
  134. package/public/mistral.json +2181 -0
  135. package/public/model-scope.json +37839 -0
  136. package/public/morph.json +46 -0
  137. package/public/open-ai.json +606 -0
  138. package/public/open-router.json +15341 -0
  139. package/public/providers.json +43 -0
  140. package/public/requesty.json +13757 -0
  141. package/public/together-ai.json +641 -0
  142. package/public/upstage.json +606 -0
  143. package/public/v0.json +431 -0
  144. package/public/venice.json +501 -0
  145. package/public/vercel.json +4071 -0
  146. package/public/weights-&-biases.json +551 -0
  147. package/public/xai.json +256 -0
@@ -0,0 +1,2141 @@
1
+ {
2
+ "metadata": {
3
+ "description": "AI Models API - Models from Amazon Bedrock",
4
+ "lastUpdated": "2026-01-10T23:24:47.785Z",
5
+ "provider": "Amazon Bedrock",
6
+ "totalModels": 66,
7
+ "version": "0.0.0-development"
8
+ },
9
+ "models": [
10
+ {
11
+ "attachment": false,
12
+ "cost": {
13
+ "input": null,
14
+ "inputCacheHit": null,
15
+ "output": null
16
+ },
17
+ "id": "ai21.jamba-1-5-large-v1:0",
18
+ "knowledge": null,
19
+ "lastUpdated": "2024-09-23",
20
+ "launchDate": "9/23/2024",
21
+ "limit": {
22
+ "context": null,
23
+ "output": null
24
+ },
25
+ "modalities": {
26
+ "input": ["text"],
27
+ "output": ["text"]
28
+ },
29
+ "name": "Jamba 1.5 Large",
30
+ "openWeights": true,
31
+ "provider": "Amazon Bedrock",
32
+ "providerId": "amazon-bedrock/ai21-labs",
33
+ "reasoning": false,
34
+ "regions": ["us-east-1"],
35
+ "releaseDate": "2024-09-23",
36
+ "streamingSupported": null,
37
+ "temperature": true,
38
+ "toolCall": true,
39
+ "icon": "bedrock"
40
+ },
41
+ {
42
+ "attachment": false,
43
+ "cost": {
44
+ "input": null,
45
+ "inputCacheHit": null,
46
+ "output": null
47
+ },
48
+ "id": "ai21.jamba-1-5-mini-v1:0",
49
+ "knowledge": null,
50
+ "lastUpdated": "2024-09-23",
51
+ "launchDate": "9/23/2024",
52
+ "limit": {
53
+ "context": null,
54
+ "output": null
55
+ },
56
+ "modalities": {
57
+ "input": ["text"],
58
+ "output": ["text"]
59
+ },
60
+ "name": "Jamba 1.5 Mini",
61
+ "openWeights": true,
62
+ "provider": "Amazon Bedrock",
63
+ "providerId": "amazon-bedrock/ai21-labs",
64
+ "reasoning": false,
65
+ "regions": ["us-east-1"],
66
+ "releaseDate": "2024-09-23",
67
+ "streamingSupported": null,
68
+ "temperature": true,
69
+ "toolCall": true,
70
+ "icon": "bedrock"
71
+ },
72
+ {
73
+ "attachment": false,
74
+ "cost": {
75
+ "input": null,
76
+ "inputCacheHit": null,
77
+ "output": null
78
+ },
79
+ "id": "ai21.jamba-instruct-v1:0",
80
+ "knowledge": null,
81
+ "lastUpdated": "2024-06-25",
82
+ "launchDate": "6/25/2024",
83
+ "limit": {
84
+ "context": null,
85
+ "output": null
86
+ },
87
+ "modalities": {
88
+ "input": ["text"],
89
+ "output": ["text"]
90
+ },
91
+ "name": "Jamba-Instruct",
92
+ "openWeights": true,
93
+ "provider": "Amazon Bedrock",
94
+ "providerId": "amazon-bedrock/ai21-labs",
95
+ "reasoning": false,
96
+ "regions": ["us-east-1"],
97
+ "releaseDate": "2024-06-25",
98
+ "streamingSupported": null,
99
+ "temperature": true,
100
+ "toolCall": true,
101
+ "icon": "bedrock"
102
+ },
103
+ {
104
+ "attachment": false,
105
+ "cost": {
106
+ "input": null,
107
+ "inputCacheHit": null,
108
+ "output": null
109
+ },
110
+ "id": "amazon.nova-canvas-v1:0",
111
+ "knowledge": null,
112
+ "lastUpdated": "2024-12-04",
113
+ "launchDate": "12/4/2024",
114
+ "limit": {
115
+ "context": null,
116
+ "output": null
117
+ },
118
+ "modalities": {
119
+ "input": ["text"],
120
+ "output": ["text", "image"]
121
+ },
122
+ "name": "Nova Canvas",
123
+ "openWeights": true,
124
+ "provider": "Amazon Bedrock",
125
+ "providerId": "amazon-bedrock/amazon",
126
+ "reasoning": false,
127
+ "regions": ["us-east-1"],
128
+ "releaseDate": "2024-12-04",
129
+ "streamingSupported": null,
130
+ "temperature": true,
131
+ "toolCall": true,
132
+ "icon": "bedrock"
133
+ },
134
+ {
135
+ "attachment": false,
136
+ "cost": {
137
+ "input": null,
138
+ "inputCacheHit": null,
139
+ "output": null
140
+ },
141
+ "id": "amazon.nova-lite-v1:0",
142
+ "knowledge": null,
143
+ "lastUpdated": "2024-12-04",
144
+ "launchDate": "12/4/202412/4/202412/4/2024",
145
+ "limit": {
146
+ "context": null,
147
+ "output": null
148
+ },
149
+ "modalities": {
150
+ "input": ["text"],
151
+ "output": ["text", "image", "video"]
152
+ },
153
+ "name": "Nova Lite",
154
+ "openWeights": true,
155
+ "provider": "Amazon Bedrock",
156
+ "providerId": "amazon-bedrock/amazon",
157
+ "reasoning": false,
158
+ "regions": ["us-east-1", "us-east-2*", "us-west-2*"],
159
+ "releaseDate": "2024-12-04",
160
+ "streamingSupported": null,
161
+ "temperature": true,
162
+ "toolCall": true,
163
+ "icon": "bedrock"
164
+ },
165
+ {
166
+ "attachment": false,
167
+ "cost": {
168
+ "input": null,
169
+ "inputCacheHit": null,
170
+ "output": null
171
+ },
172
+ "id": "amazon.nova-micro-v1:0",
173
+ "knowledge": null,
174
+ "lastUpdated": "2024-12-04",
175
+ "launchDate": "12/4/202412/4/202412/4/2024",
176
+ "limit": {
177
+ "context": null,
178
+ "output": null
179
+ },
180
+ "modalities": {
181
+ "input": ["text"],
182
+ "output": ["text"]
183
+ },
184
+ "name": "Nova Micro",
185
+ "openWeights": true,
186
+ "provider": "Amazon Bedrock",
187
+ "providerId": "amazon-bedrock/amazon",
188
+ "reasoning": false,
189
+ "regions": ["us-east-1", "us-east-2*", "us-west-2*"],
190
+ "releaseDate": "2024-12-04",
191
+ "streamingSupported": null,
192
+ "temperature": true,
193
+ "toolCall": true,
194
+ "icon": "bedrock"
195
+ },
196
+ {
197
+ "attachment": false,
198
+ "cost": {
199
+ "input": null,
200
+ "inputCacheHit": null,
201
+ "output": null
202
+ },
203
+ "id": "amazon.nova-pro-v1:0",
204
+ "knowledge": null,
205
+ "lastUpdated": "2024-12-04",
206
+ "launchDate": "12/4/202412/4/202412/4/2024",
207
+ "limit": {
208
+ "context": null,
209
+ "output": null
210
+ },
211
+ "modalities": {
212
+ "input": ["text"],
213
+ "output": ["text", "image", "video"]
214
+ },
215
+ "name": "Nova Pro",
216
+ "openWeights": true,
217
+ "provider": "Amazon Bedrock",
218
+ "providerId": "amazon-bedrock/amazon",
219
+ "reasoning": false,
220
+ "regions": ["us-east-1", "us-east-2*", "us-west-2*"],
221
+ "releaseDate": "2024-12-04",
222
+ "streamingSupported": null,
223
+ "temperature": true,
224
+ "toolCall": true,
225
+ "icon": "bedrock"
226
+ },
227
+ {
228
+ "attachment": false,
229
+ "cost": {
230
+ "input": null,
231
+ "inputCacheHit": null,
232
+ "output": null
233
+ },
234
+ "id": "amazon.nova-reel-v1:0",
235
+ "knowledge": null,
236
+ "lastUpdated": "2024-12-04",
237
+ "launchDate": "12/4/202412/4/202412/4/2024",
238
+ "limit": {
239
+ "context": null,
240
+ "output": null
241
+ },
242
+ "modalities": {
243
+ "input": ["text"],
244
+ "output": ["text", "image"]
245
+ },
246
+ "name": "Nova Reel",
247
+ "openWeights": true,
248
+ "provider": "Amazon Bedrock",
249
+ "providerId": "amazon-bedrock/amazon",
250
+ "reasoning": false,
251
+ "regions": ["us-east-1"],
252
+ "releaseDate": "2024-12-04",
253
+ "streamingSupported": null,
254
+ "temperature": true,
255
+ "toolCall": true,
256
+ "icon": "bedrock"
257
+ },
258
+ {
259
+ "attachment": false,
260
+ "cost": {
261
+ "input": null,
262
+ "inputCacheHit": null,
263
+ "output": null
264
+ },
265
+ "id": "amazon.rerank-v1:0",
266
+ "knowledge": null,
267
+ "lastUpdated": null,
268
+ "launchDate": "",
269
+ "limit": {
270
+ "context": null,
271
+ "output": null
272
+ },
273
+ "modalities": {
274
+ "input": ["text"],
275
+ "output": ["text"]
276
+ },
277
+ "name": "Rerank 1.0",
278
+ "openWeights": true,
279
+ "provider": "Amazon Bedrock",
280
+ "providerId": "amazon-bedrock/amazon",
281
+ "reasoning": false,
282
+ "regions": ["us-west-2", "ap-northeast-1", "ca-central-1", "eu-central-1"],
283
+ "releaseDate": null,
284
+ "streamingSupported": null,
285
+ "temperature": true,
286
+ "toolCall": true,
287
+ "icon": "bedrock"
288
+ },
289
+ {
290
+ "attachment": false,
291
+ "cost": {
292
+ "input": null,
293
+ "inputCacheHit": null,
294
+ "output": null
295
+ },
296
+ "id": "amazon.titan-embed-image-v1",
297
+ "knowledge": null,
298
+ "lastUpdated": "2023-11-29",
299
+ "launchDate": "11/29/202311/29/20234/30/20243/27/20246/13/20246/27/20244/30/20246/13/20243/27/20246/13/2024",
300
+ "limit": {
301
+ "context": null,
302
+ "output": null
303
+ },
304
+ "modalities": {
305
+ "input": ["text"],
306
+ "output": ["text", "image"]
307
+ },
308
+ "name": "Titan Multimodal Embeddings G1",
309
+ "openWeights": true,
310
+ "provider": "Amazon Bedrock",
311
+ "providerId": "amazon-bedrock/amazon",
312
+ "reasoning": false,
313
+ "regions": [
314
+ "us-east-1",
315
+ "us-west-2",
316
+ "ap-south-1",
317
+ "ap-southeast-2",
318
+ "ca-central-1",
319
+ "eu-central-1",
320
+ "eu-west-1 (Gated)",
321
+ "eu-west-2",
322
+ "eu-west-3",
323
+ "sa-east-1"
324
+ ],
325
+ "releaseDate": "2023-11-29",
326
+ "streamingSupported": null,
327
+ "temperature": true,
328
+ "toolCall": true,
329
+ "icon": "bedrock"
330
+ },
331
+ {
332
+ "attachment": false,
333
+ "cost": {
334
+ "input": null,
335
+ "inputCacheHit": null,
336
+ "output": null
337
+ },
338
+ "id": "amazon.titan-embed-text-v1",
339
+ "knowledge": null,
340
+ "lastUpdated": "2023-11-29",
341
+ "launchDate": "11/29/202311/29/202311/29/202311/29/2023",
342
+ "limit": {
343
+ "context": null,
344
+ "output": null
345
+ },
346
+ "modalities": {
347
+ "input": ["text"],
348
+ "output": ["text"]
349
+ },
350
+ "name": "Titan Embeddings G1 - Text",
351
+ "openWeights": true,
352
+ "provider": "Amazon Bedrock",
353
+ "providerId": "amazon-bedrock/amazon",
354
+ "reasoning": false,
355
+ "regions": ["us-east-1", "us-west-2", "ap-northeast-1", "eu-central-1"],
356
+ "releaseDate": "2023-11-29",
357
+ "streamingSupported": null,
358
+ "temperature": true,
359
+ "toolCall": true,
360
+ "icon": "bedrock"
361
+ },
362
+ {
363
+ "attachment": false,
364
+ "cost": {
365
+ "input": null,
366
+ "inputCacheHit": null,
367
+ "output": null
368
+ },
369
+ "id": "amazon.titan-embed-text-v2:0",
370
+ "knowledge": null,
371
+ "lastUpdated": "2024-04-30",
372
+ "launchDate": "4/30/20244/30/202411/8/20248/13/202412/13/20249/30/202412/13/202410/10/20246/13/20246/27/202410/31/20246/13/202412/13/20246/13/2024",
373
+ "limit": {
374
+ "context": null,
375
+ "output": null
376
+ },
377
+ "modalities": {
378
+ "input": ["text"],
379
+ "output": ["text"]
380
+ },
381
+ "name": "Titan Text Embeddings V2",
382
+ "openWeights": true,
383
+ "provider": "Amazon Bedrock",
384
+ "providerId": "amazon-bedrock/amazon",
385
+ "reasoning": false,
386
+ "regions": [
387
+ "us-east-1",
388
+ "us-east-2",
389
+ "us-west-2",
390
+ "us-gov-east-1",
391
+ "us-gov-west-1",
392
+ "ap-northeast-1",
393
+ "ap-northeast-2",
394
+ "ap-south-1",
395
+ "ap-southeast-1",
396
+ "ap-southeast-2",
397
+ "ca-central-1",
398
+ "eu-central-1",
399
+ "eu-central-2",
400
+ "eu-west-2",
401
+ "eu-west-3",
402
+ "sa-east-1"
403
+ ],
404
+ "releaseDate": "2024-04-30",
405
+ "streamingSupported": null,
406
+ "temperature": true,
407
+ "toolCall": true,
408
+ "icon": "bedrock"
409
+ },
410
+ {
411
+ "attachment": false,
412
+ "cost": {
413
+ "input": null,
414
+ "inputCacheHit": null,
415
+ "output": null
416
+ },
417
+ "id": "amazon.titan-image-generator-v1",
418
+ "knowledge": null,
419
+ "lastUpdated": "2023-12-01",
420
+ "launchDate": "12/1/202312/1/20234/30/20244/30/20246/13/2024",
421
+ "limit": {
422
+ "context": null,
423
+ "output": null
424
+ },
425
+ "modalities": {
426
+ "input": ["text", "image"],
427
+ "output": ["image"]
428
+ },
429
+ "name": "Titan Image Generator G1",
430
+ "openWeights": true,
431
+ "provider": "Amazon Bedrock",
432
+ "providerId": "amazon-bedrock/amazon",
433
+ "reasoning": false,
434
+ "regions": ["us-east-1", "us-west-2", "ap-south-1", "eu-west-1 (Gated)", "eu-west-2"],
435
+ "releaseDate": "2023-12-01",
436
+ "streamingSupported": null,
437
+ "temperature": true,
438
+ "toolCall": true,
439
+ "icon": "bedrock"
440
+ },
441
+ {
442
+ "attachment": false,
443
+ "cost": {
444
+ "input": null,
445
+ "inputCacheHit": null,
446
+ "output": null
447
+ },
448
+ "id": "amazon.titan-image-generator-v2:0",
449
+ "knowledge": null,
450
+ "lastUpdated": "2024-08-06",
451
+ "launchDate": "8/6/20248/6/2024",
452
+ "limit": {
453
+ "context": null,
454
+ "output": null
455
+ },
456
+ "modalities": {
457
+ "input": ["text"],
458
+ "output": ["text", "image"]
459
+ },
460
+ "name": "Titan Image Generator G1 v2",
461
+ "openWeights": true,
462
+ "provider": "Amazon Bedrock",
463
+ "providerId": "amazon-bedrock/amazon",
464
+ "reasoning": false,
465
+ "regions": ["us-east-1", "us-west-2"],
466
+ "releaseDate": "2024-08-06",
467
+ "streamingSupported": null,
468
+ "temperature": true,
469
+ "toolCall": true,
470
+ "icon": "bedrock"
471
+ },
472
+ {
473
+ "attachment": false,
474
+ "cost": {
475
+ "input": null,
476
+ "inputCacheHit": null,
477
+ "output": null
478
+ },
479
+ "id": "amazon.titan-text-express-v1",
480
+ "knowledge": null,
481
+ "lastUpdated": "2023-11-29",
482
+ "launchDate": "11/29/202311/29/202311/29/202311/29/20234/30/20243/27/20246/13/202411/29/20234/30/20246/13/20243/27/20246/13/2024",
483
+ "limit": {
484
+ "context": null,
485
+ "output": null
486
+ },
487
+ "modalities": {
488
+ "input": ["text"],
489
+ "output": ["text"]
490
+ },
491
+ "name": "Titan Text G1 - Express",
492
+ "openWeights": true,
493
+ "provider": "Amazon Bedrock",
494
+ "providerId": "amazon-bedrock/amazon",
495
+ "reasoning": false,
496
+ "regions": [
497
+ "us-east-1",
498
+ "us-west-2",
499
+ "us-gov-west-1",
500
+ "ap-northeast-1",
501
+ "ap-south-1",
502
+ "ap-southeast-2",
503
+ "ca-central-1",
504
+ "eu-central-1",
505
+ "eu-west-1 (Gated)",
506
+ "eu-west-2",
507
+ "eu-west-3",
508
+ "sa-east-1"
509
+ ],
510
+ "releaseDate": "2023-11-29",
511
+ "streamingSupported": null,
512
+ "temperature": true,
513
+ "toolCall": true,
514
+ "icon": "bedrock"
515
+ },
516
+ {
517
+ "attachment": false,
518
+ "cost": {
519
+ "input": null,
520
+ "inputCacheHit": null,
521
+ "output": null
522
+ },
523
+ "id": "amazon.titan-text-lite-v1",
524
+ "knowledge": null,
525
+ "lastUpdated": "2023-11-29",
526
+ "launchDate": "11/29/202311/29/20234/30/20243/27/20246/13/20246/27/20244/30/20246/13/20243/27/20246/13/2024",
527
+ "limit": {
528
+ "context": null,
529
+ "output": null
530
+ },
531
+ "modalities": {
532
+ "input": ["text"],
533
+ "output": ["text"]
534
+ },
535
+ "name": "Titan Text G1 - Lite",
536
+ "openWeights": true,
537
+ "provider": "Amazon Bedrock",
538
+ "providerId": "amazon-bedrock/amazon",
539
+ "reasoning": false,
540
+ "regions": [
541
+ "us-east-1",
542
+ "us-west-2",
543
+ "ap-south-1",
544
+ "ap-southeast-2",
545
+ "ca-central-1",
546
+ "eu-central-1",
547
+ "eu-west-1 (Gated)",
548
+ "eu-west-2",
549
+ "eu-west-3",
550
+ "sa-east-1"
551
+ ],
552
+ "releaseDate": "2023-11-29",
553
+ "streamingSupported": null,
554
+ "temperature": true,
555
+ "toolCall": true,
556
+ "icon": "bedrock"
557
+ },
558
+ {
559
+ "attachment": false,
560
+ "cost": {
561
+ "input": null,
562
+ "inputCacheHit": null,
563
+ "output": null
564
+ },
565
+ "id": "amazon.titan-text-premier-v1:0",
566
+ "knowledge": null,
567
+ "lastUpdated": "2024-05-07",
568
+ "launchDate": "5/7/2024",
569
+ "limit": {
570
+ "context": null,
571
+ "output": null
572
+ },
573
+ "modalities": {
574
+ "input": ["text"],
575
+ "output": ["text"]
576
+ },
577
+ "name": "Titan Text G1 - Premier",
578
+ "openWeights": true,
579
+ "provider": "Amazon Bedrock",
580
+ "providerId": "amazon-bedrock/amazon",
581
+ "reasoning": false,
582
+ "regions": ["us-east-1"],
583
+ "releaseDate": "2024-05-07",
584
+ "streamingSupported": null,
585
+ "temperature": true,
586
+ "toolCall": true,
587
+ "icon": "bedrock"
588
+ },
589
+ {
590
+ "attachment": false,
591
+ "cost": {
592
+ "input": null,
593
+ "inputCacheHit": null,
594
+ "output": null
595
+ },
596
+ "id": "anthropic.claude-3-5-haiku-20241022-v1:0",
597
+ "knowledge": null,
598
+ "lastUpdated": "2024-11-04",
599
+ "launchDate": "11/4/2024",
600
+ "limit": {
601
+ "context": null,
602
+ "output": null
603
+ },
604
+ "modalities": {
605
+ "input": ["text", "image"],
606
+ "output": ["text"]
607
+ },
608
+ "name": "Claude 3.5 Haiku",
609
+ "openWeights": true,
610
+ "provider": "Amazon Bedrock",
611
+ "providerId": "amazon-bedrock/anthropic",
612
+ "reasoning": false,
613
+ "regions": ["us-east-1*", "us-east-2*", "us-west-2"],
614
+ "releaseDate": "2024-11-04",
615
+ "streamingSupported": null,
616
+ "temperature": true,
617
+ "toolCall": true,
618
+ "icon": "bedrock"
619
+ },
620
+ {
621
+ "attachment": false,
622
+ "cost": {
623
+ "input": null,
624
+ "inputCacheHit": null,
625
+ "output": null
626
+ },
627
+ "id": "anthropic.claude-3-5-sonnet-20240620-v1:0",
628
+ "knowledge": null,
629
+ "lastUpdated": "2024-06-20",
630
+ "launchDate": "6/20/20247/30/20248/7/20248/5/2024",
631
+ "limit": {
632
+ "context": null,
633
+ "output": null
634
+ },
635
+ "modalities": {
636
+ "input": ["text"],
637
+ "output": ["text", "image"]
638
+ },
639
+ "name": "Claude 3.5 Sonnet v1",
640
+ "openWeights": true,
641
+ "provider": "Amazon Bedrock",
642
+ "providerId": "amazon-bedrock/anthropic",
643
+ "reasoning": false,
644
+ "regions": ["us-gov-east-1*", "us-gov-west-1", "ap-northeast-1", "ap-northeast-2", "ap-south-1*", "ap-southeast-1 (Gated)", "ap-southeast-2*"],
645
+ "releaseDate": "2024-06-20",
646
+ "streamingSupported": null,
647
+ "temperature": true,
648
+ "toolCall": true,
649
+ "icon": "bedrock"
650
+ },
651
+ {
652
+ "attachment": false,
653
+ "cost": {
654
+ "input": null,
655
+ "inputCacheHit": null,
656
+ "output": null
657
+ },
658
+ "id": "anthropic.claude-3-5-sonnet-20241022-v2:0",
659
+ "knowledge": null,
660
+ "lastUpdated": "2024-10-22",
661
+ "launchDate": "10/22/2024",
662
+ "limit": {
663
+ "context": null,
664
+ "output": null
665
+ },
666
+ "modalities": {
667
+ "input": ["text"],
668
+ "output": ["text", "image"]
669
+ },
670
+ "name": "Claude 3.5 Sonnet v2",
671
+ "openWeights": true,
672
+ "provider": "Amazon Bedrock",
673
+ "providerId": "amazon-bedrock/anthropic",
674
+ "reasoning": false,
675
+ "regions": ["ap-northeast-1", "ap-northeast-2", "ap-northeast-3", "ap-south-1", "ap-south-2", "ap-southeast-1", "ap-southeast-2"],
676
+ "releaseDate": "2024-10-22",
677
+ "streamingSupported": null,
678
+ "temperature": true,
679
+ "toolCall": true,
680
+ "icon": "bedrock"
681
+ },
682
+ {
683
+ "attachment": false,
684
+ "cost": {
685
+ "input": null,
686
+ "inputCacheHit": null,
687
+ "output": null
688
+ },
689
+ "id": "anthropic.claude-3-7-sonnet-20250219-v1:0",
690
+ "knowledge": null,
691
+ "lastUpdated": "2025-02-24",
692
+ "launchDate": "2/24/2025",
693
+ "limit": {
694
+ "context": null,
695
+ "output": null
696
+ },
697
+ "modalities": {
698
+ "input": ["text"],
699
+ "output": ["text", "image"]
700
+ },
701
+ "name": "Claude 3.7 Sonnet",
702
+ "openWeights": true,
703
+ "provider": "Amazon Bedrock",
704
+ "providerId": "amazon-bedrock/anthropic",
705
+ "reasoning": false,
706
+ "releaseDate": "2025-02-24",
707
+ "streamingSupported": null,
708
+ "temperature": true,
709
+ "toolCall": true,
710
+ "icon": "bedrock"
711
+ },
712
+ {
713
+ "attachment": false,
714
+ "cost": {
715
+ "input": null,
716
+ "inputCacheHit": null,
717
+ "output": null
718
+ },
719
+ "id": "anthropic.claude-3-haiku-20240307-v1:0",
720
+ "knowledge": null,
721
+ "lastUpdated": "2024-03-14",
722
+ "launchDate": "3/14/20243/14/20248/30/20247/30/20244/30/20248/7/20244/6/20246/13/20244/30/20245/9/20244/4/20246/13/2024",
723
+ "limit": {
724
+ "context": null,
725
+ "output": null
726
+ },
727
+ "modalities": {
728
+ "input": ["text"],
729
+ "output": ["text", "image"]
730
+ },
731
+ "name": "Claude 3 Haiku",
732
+ "openWeights": true,
733
+ "provider": "Amazon Bedrock",
734
+ "providerId": "amazon-bedrock/anthropic",
735
+ "reasoning": false,
736
+ "regions": [
737
+ "us-east-1",
738
+ "us-east-2*",
739
+ "us-west-2",
740
+ "us-gov-east-1*",
741
+ "us-gov-west-1",
742
+ "ap-northeast-1",
743
+ "ap-northeast-2",
744
+ "ap-south-1",
745
+ "ap-southeast-1 (Gated)",
746
+ "ap-southeast-2",
747
+ "ca-central-1",
748
+ "eu-central-1",
749
+ "eu-central-2",
750
+ "eu-west-1 (Gated)",
751
+ "eu-west-2",
752
+ "eu-west-3",
753
+ "sa-east-1"
754
+ ],
755
+ "releaseDate": "2024-03-14",
756
+ "streamingSupported": null,
757
+ "temperature": true,
758
+ "toolCall": true,
759
+ "icon": "bedrock"
760
+ },
761
+ {
762
+ "attachment": false,
763
+ "cost": {
764
+ "input": null,
765
+ "inputCacheHit": null,
766
+ "output": null
767
+ },
768
+ "id": "anthropic.claude-3-sonnet-20240229-v1:0",
769
+ "knowledge": null,
770
+ "lastUpdated": "2024-03-04",
771
+ "launchDate": "3/4/20243/4/2024--4/30/2024-4/6/20246/13/20245/29/20244/30/20245/9/20244/4/20246/13/2024",
772
+ "limit": {
773
+ "context": null,
774
+ "output": null
775
+ },
776
+ "modalities": {
777
+ "input": ["text", "image"],
778
+ "output": ["text"]
779
+ },
780
+ "name": "Claude 3 Sonnet",
781
+ "openWeights": true,
782
+ "provider": "Amazon Bedrock",
783
+ "providerId": "amazon-bedrock/anthropic",
784
+ "reasoning": false,
785
+ "regions": [
786
+ "us-east-1",
787
+ "us-west-2",
788
+ "ap-northeast-1*",
789
+ "ap-northeast-2*",
790
+ "ap-south-1",
791
+ "ap-southeast-1 (Gated)*",
792
+ "ap-southeast-2",
793
+ "ca-central-1",
794
+ "eu-central-1",
795
+ "eu-west-1 (Gated)",
796
+ "eu-west-2",
797
+ "eu-west-3",
798
+ "sa-east-1"
799
+ ],
800
+ "releaseDate": "2024-03-04",
801
+ "streamingSupported": null,
802
+ "temperature": true,
803
+ "toolCall": true,
804
+ "icon": "bedrock"
805
+ },
806
+ {
807
+ "attachment": false,
808
+ "cost": {
809
+ "input": null,
810
+ "inputCacheHit": null,
811
+ "output": null
812
+ },
813
+ "id": "anthropic.claude-haiku-4-5-20251001-v1:0",
814
+ "knowledge": null,
815
+ "lastUpdated": "2025-10-01",
816
+ "launchDate": "10/1/2025",
817
+ "limit": {
818
+ "context": null,
819
+ "output": null
820
+ },
821
+ "modalities": {
822
+ "input": ["text"],
823
+ "output": ["text", "image"]
824
+ },
825
+ "name": "Claude Haiku 4.5",
826
+ "openWeights": true,
827
+ "provider": "Amazon Bedrock",
828
+ "providerId": "amazon-bedrock/anthropic",
829
+ "reasoning": false,
830
+ "regions": ["us-east-1*", "us-east-2*", "us-west-2*"],
831
+ "releaseDate": "2025-10-01",
832
+ "streamingSupported": null,
833
+ "temperature": true,
834
+ "toolCall": true,
835
+ "icon": "bedrock"
836
+ },
837
+ {
838
+ "attachment": false,
839
+ "cost": {
840
+ "input": null,
841
+ "inputCacheHit": null,
842
+ "output": null
843
+ },
844
+ "id": "anthropic.claude-instant-v1",
845
+ "knowledge": null,
846
+ "lastUpdated": "2023-11-29",
847
+ "launchDate": "--11/29/202311/29/2023",
848
+ "limit": {
849
+ "context": null,
850
+ "output": null
851
+ },
852
+ "modalities": {
853
+ "input": ["text"],
854
+ "output": ["text"]
855
+ },
856
+ "name": "Claude Instant",
857
+ "openWeights": true,
858
+ "provider": "Amazon Bedrock",
859
+ "providerId": "amazon-bedrock/anthropic",
860
+ "reasoning": false,
861
+ "regions": ["us-east-1", "us-west-2", "ap-northeast-1", "ap-southeast-1 (Gated)", "eu-central-1"],
862
+ "releaseDate": "2023-11-29",
863
+ "streamingSupported": null,
864
+ "temperature": true,
865
+ "toolCall": true,
866
+ "icon": "bedrock"
867
+ },
868
+ {
869
+ "attachment": false,
870
+ "cost": {
871
+ "input": null,
872
+ "inputCacheHit": null,
873
+ "output": null
874
+ },
875
+ "id": "anthropic.claude-opus-4-1-20250805-v1:0",
876
+ "knowledge": null,
877
+ "lastUpdated": "2025-07-31",
878
+ "launchDate": "7/31/20257/31/20257/31/2025",
879
+ "limit": {
880
+ "context": null,
881
+ "output": null
882
+ },
883
+ "modalities": {
884
+ "input": ["text"],
885
+ "output": ["text", "image"]
886
+ },
887
+ "name": "Claude Opus 4.1",
888
+ "openWeights": true,
889
+ "provider": "Amazon Bedrock",
890
+ "providerId": "amazon-bedrock/anthropic",
891
+ "reasoning": false,
892
+ "regions": ["us-east-1*", "us-east-2*", "us-west-2*"],
893
+ "releaseDate": "2025-07-31",
894
+ "streamingSupported": null,
895
+ "temperature": true,
896
+ "toolCall": true,
897
+ "icon": "bedrock"
898
+ },
899
+ {
900
+ "attachment": false,
901
+ "cost": {
902
+ "input": null,
903
+ "inputCacheHit": null,
904
+ "output": null
905
+ },
906
+ "id": "anthropic.claude-opus-4-20250514-v1:0",
907
+ "knowledge": null,
908
+ "lastUpdated": "2025-05-22",
909
+ "launchDate": "5/22/20255/22/20255/22/2025",
910
+ "limit": {
911
+ "context": null,
912
+ "output": null
913
+ },
914
+ "modalities": {
915
+ "input": ["text"],
916
+ "output": ["text", "image"]
917
+ },
918
+ "name": "Claude Opus 4.0",
919
+ "openWeights": true,
920
+ "provider": "Amazon Bedrock",
921
+ "providerId": "amazon-bedrock/anthropic",
922
+ "reasoning": false,
923
+ "regions": ["us-east-1*", "us-east-2*", "us-west-2*"],
924
+ "releaseDate": "2025-05-22",
925
+ "streamingSupported": null,
926
+ "temperature": true,
927
+ "toolCall": true,
928
+ "icon": "bedrock"
929
+ },
930
+ {
931
+ "attachment": false,
932
+ "cost": {
933
+ "input": null,
934
+ "inputCacheHit": null,
935
+ "output": null
936
+ },
937
+ "id": "anthropic.claude-sonnet-4-20250514-v1:0",
938
+ "knowledge": null,
939
+ "lastUpdated": "2025-05-22",
940
+ "launchDate": "5/22/20255/22/20255/22/2025",
941
+ "limit": {
942
+ "context": null,
943
+ "output": null
944
+ },
945
+ "modalities": {
946
+ "input": ["text"],
947
+ "output": ["text", "image"]
948
+ },
949
+ "name": "Claude Sonnet 4.0",
950
+ "openWeights": true,
951
+ "provider": "Amazon Bedrock",
952
+ "providerId": "amazon-bedrock/anthropic",
953
+ "reasoning": false,
954
+ "regions": ["us-east-1*", "us-east-2*", "us-west-2*"],
955
+ "releaseDate": "2025-05-22",
956
+ "streamingSupported": null,
957
+ "temperature": true,
958
+ "toolCall": true,
959
+ "icon": "bedrock"
960
+ },
961
+ {
962
+ "attachment": false,
963
+ "cost": {
964
+ "input": null,
965
+ "inputCacheHit": null,
966
+ "output": null
967
+ },
968
+ "id": "anthropic.claude-sonnet-4-5-20250929-v1:0",
969
+ "knowledge": null,
970
+ "lastUpdated": "2025-09-29",
971
+ "launchDate": "9/29/2025",
972
+ "limit": {
973
+ "context": null,
974
+ "output": null
975
+ },
976
+ "modalities": {
977
+ "input": ["text"],
978
+ "output": ["text", "image"]
979
+ },
980
+ "name": "Claude Sonnet 4.5",
981
+ "openWeights": true,
982
+ "provider": "Amazon Bedrock",
983
+ "providerId": "amazon-bedrock/anthropic",
984
+ "reasoning": false,
985
+ "regions": ["us-east-1*", "us-east-2*", "us-west-2*"],
986
+ "releaseDate": "2025-09-29",
987
+ "streamingSupported": null,
988
+ "temperature": true,
989
+ "toolCall": true,
990
+ "icon": "bedrock"
991
+ },
992
+ {
993
+ "attachment": false,
994
+ "cost": {
995
+ "input": null,
996
+ "inputCacheHit": null,
997
+ "output": null
998
+ },
999
+ "id": "anthropic.claude-v2",
1000
+ "knowledge": null,
1001
+ "lastUpdated": "2023-08-01",
1002
+ "launchDate": "8/1/2023-11/29/2024-",
1003
+ "limit": {
1004
+ "context": null,
1005
+ "output": null
1006
+ },
1007
+ "modalities": {
1008
+ "input": ["text"],
1009
+ "output": ["text"]
1010
+ },
1011
+ "name": "Claude 2",
1012
+ "openWeights": true,
1013
+ "provider": "Amazon Bedrock",
1014
+ "providerId": "amazon-bedrock/anthropic",
1015
+ "reasoning": false,
1016
+ "regions": ["us-east-1", "us-west-2", "ap-southeast-1 (Gated)", "eu-central-1"],
1017
+ "releaseDate": "2023-08-01",
1018
+ "streamingSupported": null,
1019
+ "temperature": true,
1020
+ "toolCall": true,
1021
+ "icon": "bedrock"
1022
+ },
1023
+ {
1024
+ "attachment": false,
1025
+ "cost": {
1026
+ "input": null,
1027
+ "inputCacheHit": null,
1028
+ "output": null
1029
+ },
1030
+ "id": "anthropic.claude-v2:1",
1031
+ "knowledge": null,
1032
+ "lastUpdated": "2023-11-29",
1033
+ "launchDate": "11/29/202311/29/202312/21/2023-",
1034
+ "limit": {
1035
+ "context": null,
1036
+ "output": null
1037
+ },
1038
+ "modalities": {
1039
+ "input": ["text"],
1040
+ "output": ["text"]
1041
+ },
1042
+ "name": "Claude 2.1",
1043
+ "openWeights": true,
1044
+ "provider": "Amazon Bedrock",
1045
+ "providerId": "amazon-bedrock/anthropic",
1046
+ "reasoning": false,
1047
+ "regions": ["us-east-1", "us-west-2", "ap-northeast-1", "eu-central-1"],
1048
+ "releaseDate": "2023-11-29",
1049
+ "streamingSupported": null,
1050
+ "temperature": true,
1051
+ "toolCall": true,
1052
+ "icon": "bedrock"
1053
+ },
1054
+ {
1055
+ "attachment": false,
1056
+ "cost": {
1057
+ "input": null,
1058
+ "inputCacheHit": null,
1059
+ "output": null
1060
+ },
1061
+ "id": "cohere.command-light-text-v14",
1062
+ "knowledge": null,
1063
+ "lastUpdated": "2023-11-13",
1064
+ "launchDate": "11/13/202311/13/2023",
1065
+ "limit": {
1066
+ "context": null,
1067
+ "output": null
1068
+ },
1069
+ "modalities": {
1070
+ "input": ["text"],
1071
+ "output": ["text"]
1072
+ },
1073
+ "name": "Command Light",
1074
+ "openWeights": true,
1075
+ "provider": "Amazon Bedrock",
1076
+ "providerId": "amazon-bedrock/cohere",
1077
+ "reasoning": false,
1078
+ "regions": ["us-east-1", "us-west-2"],
1079
+ "releaseDate": "2023-11-13",
1080
+ "streamingSupported": null,
1081
+ "temperature": true,
1082
+ "toolCall": true,
1083
+ "icon": "bedrock"
1084
+ },
1085
+ {
1086
+ "attachment": false,
1087
+ "cost": {
1088
+ "input": null,
1089
+ "inputCacheHit": null,
1090
+ "output": null
1091
+ },
1092
+ "id": "cohere.command-r-plus-v1:0",
1093
+ "knowledge": null,
1094
+ "lastUpdated": "2024-04-29",
1095
+ "launchDate": "4/29/20244/29/2024",
1096
+ "limit": {
1097
+ "context": null,
1098
+ "output": null
1099
+ },
1100
+ "modalities": {
1101
+ "input": ["text"],
1102
+ "output": ["text"]
1103
+ },
1104
+ "name": "Command R+",
1105
+ "openWeights": true,
1106
+ "provider": "Amazon Bedrock",
1107
+ "providerId": "amazon-bedrock/cohere",
1108
+ "reasoning": false,
1109
+ "regions": ["us-east-1", "us-west-2"],
1110
+ "releaseDate": "2024-04-29",
1111
+ "streamingSupported": null,
1112
+ "temperature": true,
1113
+ "toolCall": true,
1114
+ "icon": "bedrock"
1115
+ },
1116
+ {
1117
+ "attachment": false,
1118
+ "cost": {
1119
+ "input": null,
1120
+ "inputCacheHit": null,
1121
+ "output": null
1122
+ },
1123
+ "id": "cohere.command-r-v1:0",
1124
+ "knowledge": null,
1125
+ "lastUpdated": "2024-04-29",
1126
+ "launchDate": "4/29/20244/29/2024",
1127
+ "limit": {
1128
+ "context": null,
1129
+ "output": null
1130
+ },
1131
+ "modalities": {
1132
+ "input": ["text"],
1133
+ "output": ["text"]
1134
+ },
1135
+ "name": "Command R",
1136
+ "openWeights": true,
1137
+ "provider": "Amazon Bedrock",
1138
+ "providerId": "amazon-bedrock/cohere",
1139
+ "reasoning": false,
1140
+ "regions": ["us-east-1", "us-west-2"],
1141
+ "releaseDate": "2024-04-29",
1142
+ "streamingSupported": null,
1143
+ "temperature": true,
1144
+ "toolCall": true,
1145
+ "icon": "bedrock"
1146
+ },
1147
+ {
1148
+ "attachment": false,
1149
+ "cost": {
1150
+ "input": 0.0005,
1151
+ "inputCacheHit": null,
1152
+ "output": 0.0015
1153
+ },
1154
+ "id": "cohere.command-text-v14",
1155
+ "knowledge": null,
1156
+ "lastUpdated": "2023-11-13",
1157
+ "launchDate": "11/13/202311/13/2023",
1158
+ "limit": {
1159
+ "context": null,
1160
+ "output": null
1161
+ },
1162
+ "modalities": {
1163
+ "input": ["text"],
1164
+ "output": ["text"]
1165
+ },
1166
+ "name": "Command",
1167
+ "openWeights": true,
1168
+ "provider": "Amazon Bedrock",
1169
+ "providerId": "amazon-bedrock/cohere",
1170
+ "reasoning": false,
1171
+ "regions": ["us-east-1", "us-west-2"],
1172
+ "releaseDate": "2023-11-13",
1173
+ "streamingSupported": null,
1174
+ "temperature": true,
1175
+ "toolCall": true,
1176
+ "icon": "bedrock"
1177
+ },
1178
+ {
1179
+ "attachment": false,
1180
+ "cost": {
1181
+ "input": null,
1182
+ "inputCacheHit": null,
1183
+ "output": null
1184
+ },
1185
+ "id": "cohere.embed-english-v3",
1186
+ "knowledge": null,
1187
+ "lastUpdated": "2025-01-24",
1188
+ "launchDate": "1/24/2025",
1189
+ "limit": {
1190
+ "context": null,
1191
+ "output": null
1192
+ },
1193
+ "modalities": {
1194
+ "input": ["text"],
1195
+ "output": ["text"]
1196
+ },
1197
+ "name": "Cohere Embed English",
1198
+ "openWeights": true,
1199
+ "provider": "Amazon Bedrock",
1200
+ "providerId": "amazon-bedrock/cohere",
1201
+ "reasoning": false,
1202
+ "releaseDate": "2025-01-24",
1203
+ "streamingSupported": null,
1204
+ "temperature": true,
1205
+ "toolCall": true,
1206
+ "icon": "bedrock"
1207
+ },
1208
+ {
1209
+ "attachment": false,
1210
+ "cost": {
1211
+ "input": null,
1212
+ "inputCacheHit": null,
1213
+ "output": null
1214
+ },
1215
+ "id": "cohere.embed-multilingual-v3",
1216
+ "knowledge": null,
1217
+ "lastUpdated": "2025-01-24",
1218
+ "launchDate": "1/24/2025",
1219
+ "limit": {
1220
+ "context": null,
1221
+ "output": null
1222
+ },
1223
+ "modalities": {
1224
+ "input": ["text"],
1225
+ "output": ["text"]
1226
+ },
1227
+ "name": "Cohere Embed Multilingual",
1228
+ "openWeights": true,
1229
+ "provider": "Amazon Bedrock",
1230
+ "providerId": "amazon-bedrock/cohere",
1231
+ "reasoning": false,
1232
+ "releaseDate": "2025-01-24",
1233
+ "streamingSupported": null,
1234
+ "temperature": true,
1235
+ "toolCall": true,
1236
+ "icon": "bedrock"
1237
+ },
1238
+ {
1239
+ "attachment": false,
1240
+ "cost": {
1241
+ "input": null,
1242
+ "inputCacheHit": null,
1243
+ "output": null
1244
+ },
1245
+ "id": "cohere.rerank-v3-5:0",
1246
+ "knowledge": null,
1247
+ "lastUpdated": null,
1248
+ "launchDate": "",
1249
+ "limit": {
1250
+ "context": null,
1251
+ "output": null
1252
+ },
1253
+ "modalities": {
1254
+ "input": ["text"],
1255
+ "output": ["text"]
1256
+ },
1257
+ "name": "Rerank 3.5",
1258
+ "openWeights": true,
1259
+ "provider": "Amazon Bedrock",
1260
+ "providerId": "amazon-bedrock/cohere",
1261
+ "reasoning": false,
1262
+ "regions": ["us-west-2", "ap-northeast-1", "ca-central-1", "eu-central-1"],
1263
+ "releaseDate": null,
1264
+ "streamingSupported": null,
1265
+ "temperature": true,
1266
+ "toolCall": true,
1267
+ "icon": "bedrock"
1268
+ },
1269
+ {
1270
+ "attachment": false,
1271
+ "cost": {
1272
+ "input": 0.00075,
1273
+ "inputCacheHit": null,
1274
+ "output": 0.00099
1275
+ },
1276
+ "extendedThinking": false,
1277
+ "id": "deepseek.r1-v1:0",
1278
+ "knowledge": null,
1279
+ "lastUpdated": "2025-03-10",
1280
+ "launchDate": "3/10/2025",
1281
+ "limit": {
1282
+ "context": 163840,
1283
+ "output": 163840
1284
+ },
1285
+ "modalities": {
1286
+ "input": ["text"],
1287
+ "output": ["text"]
1288
+ },
1289
+ "name": "DeepSeek-R1",
1290
+ "openWeights": true,
1291
+ "provider": "Amazon Bedrock",
1292
+ "providerId": "amazon-bedrock/deep-seek",
1293
+ "reasoning": false,
1294
+ "regions": ["us-east-1", "us-east-2", "us-west-2"],
1295
+ "releaseDate": "2025-03-10",
1296
+ "streamingSupported": true,
1297
+ "temperature": true,
1298
+ "toolCall": true,
1299
+ "vision": false,
1300
+ "icon": "bedrock"
1301
+ },
1302
+ {
1303
+ "attachment": false,
1304
+ "cost": {
1305
+ "input": null,
1306
+ "inputCacheHit": null,
1307
+ "output": null
1308
+ },
1309
+ "id": "luma.ray-v2:0",
1310
+ "knowledge": null,
1311
+ "lastUpdated": "2025-01-23",
1312
+ "launchDate": "1/23/2025",
1313
+ "limit": {
1314
+ "context": null,
1315
+ "output": null
1316
+ },
1317
+ "modalities": {
1318
+ "input": ["text"],
1319
+ "output": ["text"]
1320
+ },
1321
+ "name": "Luma Ray v2",
1322
+ "openWeights": true,
1323
+ "provider": "Amazon Bedrock",
1324
+ "providerId": "amazon-bedrock/luma",
1325
+ "reasoning": false,
1326
+ "regions": ["us-west-2"],
1327
+ "releaseDate": "2025-01-23",
1328
+ "streamingSupported": null,
1329
+ "temperature": true,
1330
+ "toolCall": true,
1331
+ "icon": "bedrock"
1332
+ },
1333
+ {
1334
+ "attachment": false,
1335
+ "cost": {
1336
+ "input": 0.0003,
1337
+ "inputCacheHit": null,
1338
+ "output": 0.0003
1339
+ },
1340
+ "id": "meta.llama3-1-405b-instruct-v1:0",
1341
+ "knowledge": null,
1342
+ "lastUpdated": "2024-12-03",
1343
+ "launchDate": "12/3/20247/23/2024",
1344
+ "limit": {
1345
+ "context": null,
1346
+ "output": null
1347
+ },
1348
+ "modalities": {
1349
+ "input": ["text"],
1350
+ "output": ["text"]
1351
+ },
1352
+ "name": "Llama 3.1 405B Instruct",
1353
+ "openWeights": true,
1354
+ "provider": "Amazon Bedrock",
1355
+ "providerId": "amazon-bedrock/meta",
1356
+ "reasoning": false,
1357
+ "regions": ["us-east-2*", "us-west-2"],
1358
+ "releaseDate": "2024-12-03",
1359
+ "streamingSupported": null,
1360
+ "temperature": true,
1361
+ "toolCall": true,
1362
+ "icon": "bedrock"
1363
+ },
1364
+ {
1365
+ "attachment": false,
1366
+ "cost": {
1367
+ "input": 0.0003,
1368
+ "inputCacheHit": null,
1369
+ "output": 0.0003
1370
+ },
1371
+ "id": "meta.llama3-1-70b-instruct-v1:0",
1372
+ "knowledge": null,
1373
+ "lastUpdated": "2024-10-26",
1374
+ "launchDate": "10/26/202410/26/20247/23/2024",
1375
+ "limit": {
1376
+ "context": null,
1377
+ "output": null
1378
+ },
1379
+ "modalities": {
1380
+ "input": ["text"],
1381
+ "output": ["text"]
1382
+ },
1383
+ "name": "Llama 3.1 70B Instruct",
1384
+ "openWeights": true,
1385
+ "provider": "Amazon Bedrock",
1386
+ "providerId": "amazon-bedrock/meta",
1387
+ "reasoning": false,
1388
+ "regions": ["us-east-1*", "us-east-2*", "us-west-2"],
1389
+ "releaseDate": "2024-10-26",
1390
+ "streamingSupported": null,
1391
+ "temperature": true,
1392
+ "toolCall": true,
1393
+ "icon": "bedrock"
1394
+ },
1395
+ {
1396
+ "attachment": false,
1397
+ "cost": {
1398
+ "input": 0.0003,
1399
+ "inputCacheHit": null,
1400
+ "output": 0.0003
1401
+ },
1402
+ "id": "meta.llama3-1-8b-instruct-v1:0",
1403
+ "knowledge": null,
1404
+ "lastUpdated": "2024-10-26",
1405
+ "launchDate": "10/26/202410/26/20247/23/2024",
1406
+ "limit": {
1407
+ "context": null,
1408
+ "output": null
1409
+ },
1410
+ "modalities": {
1411
+ "input": ["text"],
1412
+ "output": ["text"]
1413
+ },
1414
+ "name": "Llama 3.1 8B Instruct",
1415
+ "openWeights": true,
1416
+ "provider": "Amazon Bedrock",
1417
+ "providerId": "amazon-bedrock/meta",
1418
+ "reasoning": false,
1419
+ "regions": ["us-east-1*", "us-east-2*", "us-west-2"],
1420
+ "releaseDate": "2024-10-26",
1421
+ "streamingSupported": null,
1422
+ "temperature": true,
1423
+ "toolCall": true,
1424
+ "icon": "bedrock"
1425
+ },
1426
+ {
1427
+ "attachment": false,
1428
+ "cost": {
1429
+ "input": 0.0003,
1430
+ "inputCacheHit": null,
1431
+ "output": 0.0003
1432
+ },
1433
+ "id": "meta.llama3-2-11b-instruct-v1:0",
1434
+ "knowledge": null,
1435
+ "lastUpdated": "2024-09-25",
1436
+ "launchDate": "9/25/202410/26/20249/25/2024",
1437
+ "limit": {
1438
+ "context": null,
1439
+ "output": null
1440
+ },
1441
+ "modalities": {
1442
+ "input": ["text"],
1443
+ "output": ["text", "image"]
1444
+ },
1445
+ "name": "Llama 3.2 11B Instruct",
1446
+ "openWeights": true,
1447
+ "provider": "Amazon Bedrock",
1448
+ "providerId": "amazon-bedrock/meta",
1449
+ "reasoning": false,
1450
+ "regions": ["us-east-1*", "us-east-2*", "us-west-2*"],
1451
+ "releaseDate": "2024-09-25",
1452
+ "streamingSupported": null,
1453
+ "temperature": true,
1454
+ "toolCall": true,
1455
+ "icon": "bedrock"
1456
+ },
1457
+ {
1458
+ "attachment": false,
1459
+ "cost": {
1460
+ "input": 0.0003,
1461
+ "inputCacheHit": null,
1462
+ "output": 0.0003
1463
+ },
1464
+ "id": "meta.llama3-2-1b-instruct-v1:0",
1465
+ "knowledge": null,
1466
+ "lastUpdated": "2024-09-25",
1467
+ "launchDate": "9/25/202410/26/20249/25/20249/25/20249/25/20249/25/2024",
1468
+ "limit": {
1469
+ "context": null,
1470
+ "output": null
1471
+ },
1472
+ "modalities": {
1473
+ "input": ["text"],
1474
+ "output": ["text"]
1475
+ },
1476
+ "name": "Llama 3.2 1B Instruct",
1477
+ "openWeights": true,
1478
+ "provider": "Amazon Bedrock",
1479
+ "providerId": "amazon-bedrock/meta",
1480
+ "reasoning": false,
1481
+ "regions": ["us-east-1*", "us-east-2*", "us-west-2*", "eu-central-1*", "eu-west-1 (Gated)*", "eu-west-3*"],
1482
+ "releaseDate": "2024-09-25",
1483
+ "streamingSupported": null,
1484
+ "temperature": true,
1485
+ "toolCall": true,
1486
+ "icon": "bedrock"
1487
+ },
1488
+ {
1489
+ "attachment": false,
1490
+ "cost": {
1491
+ "input": 0.0003,
1492
+ "inputCacheHit": null,
1493
+ "output": 0.0003
1494
+ },
1495
+ "id": "meta.llama3-2-3b-instruct-v1:0",
1496
+ "knowledge": null,
1497
+ "lastUpdated": "2024-09-25",
1498
+ "launchDate": "9/25/202410/26/20249/25/20249/25/20249/25/20249/25/2024",
1499
+ "limit": {
1500
+ "context": null,
1501
+ "output": null
1502
+ },
1503
+ "modalities": {
1504
+ "input": ["text"],
1505
+ "output": ["text"]
1506
+ },
1507
+ "name": "Llama 3.2 3B Instruct",
1508
+ "openWeights": true,
1509
+ "provider": "Amazon Bedrock",
1510
+ "providerId": "amazon-bedrock/meta",
1511
+ "reasoning": false,
1512
+ "regions": ["us-east-1*", "us-east-2*", "us-west-2*", "eu-central-1*", "eu-west-1 (Gated)*", "eu-west-3*"],
1513
+ "releaseDate": "2024-09-25",
1514
+ "streamingSupported": null,
1515
+ "temperature": true,
1516
+ "toolCall": true,
1517
+ "icon": "bedrock"
1518
+ },
1519
+ {
1520
+ "attachment": false,
1521
+ "cost": {
1522
+ "input": 0.0003,
1523
+ "inputCacheHit": null,
1524
+ "output": 0.0003
1525
+ },
1526
+ "id": "meta.llama3-2-90b-instruct-v1:0",
1527
+ "knowledge": null,
1528
+ "lastUpdated": "2024-09-25",
1529
+ "launchDate": "9/25/202410/26/20249/25/2024",
1530
+ "limit": {
1531
+ "context": null,
1532
+ "output": null
1533
+ },
1534
+ "modalities": {
1535
+ "input": ["text"],
1536
+ "output": ["text", "image"]
1537
+ },
1538
+ "name": "Llama 3.2 90B Instruct",
1539
+ "openWeights": true,
1540
+ "provider": "Amazon Bedrock",
1541
+ "providerId": "amazon-bedrock/meta",
1542
+ "reasoning": false,
1543
+ "regions": ["us-east-1*", "us-east-2*", "us-west-2*"],
1544
+ "releaseDate": "2024-09-25",
1545
+ "streamingSupported": null,
1546
+ "temperature": true,
1547
+ "toolCall": true,
1548
+ "icon": "bedrock"
1549
+ },
1550
+ {
1551
+ "attachment": false,
1552
+ "cost": {
1553
+ "input": 0.0003,
1554
+ "inputCacheHit": null,
1555
+ "output": 0.0003
1556
+ },
1557
+ "id": "meta.llama3-3-70b-instruct-v1:0",
1558
+ "knowledge": null,
1559
+ "lastUpdated": "2024-12-19",
1560
+ "launchDate": "12/19/202412/19/202412/19/2024",
1561
+ "limit": {
1562
+ "context": null,
1563
+ "output": null
1564
+ },
1565
+ "modalities": {
1566
+ "input": ["text"],
1567
+ "output": ["text"]
1568
+ },
1569
+ "name": "Llama 3.3 70B Instruct",
1570
+ "openWeights": true,
1571
+ "provider": "Amazon Bedrock",
1572
+ "providerId": "amazon-bedrock/meta",
1573
+ "reasoning": false,
1574
+ "regions": ["us-east-1*", "us-east-2", "us-west-2*"],
1575
+ "releaseDate": "2024-12-19",
1576
+ "streamingSupported": null,
1577
+ "temperature": true,
1578
+ "toolCall": true,
1579
+ "icon": "bedrock"
1580
+ },
1581
+ {
1582
+ "attachment": false,
1583
+ "cost": {
1584
+ "input": 0.0003,
1585
+ "inputCacheHit": null,
1586
+ "output": 0.0003
1587
+ },
1588
+ "id": "meta.llama3-70b-instruct-v1:0",
1589
+ "knowledge": null,
1590
+ "lastUpdated": "2024-04-23",
1591
+ "launchDate": "4/23/20244/23/20248/1/20244/30/20246/13/20246/13/2024",
1592
+ "limit": {
1593
+ "context": null,
1594
+ "output": null
1595
+ },
1596
+ "modalities": {
1597
+ "input": ["text"],
1598
+ "output": ["text"]
1599
+ },
1600
+ "name": "Llama 3 70B Instruct",
1601
+ "openWeights": true,
1602
+ "provider": "Amazon Bedrock",
1603
+ "providerId": "amazon-bedrock/meta",
1604
+ "reasoning": false,
1605
+ "regions": ["us-east-1", "us-west-2", "us-gov-west-1", "ap-south-1", "ca-central-1", "eu-west-2"],
1606
+ "releaseDate": "2024-04-23",
1607
+ "streamingSupported": null,
1608
+ "temperature": true,
1609
+ "toolCall": true,
1610
+ "icon": "bedrock"
1611
+ },
1612
+ {
1613
+ "attachment": false,
1614
+ "cost": {
1615
+ "input": 0.0003,
1616
+ "inputCacheHit": null,
1617
+ "output": 0.0003
1618
+ },
1619
+ "id": "meta.llama3-8b-instruct-v1:0",
1620
+ "knowledge": null,
1621
+ "lastUpdated": "2024-04-23",
1622
+ "launchDate": "4/23/20244/23/20248/1/20244/30/20246/13/20246/13/2024",
1623
+ "limit": {
1624
+ "context": null,
1625
+ "output": null
1626
+ },
1627
+ "modalities": {
1628
+ "input": ["text"],
1629
+ "output": ["text"]
1630
+ },
1631
+ "name": "Llama 3 8B Instruct",
1632
+ "openWeights": true,
1633
+ "provider": "Amazon Bedrock",
1634
+ "providerId": "amazon-bedrock/meta",
1635
+ "reasoning": false,
1636
+ "regions": ["us-east-1", "us-west-2", "us-gov-west-1", "ap-south-1", "ca-central-1", "eu-west-2"],
1637
+ "releaseDate": "2024-04-23",
1638
+ "streamingSupported": null,
1639
+ "temperature": true,
1640
+ "toolCall": true,
1641
+ "icon": "bedrock"
1642
+ },
1643
+ {
1644
+ "attachment": false,
1645
+ "cost": {
1646
+ "input": 0.0003,
1647
+ "inputCacheHit": null,
1648
+ "output": 0.0003
1649
+ },
1650
+ "id": "meta.llama4-maverick-17b-instruct-v1:0",
1651
+ "knowledge": null,
1652
+ "lastUpdated": "2025-04-28",
1653
+ "launchDate": "4/28/2025",
1654
+ "limit": {
1655
+ "context": null,
1656
+ "output": null
1657
+ },
1658
+ "modalities": {
1659
+ "input": ["text"],
1660
+ "output": ["text", "image"]
1661
+ },
1662
+ "name": "Llama 4 Maverick 17B Instruct",
1663
+ "openWeights": true,
1664
+ "provider": "Amazon Bedrock",
1665
+ "providerId": "amazon-bedrock/meta",
1666
+ "reasoning": false,
1667
+ "regions": ["us-east-1", "us-east-2", "us-west-2"],
1668
+ "releaseDate": "2025-04-28",
1669
+ "streamingSupported": null,
1670
+ "temperature": true,
1671
+ "toolCall": true,
1672
+ "icon": "bedrock"
1673
+ },
1674
+ {
1675
+ "attachment": false,
1676
+ "cost": {
1677
+ "input": 0.0003,
1678
+ "inputCacheHit": null,
1679
+ "output": 0.0003
1680
+ },
1681
+ "id": "meta.llama4-scout-17b-instruct-v1:0",
1682
+ "knowledge": null,
1683
+ "lastUpdated": "2025-04-28",
1684
+ "launchDate": "4/28/2025",
1685
+ "limit": {
1686
+ "context": null,
1687
+ "output": null
1688
+ },
1689
+ "modalities": {
1690
+ "input": ["text"],
1691
+ "output": ["text", "image"]
1692
+ },
1693
+ "name": "Llama 4 Scout 17B Instruct",
1694
+ "openWeights": true,
1695
+ "provider": "Amazon Bedrock",
1696
+ "providerId": "amazon-bedrock/meta",
1697
+ "reasoning": false,
1698
+ "regions": ["us-east-1", "us-east-2", "us-west-2"],
1699
+ "releaseDate": "2025-04-28",
1700
+ "streamingSupported": null,
1701
+ "temperature": true,
1702
+ "toolCall": true,
1703
+ "icon": "bedrock"
1704
+ },
1705
+ {
1706
+ "attachment": false,
1707
+ "cost": {
1708
+ "input": null,
1709
+ "inputCacheHit": null,
1710
+ "output": null
1711
+ },
1712
+ "id": "mistral.pixtral-large-2502-v1:0",
1713
+ "knowledge": null,
1714
+ "lastUpdated": "2025-04-08",
1715
+ "launchDate": "4/8/2025",
1716
+ "limit": {
1717
+ "context": null,
1718
+ "output": null
1719
+ },
1720
+ "modalities": {
1721
+ "input": ["text", "image"],
1722
+ "output": ["text"]
1723
+ },
1724
+ "name": "Pixtral Large (25.02)",
1725
+ "openWeights": true,
1726
+ "provider": "Amazon Bedrock",
1727
+ "providerId": "amazon-bedrock/miatral",
1728
+ "reasoning": false,
1729
+ "releaseDate": "2025-04-08",
1730
+ "streamingSupported": null,
1731
+ "temperature": true,
1732
+ "toolCall": true,
1733
+ "icon": "bedrock"
1734
+ },
1735
+ {
1736
+ "attachment": false,
1737
+ "cost": {
1738
+ "input": 0.0003,
1739
+ "inputCacheHit": null,
1740
+ "output": 0.0003
1741
+ },
1742
+ "id": "mistral.mistral-7b-instruct-v0:2",
1743
+ "knowledge": null,
1744
+ "lastUpdated": "2024-03-09",
1745
+ "launchDate": "3/9/20243/1/20244/30/20243/29/20246/13/20244/30/20246/13/20243/29/20246/13/2024",
1746
+ "limit": {
1747
+ "context": null,
1748
+ "output": null
1749
+ },
1750
+ "modalities": {
1751
+ "input": ["text"],
1752
+ "output": ["text"]
1753
+ },
1754
+ "name": "Mistral 7B Instruct",
1755
+ "openWeights": true,
1756
+ "provider": "Amazon Bedrock",
1757
+ "providerId": "amazon-bedrock/mistral-ai",
1758
+ "reasoning": false,
1759
+ "regions": ["us-east-1", "us-west-2", "ap-south-1", "ap-southeast-2", "ca-central-1", "eu-west-1 (Gated)", "eu-west-2", "eu-west-3", "sa-east-1"],
1760
+ "releaseDate": "2024-03-09",
1761
+ "streamingSupported": null,
1762
+ "temperature": true,
1763
+ "toolCall": true,
1764
+ "icon": "bedrock"
1765
+ },
1766
+ {
1767
+ "attachment": false,
1768
+ "cost": {
1769
+ "input": 0.0003,
1770
+ "inputCacheHit": null,
1771
+ "output": 0.0003
1772
+ },
1773
+ "id": "mistral.mistral-large-2402-v1:0",
1774
+ "knowledge": null,
1775
+ "lastUpdated": "2024-04-03",
1776
+ "launchDate": "4/3/20244/3/20244/30/20244/4/20246/13/20244/30/20246/13/20244/3/20246/13/2024",
1777
+ "limit": {
1778
+ "context": null,
1779
+ "output": null
1780
+ },
1781
+ "modalities": {
1782
+ "input": ["text"],
1783
+ "output": ["text"]
1784
+ },
1785
+ "name": "Mistral Large (24.02)",
1786
+ "openWeights": true,
1787
+ "provider": "Amazon Bedrock",
1788
+ "providerId": "amazon-bedrock/mistral-ai",
1789
+ "reasoning": false,
1790
+ "regions": ["us-east-1", "us-west-2", "ap-south-1", "ap-southeast-2", "ca-central-1", "eu-west-1 (Gated)", "eu-west-2", "eu-west-3", "sa-east-1"],
1791
+ "releaseDate": "2024-04-03",
1792
+ "streamingSupported": null,
1793
+ "temperature": true,
1794
+ "toolCall": true,
1795
+ "icon": "bedrock"
1796
+ },
1797
+ {
1798
+ "attachment": false,
1799
+ "cost": {
1800
+ "input": 0.0003,
1801
+ "inputCacheHit": null,
1802
+ "output": 0.0003
1803
+ },
1804
+ "extendedThinking": false,
1805
+ "id": "mistral.mistral-large-2407-v1:0",
1806
+ "knowledge": null,
1807
+ "lastUpdated": "2024-07-24",
1808
+ "launchDate": "7/24/2024",
1809
+ "limit": {
1810
+ "context": 131072,
1811
+ "output": null
1812
+ },
1813
+ "modalities": {
1814
+ "input": ["text"],
1815
+ "output": ["text"]
1816
+ },
1817
+ "name": "Mistral Large (24.07)",
1818
+ "openWeights": true,
1819
+ "provider": "Amazon Bedrock",
1820
+ "providerId": "amazon-bedrock/mistral-ai",
1821
+ "reasoning": false,
1822
+ "regions": ["us-west-2"],
1823
+ "releaseDate": "2024-07-24",
1824
+ "streamingSupported": true,
1825
+ "temperature": true,
1826
+ "toolCall": true,
1827
+ "vision": false,
1828
+ "icon": "bedrock"
1829
+ },
1830
+ {
1831
+ "attachment": false,
1832
+ "cost": {
1833
+ "input": 0.0003,
1834
+ "inputCacheHit": null,
1835
+ "output": 0.0003
1836
+ },
1837
+ "id": "mistral.mistral-small-2402-v1:0",
1838
+ "knowledge": null,
1839
+ "lastUpdated": "2024-05-24",
1840
+ "launchDate": "5/24/2024",
1841
+ "limit": {
1842
+ "context": null,
1843
+ "output": null
1844
+ },
1845
+ "modalities": {
1846
+ "input": ["text"],
1847
+ "output": ["text"]
1848
+ },
1849
+ "name": "Mistral Small (24.02)",
1850
+ "openWeights": true,
1851
+ "provider": "Amazon Bedrock",
1852
+ "providerId": "amazon-bedrock/mistral-ai",
1853
+ "reasoning": false,
1854
+ "regions": ["us-east-1"],
1855
+ "releaseDate": "2024-05-24",
1856
+ "streamingSupported": null,
1857
+ "temperature": true,
1858
+ "toolCall": true,
1859
+ "icon": "bedrock"
1860
+ },
1861
+ {
1862
+ "attachment": false,
1863
+ "cost": {
1864
+ "input": null,
1865
+ "inputCacheHit": null,
1866
+ "output": null
1867
+ },
1868
+ "id": "mistral.mixtral-8x7b-instruct-v0:1",
1869
+ "knowledge": null,
1870
+ "lastUpdated": "2024-03-09",
1871
+ "launchDate": "3/9/20243/1/20244/30/20243/29/20246/13/20244/30/20246/13/20243/29/20246/13/2024",
1872
+ "limit": {
1873
+ "context": null,
1874
+ "output": null
1875
+ },
1876
+ "modalities": {
1877
+ "input": ["text"],
1878
+ "output": ["text"]
1879
+ },
1880
+ "name": "Mixtral 8x7B Instruct",
1881
+ "openWeights": true,
1882
+ "provider": "Amazon Bedrock",
1883
+ "providerId": "amazon-bedrock/mistral-ai",
1884
+ "reasoning": false,
1885
+ "regions": ["us-east-1", "us-west-2", "ap-south-1", "ap-southeast-2", "ca-central-1", "eu-west-1 (Gated)", "eu-west-2", "eu-west-3", "sa-east-1"],
1886
+ "releaseDate": "2024-03-09",
1887
+ "streamingSupported": null,
1888
+ "temperature": true,
1889
+ "toolCall": true,
1890
+ "icon": "bedrock"
1891
+ },
1892
+ {
1893
+ "attachment": false,
1894
+ "cost": {
1895
+ "input": null,
1896
+ "inputCacheHit": null,
1897
+ "output": null
1898
+ },
1899
+ "id": "stability.sd3-5-large-v1:0",
1900
+ "knowledge": null,
1901
+ "lastUpdated": "2024-12-19",
1902
+ "launchDate": "12/19/2024",
1903
+ "limit": {
1904
+ "context": null,
1905
+ "output": null
1906
+ },
1907
+ "modalities": {
1908
+ "input": ["text"],
1909
+ "output": ["text", "image"]
1910
+ },
1911
+ "name": "Stable Diffusion 3.5 Large",
1912
+ "openWeights": true,
1913
+ "provider": "Amazon Bedrock",
1914
+ "providerId": "amazon-bedrock/stability-ai",
1915
+ "reasoning": false,
1916
+ "regions": ["us-west-2"],
1917
+ "releaseDate": "2024-12-19",
1918
+ "streamingSupported": null,
1919
+ "temperature": true,
1920
+ "toolCall": true,
1921
+ "icon": "bedrock"
1922
+ },
1923
+ {
1924
+ "attachment": false,
1925
+ "cost": {
1926
+ "input": null,
1927
+ "inputCacheHit": null,
1928
+ "output": null
1929
+ },
1930
+ "id": "stability.sd3-large-v1:0",
1931
+ "knowledge": null,
1932
+ "lastUpdated": "2024-09-04",
1933
+ "launchDate": "9/4/2024",
1934
+ "limit": {
1935
+ "context": null,
1936
+ "output": null
1937
+ },
1938
+ "modalities": {
1939
+ "input": ["text"],
1940
+ "output": ["text", "image"]
1941
+ },
1942
+ "name": "SD3 Large 1.0",
1943
+ "openWeights": true,
1944
+ "provider": "Amazon Bedrock",
1945
+ "providerId": "amazon-bedrock/stability-ai",
1946
+ "reasoning": false,
1947
+ "regions": ["us-west-2"],
1948
+ "releaseDate": "2024-09-04",
1949
+ "streamingSupported": null,
1950
+ "temperature": true,
1951
+ "toolCall": true,
1952
+ "icon": "bedrock"
1953
+ },
1954
+ {
1955
+ "attachment": false,
1956
+ "cost": {
1957
+ "input": null,
1958
+ "inputCacheHit": null,
1959
+ "output": null
1960
+ },
1961
+ "id": "stability.stable-image-core-v1:0",
1962
+ "knowledge": null,
1963
+ "lastUpdated": "2024-09-04",
1964
+ "launchDate": "9/4/2024",
1965
+ "limit": {
1966
+ "context": null,
1967
+ "output": null
1968
+ },
1969
+ "modalities": {
1970
+ "input": ["text"],
1971
+ "output": ["text"]
1972
+ },
1973
+ "name": "Stable Image Core 1.0",
1974
+ "openWeights": true,
1975
+ "provider": "Amazon Bedrock",
1976
+ "providerId": "amazon-bedrock/stability-ai",
1977
+ "reasoning": false,
1978
+ "regions": ["us-west-2"],
1979
+ "releaseDate": "2024-09-04",
1980
+ "streamingSupported": null,
1981
+ "temperature": true,
1982
+ "toolCall": true,
1983
+ "icon": "bedrock"
1984
+ },
1985
+ {
1986
+ "attachment": false,
1987
+ "cost": {
1988
+ "input": null,
1989
+ "inputCacheHit": null,
1990
+ "output": null
1991
+ },
1992
+ "id": "stability.stable-image-core-v1:1",
1993
+ "knowledge": null,
1994
+ "lastUpdated": "2024-12-19",
1995
+ "launchDate": "12/19/2024",
1996
+ "limit": {
1997
+ "context": null,
1998
+ "output": null
1999
+ },
2000
+ "modalities": {
2001
+ "input": ["text"],
2002
+ "output": ["text"]
2003
+ },
2004
+ "name": "Stable Image Core 1.1",
2005
+ "openWeights": true,
2006
+ "provider": "Amazon Bedrock",
2007
+ "providerId": "amazon-bedrock/stability-ai",
2008
+ "reasoning": false,
2009
+ "regions": ["us-west-2"],
2010
+ "releaseDate": "2024-12-19",
2011
+ "streamingSupported": null,
2012
+ "temperature": true,
2013
+ "toolCall": true,
2014
+ "icon": "bedrock"
2015
+ },
2016
+ {
2017
+ "attachment": false,
2018
+ "cost": {
2019
+ "input": null,
2020
+ "inputCacheHit": null,
2021
+ "output": null
2022
+ },
2023
+ "id": "stability.stable-image-ultra-v1:0",
2024
+ "knowledge": null,
2025
+ "lastUpdated": "2024-09-04",
2026
+ "launchDate": "9/4/2024",
2027
+ "limit": {
2028
+ "context": null,
2029
+ "output": null
2030
+ },
2031
+ "modalities": {
2032
+ "input": ["text"],
2033
+ "output": ["text"]
2034
+ },
2035
+ "name": "Stable Image Ultra 1.0",
2036
+ "openWeights": true,
2037
+ "provider": "Amazon Bedrock",
2038
+ "providerId": "amazon-bedrock/stability-ai",
2039
+ "reasoning": false,
2040
+ "regions": ["us-west-2"],
2041
+ "releaseDate": "2024-09-04",
2042
+ "streamingSupported": null,
2043
+ "temperature": true,
2044
+ "toolCall": true,
2045
+ "icon": "bedrock"
2046
+ },
2047
+ {
2048
+ "attachment": false,
2049
+ "cost": {
2050
+ "input": null,
2051
+ "inputCacheHit": null,
2052
+ "output": null
2053
+ },
2054
+ "id": "stability.stable-image-ultra-v1:1",
2055
+ "knowledge": null,
2056
+ "lastUpdated": "2024-12-19",
2057
+ "launchDate": "12/19/2024",
2058
+ "limit": {
2059
+ "context": null,
2060
+ "output": null
2061
+ },
2062
+ "modalities": {
2063
+ "input": ["text"],
2064
+ "output": ["text"]
2065
+ },
2066
+ "name": "Stable Image Ultra 1.1",
2067
+ "openWeights": true,
2068
+ "provider": "Amazon Bedrock",
2069
+ "providerId": "amazon-bedrock/stability-ai",
2070
+ "reasoning": false,
2071
+ "regions": ["us-west-2"],
2072
+ "releaseDate": "2024-12-19",
2073
+ "streamingSupported": null,
2074
+ "temperature": true,
2075
+ "toolCall": true,
2076
+ "icon": "bedrock"
2077
+ },
2078
+ {
2079
+ "attachment": false,
2080
+ "cost": {
2081
+ "input": null,
2082
+ "inputCacheHit": null,
2083
+ "output": null
2084
+ },
2085
+ "id": "writer.palmyra-x4-v1:0",
2086
+ "knowledge": null,
2087
+ "lastUpdated": "2025-04-28",
2088
+ "launchDate": "4/28/2025",
2089
+ "limit": {
2090
+ "context": null,
2091
+ "output": null
2092
+ },
2093
+ "modalities": {
2094
+ "input": ["text"],
2095
+ "output": ["text"]
2096
+ },
2097
+ "name": "Palmyra X4",
2098
+ "openWeights": true,
2099
+ "provider": "Amazon Bedrock",
2100
+ "providerId": "amazon-bedrock/writer",
2101
+ "reasoning": false,
2102
+ "regions": ["us-west-2"],
2103
+ "releaseDate": "2025-04-28",
2104
+ "streamingSupported": null,
2105
+ "temperature": true,
2106
+ "toolCall": true,
2107
+ "icon": "bedrock"
2108
+ },
2109
+ {
2110
+ "attachment": false,
2111
+ "cost": {
2112
+ "input": null,
2113
+ "inputCacheHit": null,
2114
+ "output": null
2115
+ },
2116
+ "id": "writer.palmyra-x5-v1:0",
2117
+ "knowledge": null,
2118
+ "lastUpdated": "2025-04-28",
2119
+ "launchDate": "4/28/2025",
2120
+ "limit": {
2121
+ "context": null,
2122
+ "output": null
2123
+ },
2124
+ "modalities": {
2125
+ "input": ["text"],
2126
+ "output": ["text"]
2127
+ },
2128
+ "name": "Palmyra X5",
2129
+ "openWeights": true,
2130
+ "provider": "Amazon Bedrock",
2131
+ "providerId": "amazon-bedrock/writer",
2132
+ "reasoning": false,
2133
+ "regions": ["us-west-2"],
2134
+ "releaseDate": "2025-04-28",
2135
+ "streamingSupported": null,
2136
+ "temperature": true,
2137
+ "toolCall": true,
2138
+ "icon": "bedrock"
2139
+ }
2140
+ ]
2141
+ }