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" } } ```