We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74b721d commit 79ca77fCopy full SHA for 79ca77f
src/Providers/GeminiProvider.php
@@ -110,7 +110,7 @@ public function smartestTextModel(): string
110
*/
111
public function defaultImageModel(): string
112
{
113
- return $this->config['models']['image']['default'] ?? 'gemini-3-pro-image-preview';
+ return $this->config['models']['image']['default'] ?? 'gemini-3.1-flash-image-preview';
114
}
115
116
/**
0 commit comments