Skip to content

Commit 81f7b1a

Browse files
authored
Update Google Gemini model details in documentation (#3324)
3.0 preview is no longer a valid option. Google recommends 3.5 Flash for all agentic work
1 parent c0687de commit 81f7b1a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/docs/waveai-modes.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -326,9 +326,9 @@ For Groq, you must manually specify `ai:capabilities` based on your model's feat
326326
```json
327327
{
328328
"google-gemini": {
329-
"display:name": "Gemini 3 Pro",
329+
"display:name": "Gemini 3.5 Flash",
330330
"ai:provider": "google",
331-
"ai:model": "gemini-3-pro-preview"
331+
"ai:model": "gemini-3.5-flash"
332332
}
333333
}
334334
```

0 commit comments

Comments
 (0)