We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2c4b0c commit e5fa64cCopy full SHA for e5fa64c
src/platform/src/Bridge/Gemini/ModelCatalog.php
@@ -25,7 +25,7 @@ final class ModelCatalog extends AbstractModelCatalog
25
public function __construct(array $additionalModels = [])
26
{
27
$defaultModels = [
28
- 'gemini-3.0-pro-preview' => [
+ 'gemini-3-pro-preview' => [
29
'class' => Gemini::class,
30
'capabilities' => [
31
Capability::INPUT_MESSAGES,
src/platform/src/Bridge/VertexAi/ModelCatalog.php
@@ -32,7 +32,7 @@ public function __construct(array $additionalModels = [])
32
33
34
// Gemini models
35
36
37
38
0 commit comments