From 18ed759532d6fd7715c2cf70a676449893b9768f Mon Sep 17 00:00:00 2001 From: Angel Caamal Date: Thu, 12 Feb 2026 17:43:59 +0000 Subject: [PATCH] chore(genai): Update gimini model to gimini-2.5-flash --- genai/live/live-structured-ouput-with-txt.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/genai/live/live-structured-ouput-with-txt.js b/genai/live/live-structured-ouput-with-txt.js index f77bba8f98..14be173125 100644 --- a/genai/live/live-structured-ouput-with-txt.js +++ b/genai/live/live-structured-ouput-with-txt.js @@ -56,7 +56,7 @@ async function generateStructuredTextResponse( }); const completion = await openAI.chat.completions.create({ - model: 'google/gemini-2.0-flash-001', + model: 'google/gemini-2.5-flash', messages: [ {role: 'system', content: 'Extract the event information.'}, {