@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,1376 @@
1
+ {
2
+ "metadata": {
3
+ "description": "AI Models API - Models from Google Vertex",
4
+ "lastUpdated": "2026-01-10T23:24:47.803Z",
5
+ "provider": "Google Vertex",
6
+ "totalModels": 39,
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
+ "extendedThinking": false,
18
+ "id": "code-gemma",
19
+ "knowledge": null,
20
+ "lastUpdated": null,
21
+ "limit": {
22
+ "context": null,
23
+ "output": null
24
+ },
25
+ "modalities": {
26
+ "input": ["text"],
27
+ "output": ["text"]
28
+ },
29
+ "name": "CodeGemma",
30
+ "openWeights": true,
31
+ "provider": "Google Vertex",
32
+ "providerDoc": "https://cloud.google.com/vertex-ai/generative-ai/docs/models",
33
+ "providerEnv": ["GOOGLE_VERTEX_PROJECT", "GOOGLE_VERTEX_LOCATION", "GOOGLE_APPLICATION_CREDENTIALS"],
34
+ "providerId": "google-vertex",
35
+ "providerModelsDevId": "google-vertex",
36
+ "providerNpm": "@ai-sdk/google-vertex",
37
+ "reasoning": false,
38
+ "releaseDate": null,
39
+ "streamingSupported": true,
40
+ "temperature": true,
41
+ "toolCall": false,
42
+ "vision": false,
43
+ "icon": "vertexai"
44
+ },
45
+ {
46
+ "attachment": false,
47
+ "cost": {
48
+ "input": null,
49
+ "inputCacheHit": null,
50
+ "output": null
51
+ },
52
+ "extendedThinking": false,
53
+ "id": "embeddings-for-text",
54
+ "knowledge": null,
55
+ "lastUpdated": null,
56
+ "limit": {
57
+ "context": null,
58
+ "output": null
59
+ },
60
+ "modalities": {
61
+ "input": ["text"],
62
+ "output": ["text"]
63
+ },
64
+ "name": "Embeddings for Text",
65
+ "openWeights": false,
66
+ "provider": "Google Vertex",
67
+ "providerDoc": "https://cloud.google.com/vertex-ai/generative-ai/docs/models",
68
+ "providerEnv": ["GOOGLE_VERTEX_PROJECT", "GOOGLE_VERTEX_LOCATION", "GOOGLE_APPLICATION_CREDENTIALS"],
69
+ "providerId": "google-vertex",
70
+ "providerModelsDevId": "google-vertex",
71
+ "providerNpm": "@ai-sdk/google-vertex",
72
+ "reasoning": false,
73
+ "releaseDate": null,
74
+ "streamingSupported": true,
75
+ "temperature": true,
76
+ "toolCall": false,
77
+ "vision": false,
78
+ "icon": "vertexai"
79
+ },
80
+ {
81
+ "attachment": false,
82
+ "cost": {
83
+ "input": null,
84
+ "inputCacheHit": null,
85
+ "output": null
86
+ },
87
+ "extendedThinking": false,
88
+ "id": "gemini-2-5-flash-image",
89
+ "knowledge": null,
90
+ "lastUpdated": null,
91
+ "limit": {
92
+ "context": null,
93
+ "output": null
94
+ },
95
+ "modalities": {
96
+ "input": ["text"],
97
+ "output": ["text"]
98
+ },
99
+ "name": "Gemini 2.5 Flash Image",
100
+ "openWeights": false,
101
+ "provider": "Google Vertex",
102
+ "providerDoc": "https://cloud.google.com/vertex-ai/generative-ai/docs/models",
103
+ "providerEnv": ["GOOGLE_VERTEX_PROJECT", "GOOGLE_VERTEX_LOCATION", "GOOGLE_APPLICATION_CREDENTIALS"],
104
+ "providerId": "google-vertex",
105
+ "providerModelsDevId": "google-vertex",
106
+ "providerNpm": "@ai-sdk/google-vertex",
107
+ "reasoning": false,
108
+ "releaseDate": null,
109
+ "streamingSupported": true,
110
+ "temperature": true,
111
+ "toolCall": false,
112
+ "vision": false,
113
+ "icon": "vertexai"
114
+ },
115
+ {
116
+ "attachment": false,
117
+ "cost": {
118
+ "input": null,
119
+ "inputCacheHit": null,
120
+ "output": null
121
+ },
122
+ "extendedThinking": false,
123
+ "id": "gemini-2-5-flash-with-gemini-live-api",
124
+ "knowledge": null,
125
+ "lastUpdated": null,
126
+ "limit": {
127
+ "context": null,
128
+ "output": null
129
+ },
130
+ "modalities": {
131
+ "input": ["text"],
132
+ "output": ["text"]
133
+ },
134
+ "name": "Gemini 2.5 Flash with Gemini Live API",
135
+ "openWeights": false,
136
+ "provider": "Google Vertex",
137
+ "providerDoc": "https://cloud.google.com/vertex-ai/generative-ai/docs/models",
138
+ "providerEnv": ["GOOGLE_VERTEX_PROJECT", "GOOGLE_VERTEX_LOCATION", "GOOGLE_APPLICATION_CREDENTIALS"],
139
+ "providerId": "google-vertex",
140
+ "providerModelsDevId": "google-vertex",
141
+ "providerNpm": "@ai-sdk/google-vertex",
142
+ "reasoning": false,
143
+ "releaseDate": null,
144
+ "streamingSupported": true,
145
+ "temperature": true,
146
+ "toolCall": false,
147
+ "vision": false,
148
+ "icon": "vertexai"
149
+ },
150
+ {
151
+ "attachment": false,
152
+ "cost": {
153
+ "input": null,
154
+ "inputCacheHit": null,
155
+ "output": null
156
+ },
157
+ "extendedThinking": false,
158
+ "id": "gemini-3-pro-image",
159
+ "knowledge": null,
160
+ "lastUpdated": null,
161
+ "limit": {
162
+ "context": null,
163
+ "output": null
164
+ },
165
+ "modalities": {
166
+ "input": ["text", "image"],
167
+ "output": ["text"]
168
+ },
169
+ "name": "Gemini 3 Pro Image",
170
+ "openWeights": false,
171
+ "provider": "Google Vertex",
172
+ "providerDoc": "https://cloud.google.com/vertex-ai/generative-ai/docs/models",
173
+ "providerEnv": ["GOOGLE_VERTEX_PROJECT", "GOOGLE_VERTEX_LOCATION", "GOOGLE_APPLICATION_CREDENTIALS"],
174
+ "providerId": "google-vertex",
175
+ "providerModelsDevId": "google-vertex",
176
+ "providerNpm": "@ai-sdk/google-vertex",
177
+ "reasoning": false,
178
+ "releaseDate": null,
179
+ "streamingSupported": true,
180
+ "temperature": true,
181
+ "toolCall": true,
182
+ "vision": true,
183
+ "icon": "vertexai"
184
+ },
185
+ {
186
+ "attachment": false,
187
+ "cost": {
188
+ "input": 0.00007,
189
+ "inputCacheHit": null,
190
+ "output": 0.00007
191
+ },
192
+ "extendedThinking": false,
193
+ "id": "gemma",
194
+ "knowledge": null,
195
+ "lastUpdated": null,
196
+ "limit": {
197
+ "context": null,
198
+ "output": null
199
+ },
200
+ "modalities": {
201
+ "input": ["text"],
202
+ "output": ["text"]
203
+ },
204
+ "name": "Gemma",
205
+ "openWeights": true,
206
+ "provider": "Google Vertex",
207
+ "providerDoc": "https://cloud.google.com/vertex-ai/generative-ai/docs/models",
208
+ "providerEnv": ["GOOGLE_VERTEX_PROJECT", "GOOGLE_VERTEX_LOCATION", "GOOGLE_APPLICATION_CREDENTIALS"],
209
+ "providerId": "google-vertex",
210
+ "providerModelsDevId": "google-vertex",
211
+ "providerNpm": "@ai-sdk/google-vertex",
212
+ "reasoning": false,
213
+ "releaseDate": null,
214
+ "streamingSupported": true,
215
+ "temperature": true,
216
+ "toolCall": false,
217
+ "vision": false,
218
+ "icon": "vertexai"
219
+ },
220
+ {
221
+ "attachment": false,
222
+ "cost": {
223
+ "input": null,
224
+ "inputCacheHit": null,
225
+ "output": null
226
+ },
227
+ "extendedThinking": false,
228
+ "id": "gemma-2",
229
+ "knowledge": null,
230
+ "lastUpdated": null,
231
+ "limit": {
232
+ "context": null,
233
+ "output": null
234
+ },
235
+ "modalities": {
236
+ "input": ["text"],
237
+ "output": ["text"]
238
+ },
239
+ "name": "Gemma 2",
240
+ "openWeights": true,
241
+ "provider": "Google Vertex",
242
+ "providerDoc": "https://cloud.google.com/vertex-ai/generative-ai/docs/models",
243
+ "providerEnv": ["GOOGLE_VERTEX_PROJECT", "GOOGLE_VERTEX_LOCATION", "GOOGLE_APPLICATION_CREDENTIALS"],
244
+ "providerId": "google-vertex",
245
+ "providerModelsDevId": "google-vertex",
246
+ "providerNpm": "@ai-sdk/google-vertex",
247
+ "reasoning": false,
248
+ "releaseDate": null,
249
+ "streamingSupported": true,
250
+ "temperature": true,
251
+ "toolCall": false,
252
+ "vision": false,
253
+ "icon": "vertexai"
254
+ },
255
+ {
256
+ "attachment": false,
257
+ "cost": {
258
+ "input": null,
259
+ "inputCacheHit": null,
260
+ "output": null
261
+ },
262
+ "extendedThinking": false,
263
+ "id": "gemma-3",
264
+ "knowledge": null,
265
+ "lastUpdated": null,
266
+ "limit": {
267
+ "context": null,
268
+ "output": null
269
+ },
270
+ "modalities": {
271
+ "input": ["text"],
272
+ "output": ["text"]
273
+ },
274
+ "name": "Gemma 3",
275
+ "openWeights": true,
276
+ "provider": "Google Vertex",
277
+ "providerDoc": "https://cloud.google.com/vertex-ai/generative-ai/docs/models",
278
+ "providerEnv": ["GOOGLE_VERTEX_PROJECT", "GOOGLE_VERTEX_LOCATION", "GOOGLE_APPLICATION_CREDENTIALS"],
279
+ "providerId": "google-vertex",
280
+ "providerModelsDevId": "google-vertex",
281
+ "providerNpm": "@ai-sdk/google-vertex",
282
+ "reasoning": false,
283
+ "releaseDate": null,
284
+ "streamingSupported": true,
285
+ "temperature": true,
286
+ "toolCall": false,
287
+ "vision": false,
288
+ "icon": "vertexai"
289
+ },
290
+ {
291
+ "attachment": false,
292
+ "cost": {
293
+ "input": null,
294
+ "inputCacheHit": null,
295
+ "output": null
296
+ },
297
+ "extendedThinking": false,
298
+ "id": "gemma-3-n",
299
+ "knowledge": null,
300
+ "lastUpdated": null,
301
+ "limit": {
302
+ "context": null,
303
+ "output": null
304
+ },
305
+ "modalities": {
306
+ "input": ["text"],
307
+ "output": ["text"]
308
+ },
309
+ "name": "Gemma 3n",
310
+ "openWeights": true,
311
+ "provider": "Google Vertex",
312
+ "providerDoc": "https://cloud.google.com/vertex-ai/generative-ai/docs/models",
313
+ "providerEnv": ["GOOGLE_VERTEX_PROJECT", "GOOGLE_VERTEX_LOCATION", "GOOGLE_APPLICATION_CREDENTIALS"],
314
+ "providerId": "google-vertex",
315
+ "providerModelsDevId": "google-vertex",
316
+ "providerNpm": "@ai-sdk/google-vertex",
317
+ "reasoning": false,
318
+ "releaseDate": null,
319
+ "streamingSupported": true,
320
+ "temperature": true,
321
+ "toolCall": false,
322
+ "vision": false,
323
+ "icon": "vertexai"
324
+ },
325
+ {
326
+ "attachment": false,
327
+ "cost": {
328
+ "input": null,
329
+ "inputCacheHit": null,
330
+ "output": null
331
+ },
332
+ "extendedThinking": false,
333
+ "id": "imagen-3-for-editing-and-customization",
334
+ "knowledge": null,
335
+ "lastUpdated": null,
336
+ "limit": {
337
+ "context": null,
338
+ "output": null
339
+ },
340
+ "modalities": {
341
+ "input": ["text", "image"],
342
+ "output": ["image", "video"]
343
+ },
344
+ "name": "Imagen 3 for Editing and Customization",
345
+ "openWeights": false,
346
+ "provider": "Google Vertex",
347
+ "providerDoc": "https://cloud.google.com/vertex-ai/generative-ai/docs/models",
348
+ "providerEnv": ["GOOGLE_VERTEX_PROJECT", "GOOGLE_VERTEX_LOCATION", "GOOGLE_APPLICATION_CREDENTIALS"],
349
+ "providerId": "google-vertex",
350
+ "providerModelsDevId": "google-vertex",
351
+ "providerNpm": "@ai-sdk/google-vertex",
352
+ "reasoning": false,
353
+ "releaseDate": null,
354
+ "streamingSupported": true,
355
+ "temperature": true,
356
+ "toolCall": false,
357
+ "vision": true,
358
+ "icon": "vertexai"
359
+ },
360
+ {
361
+ "attachment": false,
362
+ "cost": {
363
+ "input": null,
364
+ "inputCacheHit": null,
365
+ "output": null
366
+ },
367
+ "extendedThinking": false,
368
+ "id": "imagen-3-for-fast-generation",
369
+ "knowledge": null,
370
+ "lastUpdated": null,
371
+ "limit": {
372
+ "context": null,
373
+ "output": null
374
+ },
375
+ "modalities": {
376
+ "input": ["text", "image"],
377
+ "output": ["image", "video"]
378
+ },
379
+ "name": "Imagen 3 for Fast Generation",
380
+ "openWeights": false,
381
+ "provider": "Google Vertex",
382
+ "providerDoc": "https://cloud.google.com/vertex-ai/generative-ai/docs/models",
383
+ "providerEnv": ["GOOGLE_VERTEX_PROJECT", "GOOGLE_VERTEX_LOCATION", "GOOGLE_APPLICATION_CREDENTIALS"],
384
+ "providerId": "google-vertex",
385
+ "providerModelsDevId": "google-vertex",
386
+ "providerNpm": "@ai-sdk/google-vertex",
387
+ "reasoning": false,
388
+ "releaseDate": null,
389
+ "streamingSupported": true,
390
+ "temperature": true,
391
+ "toolCall": false,
392
+ "vision": true,
393
+ "icon": "vertexai"
394
+ },
395
+ {
396
+ "attachment": false,
397
+ "cost": {
398
+ "input": null,
399
+ "inputCacheHit": null,
400
+ "output": null
401
+ },
402
+ "extendedThinking": false,
403
+ "id": "imagen-3-for-generation",
404
+ "knowledge": null,
405
+ "lastUpdated": null,
406
+ "limit": {
407
+ "context": null,
408
+ "output": null
409
+ },
410
+ "modalities": {
411
+ "input": ["text", "image"],
412
+ "output": ["image", "video"]
413
+ },
414
+ "name": "Imagen 3 for Generation",
415
+ "openWeights": false,
416
+ "provider": "Google Vertex",
417
+ "providerDoc": "https://cloud.google.com/vertex-ai/generative-ai/docs/models",
418
+ "providerEnv": ["GOOGLE_VERTEX_PROJECT", "GOOGLE_VERTEX_LOCATION", "GOOGLE_APPLICATION_CREDENTIALS"],
419
+ "providerId": "google-vertex",
420
+ "providerModelsDevId": "google-vertex",
421
+ "providerNpm": "@ai-sdk/google-vertex",
422
+ "reasoning": false,
423
+ "releaseDate": null,
424
+ "streamingSupported": true,
425
+ "temperature": true,
426
+ "toolCall": false,
427
+ "vision": true,
428
+ "icon": "vertexai"
429
+ },
430
+ {
431
+ "attachment": false,
432
+ "cost": {
433
+ "input": null,
434
+ "inputCacheHit": null,
435
+ "output": null
436
+ },
437
+ "extendedThinking": false,
438
+ "id": "imagen-3-for-generation-001",
439
+ "knowledge": null,
440
+ "lastUpdated": null,
441
+ "limit": {
442
+ "context": null,
443
+ "output": null
444
+ },
445
+ "modalities": {
446
+ "input": ["text", "image"],
447
+ "output": ["image", "video"]
448
+ },
449
+ "name": "Imagen 3 for Generation 001",
450
+ "openWeights": false,
451
+ "provider": "Google Vertex",
452
+ "providerDoc": "https://cloud.google.com/vertex-ai/generative-ai/docs/models",
453
+ "providerEnv": ["GOOGLE_VERTEX_PROJECT", "GOOGLE_VERTEX_LOCATION", "GOOGLE_APPLICATION_CREDENTIALS"],
454
+ "providerId": "google-vertex",
455
+ "providerModelsDevId": "google-vertex",
456
+ "providerNpm": "@ai-sdk/google-vertex",
457
+ "reasoning": false,
458
+ "releaseDate": null,
459
+ "streamingSupported": true,
460
+ "temperature": true,
461
+ "toolCall": false,
462
+ "vision": true,
463
+ "icon": "vertexai"
464
+ },
465
+ {
466
+ "attachment": false,
467
+ "cost": {
468
+ "input": null,
469
+ "inputCacheHit": null,
470
+ "output": null
471
+ },
472
+ "extendedThinking": false,
473
+ "id": "imagen-3-for-generation-002",
474
+ "knowledge": null,
475
+ "lastUpdated": null,
476
+ "limit": {
477
+ "context": null,
478
+ "output": null
479
+ },
480
+ "modalities": {
481
+ "input": ["text", "image"],
482
+ "output": ["image", "video"]
483
+ },
484
+ "name": "Imagen 3 for Generation 002",
485
+ "openWeights": false,
486
+ "provider": "Google Vertex",
487
+ "providerDoc": "https://cloud.google.com/vertex-ai/generative-ai/docs/models",
488
+ "providerEnv": ["GOOGLE_VERTEX_PROJECT", "GOOGLE_VERTEX_LOCATION", "GOOGLE_APPLICATION_CREDENTIALS"],
489
+ "providerId": "google-vertex",
490
+ "providerModelsDevId": "google-vertex",
491
+ "providerNpm": "@ai-sdk/google-vertex",
492
+ "reasoning": false,
493
+ "releaseDate": null,
494
+ "streamingSupported": true,
495
+ "temperature": true,
496
+ "toolCall": false,
497
+ "vision": true,
498
+ "icon": "vertexai"
499
+ },
500
+ {
501
+ "attachment": false,
502
+ "cost": {
503
+ "input": null,
504
+ "inputCacheHit": null,
505
+ "output": null
506
+ },
507
+ "extendedThinking": false,
508
+ "id": "imagen-4-for-fast-generation",
509
+ "knowledge": null,
510
+ "lastUpdated": null,
511
+ "limit": {
512
+ "context": null,
513
+ "output": null
514
+ },
515
+ "modalities": {
516
+ "input": ["text", "image"],
517
+ "output": ["image", "video"]
518
+ },
519
+ "name": "Imagen 4 for Fast Generation",
520
+ "openWeights": false,
521
+ "provider": "Google Vertex",
522
+ "providerDoc": "https://cloud.google.com/vertex-ai/generative-ai/docs/models",
523
+ "providerEnv": ["GOOGLE_VERTEX_PROJECT", "GOOGLE_VERTEX_LOCATION", "GOOGLE_APPLICATION_CREDENTIALS"],
524
+ "providerId": "google-vertex",
525
+ "providerModelsDevId": "google-vertex",
526
+ "providerNpm": "@ai-sdk/google-vertex",
527
+ "reasoning": false,
528
+ "releaseDate": null,
529
+ "streamingSupported": true,
530
+ "temperature": true,
531
+ "toolCall": false,
532
+ "vision": true,
533
+ "icon": "vertexai"
534
+ },
535
+ {
536
+ "attachment": false,
537
+ "cost": {
538
+ "input": null,
539
+ "inputCacheHit": null,
540
+ "output": null
541
+ },
542
+ "extendedThinking": false,
543
+ "id": "imagen-4-for-generation",
544
+ "knowledge": null,
545
+ "lastUpdated": null,
546
+ "limit": {
547
+ "context": null,
548
+ "output": null
549
+ },
550
+ "modalities": {
551
+ "input": ["text", "image"],
552
+ "output": ["image", "video"]
553
+ },
554
+ "name": "Imagen 4 for Generation",
555
+ "openWeights": false,
556
+ "provider": "Google Vertex",
557
+ "providerDoc": "https://cloud.google.com/vertex-ai/generative-ai/docs/models",
558
+ "providerEnv": ["GOOGLE_VERTEX_PROJECT", "GOOGLE_VERTEX_LOCATION", "GOOGLE_APPLICATION_CREDENTIALS"],
559
+ "providerId": "google-vertex",
560
+ "providerModelsDevId": "google-vertex",
561
+ "providerNpm": "@ai-sdk/google-vertex",
562
+ "reasoning": false,
563
+ "releaseDate": null,
564
+ "streamingSupported": true,
565
+ "temperature": true,
566
+ "toolCall": false,
567
+ "vision": true,
568
+ "icon": "vertexai"
569
+ },
570
+ {
571
+ "attachment": false,
572
+ "cost": {
573
+ "input": null,
574
+ "inputCacheHit": null,
575
+ "output": null
576
+ },
577
+ "extendedThinking": false,
578
+ "id": "imagen-4-for-ultra-generation",
579
+ "knowledge": null,
580
+ "lastUpdated": null,
581
+ "limit": {
582
+ "context": null,
583
+ "output": null
584
+ },
585
+ "modalities": {
586
+ "input": ["text", "image"],
587
+ "output": ["image", "video"]
588
+ },
589
+ "name": "Imagen 4 for Ultra Generation",
590
+ "openWeights": false,
591
+ "provider": "Google Vertex",
592
+ "providerDoc": "https://cloud.google.com/vertex-ai/generative-ai/docs/models",
593
+ "providerEnv": ["GOOGLE_VERTEX_PROJECT", "GOOGLE_VERTEX_LOCATION", "GOOGLE_APPLICATION_CREDENTIALS"],
594
+ "providerId": "google-vertex",
595
+ "providerModelsDevId": "google-vertex",
596
+ "providerNpm": "@ai-sdk/google-vertex",
597
+ "reasoning": false,
598
+ "releaseDate": null,
599
+ "streamingSupported": true,
600
+ "temperature": true,
601
+ "toolCall": true,
602
+ "vision": true,
603
+ "icon": "vertexai"
604
+ },
605
+ {
606
+ "attachment": false,
607
+ "cost": {
608
+ "input": null,
609
+ "inputCacheHit": null,
610
+ "output": null
611
+ },
612
+ "extendedThinking": false,
613
+ "id": "imagen-for-captioning-&-vqa",
614
+ "knowledge": null,
615
+ "lastUpdated": null,
616
+ "limit": {
617
+ "context": null,
618
+ "output": null
619
+ },
620
+ "modalities": {
621
+ "input": ["text", "image"],
622
+ "output": ["image", "video"]
623
+ },
624
+ "name": "Imagen for Captioning & VQA",
625
+ "openWeights": false,
626
+ "provider": "Google Vertex",
627
+ "providerDoc": "https://cloud.google.com/vertex-ai/generative-ai/docs/models",
628
+ "providerEnv": ["GOOGLE_VERTEX_PROJECT", "GOOGLE_VERTEX_LOCATION", "GOOGLE_APPLICATION_CREDENTIALS"],
629
+ "providerId": "google-vertex",
630
+ "providerModelsDevId": "google-vertex",
631
+ "providerNpm": "@ai-sdk/google-vertex",
632
+ "reasoning": false,
633
+ "releaseDate": null,
634
+ "streamingSupported": true,
635
+ "temperature": true,
636
+ "toolCall": false,
637
+ "vision": true,
638
+ "icon": "vertexai"
639
+ },
640
+ {
641
+ "attachment": false,
642
+ "cost": {
643
+ "input": null,
644
+ "inputCacheHit": null,
645
+ "output": null
646
+ },
647
+ "extendedThinking": false,
648
+ "id": "imagen-product-recontext-on-vertex-ai",
649
+ "knowledge": null,
650
+ "lastUpdated": null,
651
+ "limit": {
652
+ "context": null,
653
+ "output": null
654
+ },
655
+ "modalities": {
656
+ "input": ["text", "image"],
657
+ "output": ["image", "video"]
658
+ },
659
+ "name": "Imagen product recontext on Vertex AI",
660
+ "openWeights": false,
661
+ "provider": "Google Vertex",
662
+ "providerDoc": "https://cloud.google.com/vertex-ai/generative-ai/docs/models",
663
+ "providerEnv": ["GOOGLE_VERTEX_PROJECT", "GOOGLE_VERTEX_LOCATION", "GOOGLE_APPLICATION_CREDENTIALS"],
664
+ "providerId": "google-vertex",
665
+ "providerModelsDevId": "google-vertex",
666
+ "providerNpm": "@ai-sdk/google-vertex",
667
+ "reasoning": false,
668
+ "releaseDate": null,
669
+ "streamingSupported": true,
670
+ "temperature": true,
671
+ "toolCall": true,
672
+ "vision": true,
673
+ "icon": "vertexai"
674
+ },
675
+ {
676
+ "attachment": false,
677
+ "cost": {
678
+ "input": null,
679
+ "inputCacheHit": null,
680
+ "output": null
681
+ },
682
+ "extendedThinking": false,
683
+ "id": "med-gemma",
684
+ "knowledge": null,
685
+ "lastUpdated": null,
686
+ "limit": {
687
+ "context": null,
688
+ "output": null
689
+ },
690
+ "modalities": {
691
+ "input": ["text"],
692
+ "output": ["text"]
693
+ },
694
+ "name": "MedGemma",
695
+ "openWeights": true,
696
+ "provider": "Google Vertex",
697
+ "providerDoc": "https://cloud.google.com/vertex-ai/generative-ai/docs/models",
698
+ "providerEnv": ["GOOGLE_VERTEX_PROJECT", "GOOGLE_VERTEX_LOCATION", "GOOGLE_APPLICATION_CREDENTIALS"],
699
+ "providerId": "google-vertex",
700
+ "providerModelsDevId": "google-vertex",
701
+ "providerNpm": "@ai-sdk/google-vertex",
702
+ "reasoning": false,
703
+ "releaseDate": null,
704
+ "streamingSupported": true,
705
+ "temperature": true,
706
+ "toolCall": false,
707
+ "vision": false,
708
+ "icon": "vertexai"
709
+ },
710
+ {
711
+ "attachment": false,
712
+ "cost": {
713
+ "input": null,
714
+ "inputCacheHit": null,
715
+ "output": null
716
+ },
717
+ "extendedThinking": false,
718
+ "id": "multimodal-embeddings",
719
+ "knowledge": null,
720
+ "lastUpdated": null,
721
+ "limit": {
722
+ "context": null,
723
+ "output": null
724
+ },
725
+ "modalities": {
726
+ "input": ["text"],
727
+ "output": ["text"]
728
+ },
729
+ "name": "Multimodal Embeddings",
730
+ "openWeights": false,
731
+ "provider": "Google Vertex",
732
+ "providerDoc": "https://cloud.google.com/vertex-ai/generative-ai/docs/models",
733
+ "providerEnv": ["GOOGLE_VERTEX_PROJECT", "GOOGLE_VERTEX_LOCATION", "GOOGLE_APPLICATION_CREDENTIALS"],
734
+ "providerId": "google-vertex",
735
+ "providerModelsDevId": "google-vertex",
736
+ "providerNpm": "@ai-sdk/google-vertex",
737
+ "reasoning": false,
738
+ "releaseDate": null,
739
+ "streamingSupported": true,
740
+ "temperature": true,
741
+ "toolCall": false,
742
+ "vision": false,
743
+ "icon": "vertexai"
744
+ },
745
+ {
746
+ "attachment": false,
747
+ "cost": {
748
+ "input": null,
749
+ "inputCacheHit": null,
750
+ "output": null
751
+ },
752
+ "extendedThinking": false,
753
+ "id": "pali-gemma",
754
+ "knowledge": null,
755
+ "lastUpdated": null,
756
+ "limit": {
757
+ "context": null,
758
+ "output": null
759
+ },
760
+ "modalities": {
761
+ "input": ["text"],
762
+ "output": ["text"]
763
+ },
764
+ "name": "PaliGemma",
765
+ "openWeights": true,
766
+ "provider": "Google Vertex",
767
+ "providerDoc": "https://cloud.google.com/vertex-ai/generative-ai/docs/models",
768
+ "providerEnv": ["GOOGLE_VERTEX_PROJECT", "GOOGLE_VERTEX_LOCATION", "GOOGLE_APPLICATION_CREDENTIALS"],
769
+ "providerId": "google-vertex",
770
+ "providerModelsDevId": "google-vertex",
771
+ "providerNpm": "@ai-sdk/google-vertex",
772
+ "reasoning": false,
773
+ "releaseDate": null,
774
+ "streamingSupported": true,
775
+ "temperature": true,
776
+ "toolCall": false,
777
+ "vision": false,
778
+ "icon": "vertexai"
779
+ },
780
+ {
781
+ "attachment": false,
782
+ "cost": {
783
+ "input": null,
784
+ "inputCacheHit": null,
785
+ "output": null
786
+ },
787
+ "extendedThinking": false,
788
+ "id": "shield-gemma-2",
789
+ "knowledge": null,
790
+ "lastUpdated": null,
791
+ "limit": {
792
+ "context": null,
793
+ "output": null
794
+ },
795
+ "modalities": {
796
+ "input": ["text"],
797
+ "output": ["text"]
798
+ },
799
+ "name": "ShieldGemma 2",
800
+ "openWeights": true,
801
+ "provider": "Google Vertex",
802
+ "providerDoc": "https://cloud.google.com/vertex-ai/generative-ai/docs/models",
803
+ "providerEnv": ["GOOGLE_VERTEX_PROJECT", "GOOGLE_VERTEX_LOCATION", "GOOGLE_APPLICATION_CREDENTIALS"],
804
+ "providerId": "google-vertex",
805
+ "providerModelsDevId": "google-vertex",
806
+ "providerNpm": "@ai-sdk/google-vertex",
807
+ "reasoning": false,
808
+ "releaseDate": null,
809
+ "streamingSupported": true,
810
+ "temperature": true,
811
+ "toolCall": false,
812
+ "vision": false,
813
+ "icon": "vertexai"
814
+ },
815
+ {
816
+ "attachment": false,
817
+ "cost": {
818
+ "input": null,
819
+ "inputCacheHit": null,
820
+ "output": null
821
+ },
822
+ "extendedThinking": false,
823
+ "id": "t-5-gemma",
824
+ "knowledge": null,
825
+ "lastUpdated": null,
826
+ "limit": {
827
+ "context": null,
828
+ "output": null
829
+ },
830
+ "modalities": {
831
+ "input": ["text"],
832
+ "output": ["text"]
833
+ },
834
+ "name": "T5Gemma",
835
+ "openWeights": true,
836
+ "provider": "Google Vertex",
837
+ "providerDoc": "https://cloud.google.com/vertex-ai/generative-ai/docs/models",
838
+ "providerEnv": ["GOOGLE_VERTEX_PROJECT", "GOOGLE_VERTEX_LOCATION", "GOOGLE_APPLICATION_CREDENTIALS"],
839
+ "providerId": "google-vertex",
840
+ "providerModelsDevId": "google-vertex",
841
+ "providerNpm": "@ai-sdk/google-vertex",
842
+ "reasoning": false,
843
+ "releaseDate": null,
844
+ "streamingSupported": true,
845
+ "temperature": true,
846
+ "toolCall": false,
847
+ "vision": false,
848
+ "icon": "vertexai"
849
+ },
850
+ {
851
+ "attachment": false,
852
+ "cost": {
853
+ "input": null,
854
+ "inputCacheHit": null,
855
+ "output": null
856
+ },
857
+ "extendedThinking": false,
858
+ "id": "tx-gemma",
859
+ "knowledge": null,
860
+ "lastUpdated": null,
861
+ "limit": {
862
+ "context": null,
863
+ "output": null
864
+ },
865
+ "modalities": {
866
+ "input": ["text"],
867
+ "output": ["text"]
868
+ },
869
+ "name": "TxGemma",
870
+ "openWeights": true,
871
+ "provider": "Google Vertex",
872
+ "providerDoc": "https://cloud.google.com/vertex-ai/generative-ai/docs/models",
873
+ "providerEnv": ["GOOGLE_VERTEX_PROJECT", "GOOGLE_VERTEX_LOCATION", "GOOGLE_APPLICATION_CREDENTIALS"],
874
+ "providerId": "google-vertex",
875
+ "providerModelsDevId": "google-vertex",
876
+ "providerNpm": "@ai-sdk/google-vertex",
877
+ "reasoning": false,
878
+ "releaseDate": null,
879
+ "streamingSupported": true,
880
+ "temperature": true,
881
+ "toolCall": false,
882
+ "vision": false,
883
+ "icon": "vertexai"
884
+ },
885
+ {
886
+ "attachment": false,
887
+ "cost": {
888
+ "input": null,
889
+ "inputCacheHit": null,
890
+ "output": null
891
+ },
892
+ "extendedThinking": false,
893
+ "id": "veo-2",
894
+ "knowledge": null,
895
+ "lastUpdated": null,
896
+ "limit": {
897
+ "context": null,
898
+ "output": null
899
+ },
900
+ "modalities": {
901
+ "input": ["text"],
902
+ "output": ["image", "video"]
903
+ },
904
+ "name": "Veo 2",
905
+ "openWeights": false,
906
+ "provider": "Google Vertex",
907
+ "providerDoc": "https://cloud.google.com/vertex-ai/generative-ai/docs/models",
908
+ "providerEnv": ["GOOGLE_VERTEX_PROJECT", "GOOGLE_VERTEX_LOCATION", "GOOGLE_APPLICATION_CREDENTIALS"],
909
+ "providerId": "google-vertex",
910
+ "providerModelsDevId": "google-vertex",
911
+ "providerNpm": "@ai-sdk/google-vertex",
912
+ "reasoning": false,
913
+ "releaseDate": null,
914
+ "streamingSupported": true,
915
+ "temperature": true,
916
+ "toolCall": false,
917
+ "vision": false,
918
+ "icon": "vertexai"
919
+ },
920
+ {
921
+ "attachment": false,
922
+ "cost": {
923
+ "input": null,
924
+ "inputCacheHit": null,
925
+ "output": null
926
+ },
927
+ "extendedThinking": false,
928
+ "id": "veo-2-experimental",
929
+ "knowledge": null,
930
+ "lastUpdated": null,
931
+ "limit": {
932
+ "context": null,
933
+ "output": null
934
+ },
935
+ "modalities": {
936
+ "input": ["text"],
937
+ "output": ["image", "video"]
938
+ },
939
+ "name": "Veo 2 Experimental",
940
+ "openWeights": false,
941
+ "provider": "Google Vertex",
942
+ "providerDoc": "https://cloud.google.com/vertex-ai/generative-ai/docs/models",
943
+ "providerEnv": ["GOOGLE_VERTEX_PROJECT", "GOOGLE_VERTEX_LOCATION", "GOOGLE_APPLICATION_CREDENTIALS"],
944
+ "providerId": "google-vertex",
945
+ "providerModelsDevId": "google-vertex",
946
+ "providerNpm": "@ai-sdk/google-vertex",
947
+ "reasoning": false,
948
+ "releaseDate": null,
949
+ "streamingSupported": true,
950
+ "temperature": true,
951
+ "toolCall": false,
952
+ "vision": false,
953
+ "icon": "vertexai"
954
+ },
955
+ {
956
+ "attachment": false,
957
+ "cost": {
958
+ "input": null,
959
+ "inputCacheHit": null,
960
+ "output": null
961
+ },
962
+ "extendedThinking": false,
963
+ "id": "veo-2-generate",
964
+ "knowledge": null,
965
+ "lastUpdated": null,
966
+ "limit": {
967
+ "context": null,
968
+ "output": null
969
+ },
970
+ "modalities": {
971
+ "input": ["text"],
972
+ "output": ["image", "video"]
973
+ },
974
+ "name": "Veo 2 Generate",
975
+ "openWeights": false,
976
+ "provider": "Google Vertex",
977
+ "providerDoc": "https://cloud.google.com/vertex-ai/generative-ai/docs/models",
978
+ "providerEnv": ["GOOGLE_VERTEX_PROJECT", "GOOGLE_VERTEX_LOCATION", "GOOGLE_APPLICATION_CREDENTIALS"],
979
+ "providerId": "google-vertex",
980
+ "providerModelsDevId": "google-vertex",
981
+ "providerNpm": "@ai-sdk/google-vertex",
982
+ "reasoning": false,
983
+ "releaseDate": null,
984
+ "streamingSupported": true,
985
+ "temperature": true,
986
+ "toolCall": false,
987
+ "vision": false,
988
+ "icon": "vertexai"
989
+ },
990
+ {
991
+ "attachment": false,
992
+ "cost": {
993
+ "input": null,
994
+ "inputCacheHit": null,
995
+ "output": null
996
+ },
997
+ "extendedThinking": false,
998
+ "id": "veo-2-preview",
999
+ "knowledge": null,
1000
+ "lastUpdated": null,
1001
+ "limit": {
1002
+ "context": null,
1003
+ "output": null
1004
+ },
1005
+ "modalities": {
1006
+ "input": ["text"],
1007
+ "output": ["image", "video"]
1008
+ },
1009
+ "name": "Veo 2 Preview",
1010
+ "openWeights": false,
1011
+ "provider": "Google Vertex",
1012
+ "providerDoc": "https://cloud.google.com/vertex-ai/generative-ai/docs/models",
1013
+ "providerEnv": ["GOOGLE_VERTEX_PROJECT", "GOOGLE_VERTEX_LOCATION", "GOOGLE_APPLICATION_CREDENTIALS"],
1014
+ "providerId": "google-vertex",
1015
+ "providerModelsDevId": "google-vertex",
1016
+ "providerNpm": "@ai-sdk/google-vertex",
1017
+ "reasoning": false,
1018
+ "releaseDate": null,
1019
+ "streamingSupported": true,
1020
+ "temperature": true,
1021
+ "toolCall": false,
1022
+ "vision": false,
1023
+ "icon": "vertexai"
1024
+ },
1025
+ {
1026
+ "attachment": false,
1027
+ "cost": {
1028
+ "input": null,
1029
+ "inputCacheHit": null,
1030
+ "output": null
1031
+ },
1032
+ "extendedThinking": false,
1033
+ "id": "veo-3",
1034
+ "knowledge": null,
1035
+ "lastUpdated": null,
1036
+ "limit": {
1037
+ "context": null,
1038
+ "output": null
1039
+ },
1040
+ "modalities": {
1041
+ "input": ["text"],
1042
+ "output": ["image", "video"]
1043
+ },
1044
+ "name": "Veo 3",
1045
+ "openWeights": false,
1046
+ "provider": "Google Vertex",
1047
+ "providerDoc": "https://cloud.google.com/vertex-ai/generative-ai/docs/models",
1048
+ "providerEnv": ["GOOGLE_VERTEX_PROJECT", "GOOGLE_VERTEX_LOCATION", "GOOGLE_APPLICATION_CREDENTIALS"],
1049
+ "providerId": "google-vertex",
1050
+ "providerModelsDevId": "google-vertex",
1051
+ "providerNpm": "@ai-sdk/google-vertex",
1052
+ "reasoning": false,
1053
+ "releaseDate": null,
1054
+ "streamingSupported": true,
1055
+ "temperature": true,
1056
+ "toolCall": false,
1057
+ "vision": false,
1058
+ "icon": "vertexai"
1059
+ },
1060
+ {
1061
+ "attachment": false,
1062
+ "cost": {
1063
+ "input": null,
1064
+ "inputCacheHit": null,
1065
+ "output": null
1066
+ },
1067
+ "extendedThinking": false,
1068
+ "id": "veo-3-1-fast",
1069
+ "knowledge": null,
1070
+ "lastUpdated": null,
1071
+ "limit": {
1072
+ "context": null,
1073
+ "output": null
1074
+ },
1075
+ "modalities": {
1076
+ "input": ["text"],
1077
+ "output": ["image", "video"]
1078
+ },
1079
+ "name": "Veo 3.1 Fast",
1080
+ "openWeights": false,
1081
+ "provider": "Google Vertex",
1082
+ "providerDoc": "https://cloud.google.com/vertex-ai/generative-ai/docs/models",
1083
+ "providerEnv": ["GOOGLE_VERTEX_PROJECT", "GOOGLE_VERTEX_LOCATION", "GOOGLE_APPLICATION_CREDENTIALS"],
1084
+ "providerId": "google-vertex",
1085
+ "providerModelsDevId": "google-vertex",
1086
+ "providerNpm": "@ai-sdk/google-vertex",
1087
+ "reasoning": false,
1088
+ "releaseDate": null,
1089
+ "streamingSupported": true,
1090
+ "temperature": true,
1091
+ "toolCall": false,
1092
+ "vision": false,
1093
+ "icon": "vertexai"
1094
+ },
1095
+ {
1096
+ "attachment": false,
1097
+ "cost": {
1098
+ "input": null,
1099
+ "inputCacheHit": null,
1100
+ "output": null
1101
+ },
1102
+ "extendedThinking": false,
1103
+ "id": "veo-3-1-fast-preview",
1104
+ "knowledge": null,
1105
+ "lastUpdated": null,
1106
+ "limit": {
1107
+ "context": null,
1108
+ "output": null
1109
+ },
1110
+ "modalities": {
1111
+ "input": ["text"],
1112
+ "output": ["image", "video"]
1113
+ },
1114
+ "name": "Veo 3.1 Fast preview",
1115
+ "openWeights": false,
1116
+ "provider": "Google Vertex",
1117
+ "providerDoc": "https://cloud.google.com/vertex-ai/generative-ai/docs/models",
1118
+ "providerEnv": ["GOOGLE_VERTEX_PROJECT", "GOOGLE_VERTEX_LOCATION", "GOOGLE_APPLICATION_CREDENTIALS"],
1119
+ "providerId": "google-vertex",
1120
+ "providerModelsDevId": "google-vertex",
1121
+ "providerNpm": "@ai-sdk/google-vertex",
1122
+ "reasoning": false,
1123
+ "releaseDate": null,
1124
+ "streamingSupported": true,
1125
+ "temperature": true,
1126
+ "toolCall": false,
1127
+ "vision": false,
1128
+ "icon": "vertexai"
1129
+ },
1130
+ {
1131
+ "attachment": false,
1132
+ "cost": {
1133
+ "input": null,
1134
+ "inputCacheHit": null,
1135
+ "output": null
1136
+ },
1137
+ "extendedThinking": false,
1138
+ "id": "veo-3-1-generate",
1139
+ "knowledge": null,
1140
+ "lastUpdated": null,
1141
+ "limit": {
1142
+ "context": null,
1143
+ "output": null
1144
+ },
1145
+ "modalities": {
1146
+ "input": ["text"],
1147
+ "output": ["image", "video"]
1148
+ },
1149
+ "name": "Veo 3.1 Generate",
1150
+ "openWeights": false,
1151
+ "provider": "Google Vertex",
1152
+ "providerDoc": "https://cloud.google.com/vertex-ai/generative-ai/docs/models",
1153
+ "providerEnv": ["GOOGLE_VERTEX_PROJECT", "GOOGLE_VERTEX_LOCATION", "GOOGLE_APPLICATION_CREDENTIALS"],
1154
+ "providerId": "google-vertex",
1155
+ "providerModelsDevId": "google-vertex",
1156
+ "providerNpm": "@ai-sdk/google-vertex",
1157
+ "reasoning": false,
1158
+ "releaseDate": null,
1159
+ "streamingSupported": true,
1160
+ "temperature": true,
1161
+ "toolCall": false,
1162
+ "vision": false,
1163
+ "icon": "vertexai"
1164
+ },
1165
+ {
1166
+ "attachment": false,
1167
+ "cost": {
1168
+ "input": null,
1169
+ "inputCacheHit": null,
1170
+ "output": null
1171
+ },
1172
+ "extendedThinking": false,
1173
+ "id": "veo-3-1-generate-preview",
1174
+ "knowledge": null,
1175
+ "lastUpdated": null,
1176
+ "limit": {
1177
+ "context": null,
1178
+ "output": null
1179
+ },
1180
+ "modalities": {
1181
+ "input": ["text"],
1182
+ "output": ["image", "video"]
1183
+ },
1184
+ "name": "Veo 3.1 Generate preview",
1185
+ "openWeights": false,
1186
+ "provider": "Google Vertex",
1187
+ "providerDoc": "https://cloud.google.com/vertex-ai/generative-ai/docs/models",
1188
+ "providerEnv": ["GOOGLE_VERTEX_PROJECT", "GOOGLE_VERTEX_LOCATION", "GOOGLE_APPLICATION_CREDENTIALS"],
1189
+ "providerId": "google-vertex",
1190
+ "providerModelsDevId": "google-vertex",
1191
+ "providerNpm": "@ai-sdk/google-vertex",
1192
+ "reasoning": false,
1193
+ "releaseDate": null,
1194
+ "streamingSupported": true,
1195
+ "temperature": true,
1196
+ "toolCall": false,
1197
+ "vision": false,
1198
+ "icon": "vertexai"
1199
+ },
1200
+ {
1201
+ "attachment": false,
1202
+ "cost": {
1203
+ "input": null,
1204
+ "inputCacheHit": null,
1205
+ "output": null
1206
+ },
1207
+ "extendedThinking": false,
1208
+ "id": "veo-3-fast",
1209
+ "knowledge": null,
1210
+ "lastUpdated": null,
1211
+ "limit": {
1212
+ "context": null,
1213
+ "output": null
1214
+ },
1215
+ "modalities": {
1216
+ "input": ["text"],
1217
+ "output": ["image", "video"]
1218
+ },
1219
+ "name": "Veo 3 Fast",
1220
+ "openWeights": false,
1221
+ "provider": "Google Vertex",
1222
+ "providerDoc": "https://cloud.google.com/vertex-ai/generative-ai/docs/models",
1223
+ "providerEnv": ["GOOGLE_VERTEX_PROJECT", "GOOGLE_VERTEX_LOCATION", "GOOGLE_APPLICATION_CREDENTIALS"],
1224
+ "providerId": "google-vertex",
1225
+ "providerModelsDevId": "google-vertex",
1226
+ "providerNpm": "@ai-sdk/google-vertex",
1227
+ "reasoning": false,
1228
+ "releaseDate": null,
1229
+ "streamingSupported": true,
1230
+ "temperature": true,
1231
+ "toolCall": false,
1232
+ "vision": false,
1233
+ "icon": "vertexai"
1234
+ },
1235
+ {
1236
+ "attachment": false,
1237
+ "cost": {
1238
+ "input": null,
1239
+ "inputCacheHit": null,
1240
+ "output": null
1241
+ },
1242
+ "extendedThinking": false,
1243
+ "id": "veo-3-fast-preview",
1244
+ "knowledge": null,
1245
+ "lastUpdated": null,
1246
+ "limit": {
1247
+ "context": null,
1248
+ "output": null
1249
+ },
1250
+ "modalities": {
1251
+ "input": ["text"],
1252
+ "output": ["image", "video"]
1253
+ },
1254
+ "name": "Veo 3 Fast preview",
1255
+ "openWeights": false,
1256
+ "provider": "Google Vertex",
1257
+ "providerDoc": "https://cloud.google.com/vertex-ai/generative-ai/docs/models",
1258
+ "providerEnv": ["GOOGLE_VERTEX_PROJECT", "GOOGLE_VERTEX_LOCATION", "GOOGLE_APPLICATION_CREDENTIALS"],
1259
+ "providerId": "google-vertex",
1260
+ "providerModelsDevId": "google-vertex",
1261
+ "providerNpm": "@ai-sdk/google-vertex",
1262
+ "reasoning": false,
1263
+ "releaseDate": null,
1264
+ "streamingSupported": true,
1265
+ "temperature": true,
1266
+ "toolCall": false,
1267
+ "vision": false,
1268
+ "icon": "vertexai"
1269
+ },
1270
+ {
1271
+ "attachment": false,
1272
+ "cost": {
1273
+ "input": null,
1274
+ "inputCacheHit": null,
1275
+ "output": null
1276
+ },
1277
+ "extendedThinking": false,
1278
+ "id": "veo-3-generate",
1279
+ "knowledge": null,
1280
+ "lastUpdated": null,
1281
+ "limit": {
1282
+ "context": null,
1283
+ "output": null
1284
+ },
1285
+ "modalities": {
1286
+ "input": ["text"],
1287
+ "output": ["image", "video"]
1288
+ },
1289
+ "name": "Veo 3 Generate",
1290
+ "openWeights": false,
1291
+ "provider": "Google Vertex",
1292
+ "providerDoc": "https://cloud.google.com/vertex-ai/generative-ai/docs/models",
1293
+ "providerEnv": ["GOOGLE_VERTEX_PROJECT", "GOOGLE_VERTEX_LOCATION", "GOOGLE_APPLICATION_CREDENTIALS"],
1294
+ "providerId": "google-vertex",
1295
+ "providerModelsDevId": "google-vertex",
1296
+ "providerNpm": "@ai-sdk/google-vertex",
1297
+ "reasoning": false,
1298
+ "releaseDate": null,
1299
+ "streamingSupported": true,
1300
+ "temperature": true,
1301
+ "toolCall": false,
1302
+ "vision": false,
1303
+ "icon": "vertexai"
1304
+ },
1305
+ {
1306
+ "attachment": false,
1307
+ "cost": {
1308
+ "input": null,
1309
+ "inputCacheHit": null,
1310
+ "output": null
1311
+ },
1312
+ "extendedThinking": false,
1313
+ "id": "veo-3-generate-preview",
1314
+ "knowledge": null,
1315
+ "lastUpdated": null,
1316
+ "limit": {
1317
+ "context": null,
1318
+ "output": null
1319
+ },
1320
+ "modalities": {
1321
+ "input": ["text"],
1322
+ "output": ["image", "video"]
1323
+ },
1324
+ "name": "Veo 3 Generate preview",
1325
+ "openWeights": false,
1326
+ "provider": "Google Vertex",
1327
+ "providerDoc": "https://cloud.google.com/vertex-ai/generative-ai/docs/models",
1328
+ "providerEnv": ["GOOGLE_VERTEX_PROJECT", "GOOGLE_VERTEX_LOCATION", "GOOGLE_APPLICATION_CREDENTIALS"],
1329
+ "providerId": "google-vertex",
1330
+ "providerModelsDevId": "google-vertex",
1331
+ "providerNpm": "@ai-sdk/google-vertex",
1332
+ "reasoning": false,
1333
+ "releaseDate": null,
1334
+ "streamingSupported": true,
1335
+ "temperature": true,
1336
+ "toolCall": false,
1337
+ "vision": false,
1338
+ "icon": "vertexai"
1339
+ },
1340
+ {
1341
+ "attachment": false,
1342
+ "cost": {
1343
+ "input": null,
1344
+ "inputCacheHit": null,
1345
+ "output": null
1346
+ },
1347
+ "extendedThinking": false,
1348
+ "id": "veo-3-preview",
1349
+ "knowledge": null,
1350
+ "lastUpdated": null,
1351
+ "limit": {
1352
+ "context": null,
1353
+ "output": null
1354
+ },
1355
+ "modalities": {
1356
+ "input": ["text"],
1357
+ "output": ["image", "video"]
1358
+ },
1359
+ "name": "Veo 3 preview",
1360
+ "openWeights": false,
1361
+ "provider": "Google Vertex",
1362
+ "providerDoc": "https://cloud.google.com/vertex-ai/generative-ai/docs/models",
1363
+ "providerEnv": ["GOOGLE_VERTEX_PROJECT", "GOOGLE_VERTEX_LOCATION", "GOOGLE_APPLICATION_CREDENTIALS"],
1364
+ "providerId": "google-vertex",
1365
+ "providerModelsDevId": "google-vertex",
1366
+ "providerNpm": "@ai-sdk/google-vertex",
1367
+ "reasoning": false,
1368
+ "releaseDate": null,
1369
+ "streamingSupported": true,
1370
+ "temperature": true,
1371
+ "toolCall": false,
1372
+ "vision": false,
1373
+ "icon": "vertexai"
1374
+ }
1375
+ ]
1376
+ }