From 6c3d2844d452191d093e2c880cc3b0eebedd77ed Mon Sep 17 00:00:00 2001 From: Michael Puglin Date: Thu, 21 May 2026 10:58:18 -0400 Subject: [PATCH] Update Google Gemini model details in documentation 3.0 preview is no longer a valid option. Google recommends 3.5 Flash for all agentic work --- docs/docs/waveai-modes.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/waveai-modes.mdx b/docs/docs/waveai-modes.mdx index 62045b86a9..93403db800 100644 --- a/docs/docs/waveai-modes.mdx +++ b/docs/docs/waveai-modes.mdx @@ -326,9 +326,9 @@ For Groq, you must manually specify `ai:capabilities` based on your model's feat ```json { "google-gemini": { - "display:name": "Gemini 3 Pro", + "display:name": "Gemini 3.5 Flash", "ai:provider": "google", - "ai:model": "gemini-3-pro-preview" + "ai:model": "gemini-3.5-flash" } } ```