Skip to content

Commit c700008

Browse files
chore: update model manifest (#1704)
Automated model discovery run. This PR updates `components/manifests/base/core/models.json` based on probing Vertex AI endpoints. Validation passed — safe to auto-merge. Unleash flags are synced automatically on deploy by the `sync-model-flags` Job. <details><summary>Diff</summary> ```diff diff --git a/components/manifests/base/core/models.json b/components/manifests/base/core/models.json index 7474bcc..d00c1d6 100755 --- a/components/manifests/base/core/models.json +++ b/components/manifests/base/core/models.json @@ -181,6 +181,14 @@ "provider": "google", "available": false, "featureGated": true + }, + { + "id": "gemini-3.1-flash-lite-image", + "label": "Gemini 3.1 Flash Lite Image", + "vertexId": "gemini-3.1-flash-lite-image@default", + "provider": "google", + "available": false, + "featureGated": true } ] } ``` </details> Co-authored-by: Gkrumbach07 <12587674+Gkrumbach07@users.noreply.github.com>
1 parent 3215c8a commit c700008

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

components/manifests/base/core/models.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,14 @@
181181
"provider": "google",
182182
"available": false,
183183
"featureGated": true
184+
},
185+
{
186+
"id": "gemini-3.1-flash-lite-image",
187+
"label": "Gemini 3.1 Flash Lite Image",
188+
"vertexId": "gemini-3.1-flash-lite-image@default",
189+
"provider": "google",
190+
"available": false,
191+
"featureGated": true
184192
}
185193
]
186194
}

0 commit comments

Comments
 (0)