We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b306993 commit b482927Copy full SHA for b482927
packages/components/models.json
@@ -309,6 +309,10 @@
309
{
310
"name": "chatGoogleGenerativeAI",
311
"models": [
312
+ {
313
+ "label": "gemini-1.5-flash-latest",
314
+ "name": "gemini-1.5-flash-latest"
315
+ },
316
317
"label": "gemini-1.5-pro-latest",
318
"name": "gemini-1.5-pro-latest"
@@ -335,6 +339,10 @@
335
339
336
340
"name": "chatGoogleVertexAI",
337
341
342
343
+ "label": "gemini-1.5-flash",
344
+ "name": "gemini-1.5-flash-preview-0514"
345
338
346
347
"label": "gemini-1.5-pro",
348
"name": "gemini-1.5-pro-preview-0409"
0 commit comments